diff options
author | Anand Avati <avati@gluster.com> | 2010-07-21 03:53:53 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-21 02:44:06 -0700 |
commit | 74195df7a5bdc6ae9489d63a3b8157cbb2ddd8e2 (patch) | |
tree | 18dd40688172828a90c729c58ee26a894338f467 /xlators/mount | |
parent | feefd93f84c7a91365718e30e4e52d765e128f75 (diff) |
mount/fuse: disable fuse support from volfile
glusterfsd: implement GETSPEC functionality to fetch volfiles from server
Signed-off-by: Anand V. Avati <avati@blackhole.gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index 0ff68b22d60..e5df3648033 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -3297,7 +3297,7 @@ fuse_thread_proc (void *data) dict_del (this->options, ZR_MOUNTPOINT_OPT); } - raise (SIGTERM); + kill (getpid(), SIGTERM); return NULL; } |