gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] is umount supposed to work?


From: Emmanuel Dreyfus
Subject: [Gluster-devel] is umount supposed to work?
Date: Fri, 13 May 2011 07:24:25 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

Hi

I am still working on glusterfs/NetBSD, and it is getting close to something
actually usable. I still have a few issues, one of which is unmounting. 

When I use umount(8), I send a FUSE_DESTROY to glusterfs. That has no
effect at all. Looking at the source, I can see that fuse_destroy()
just returns succes and do nothing.

Is it on purpose? What about adding a kill(getpid(), SIGTERM) here?
What is the prefered way of unmounting right now?

Another problem: invoking glusterfs with -s and without --volfile-id 
leads to a SIGSEGV because volfile_id is NULL. This can be fixed by
adding an error message if --volfile-id is supplied without -s. Another
approach would be to let the administrator supply the volfile_id in the
-s string, for instance with glusterfs -s address@hidden /mnt
(I suggest this syntax rather than gfs.example.net:gfs1 just in case one
want to add support for specifying an alternate port some day).

-- 
Emmanuel Dreyfus
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]