summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs_fstab.c
Commit message (Collapse)AuthorAgeFilesLines
* booster: Move fstab parsing into booster from libglusterfsShehjar Tikoo2009-05-201-309/+0
| | | | | | | | | | | This is another attempt at fixing build problems on Solaris. I am told that booster build is disabled on Solaris and I know that it is disabled on Mac OS X also. Getting it to work on both these systems is now on my TODO list, mainly because on both these systems, we can have a glusterfs client running without requiring FUSE. Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
* booster: Add fstab parsing supportShehjar Tikoo2009-05-081-0/+309
This commit changes the booster.conf format from a simple custom format to that of the /etc/fstab.c See booster_mount(..) for the mount options supported/required for LD_PRELOADing booster. I'll write a small help doc soon. This commit also brings in fstab parsing code into libglusterfs because Darwin libc only supports reading the hardcoded /etc/fstab. Signed-off-by: Anand V. Avati <avati@amp.gluster.com>