Daesung Kim
2009-Jun-30 12:50 UTC
[Gluster-users] Is it stable when the process died without vmp umount() ?
In my application, many apache processes use apis in libglusterfsclient.so to be a glusterfs client. And vmp is mounted once when the process is initialized. So if I kill the process, vmp list in the library would be cleared. In this case, Can I feel free when the process died without vmp umount? Does it make garbage data which are not destroyed somewhere in the glusterfs servers? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090630/528d3dd3/attachment.html>
Shehjar Tikoo
2009-Jun-30 13:36 UTC
[Gluster-users] Is it stable when the process died without vmp umount() ?
Daesung Kim wrote:> In my application, many apache processes use apis in > libglusterfsclient.so to be a glusterfs client. > > And vmp is mounted once when the process is initialized. > > > > So if I kill the process, vmp list in the library would be cleared. > > In this case, Can I feel free when the process died without vmp umount? > > Does it make garbage data which are not destroyed somewhere in the > glusterfs servers?Yes. This is not a problem. Once the process using libglusterfsclient dies the connections and related state at the server are also cleaned up. -Shehjar> > > > Thanks. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users