> This path might be available as an env variable - but is there a better way
> to figure out the aux mount without bothering with df -h?

I believe so.  The function that creates the mount is:

   glusterd_create_quota_auxiliary_mount

That function *also* creates log and pid files.  The pid file path comes
from GLUSTERFS_GET_AUX_MOUNT_PIDFILE, which combines the run directory
(already available through the environment) with the volume name.  Could
we check for the pid file and corresponding process instead of for the
actual mount?
_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to