did anybody know how i do an entry for glusterfs in fstab with options like = (--disable-direct-io-mode)?
is this correct?
fstab:
/etc/glusterfs/mount-backup01-client_repl.vol /GFS/backup01 glusterfs defaults,--disable-direct-io-mode 0 0
The above is not correct. The correct entry in /etc/fstab (as of today)is
/etc/glusterfs/mount-backup01-client_repl.vol /GFS/backup01 glusterfs defaults,direct-io-mode=disable 0 0
Regards,
Amar