Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209267 - sys-fs/gfs init-script do not use the options in fstab
Summary: sys-fs/gfs init-script do not use the options in fstab
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-07 16:29 UTC by Alexandre Racine
Modified: 2010-09-10 18:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Racine 2008-02-07 16:29:04 UTC
The "mount" command in the /etc/init.d/gfs script does not use the 4th colon, the one with the options like noatime, etc.



Reproducible: Always

Steps to Reproduce:
1.install gfs and configure it (long!)
2.add noatime in fstab
3.reboot to test and use the "mount" command to see no "noatime" in the mount options.

Actual Results:  

$ mount
/dev/sdd5 on /home type gfs (rw)

Expected Results:  
$ mount
/dev/sdd5 on /home type gfs (rw,noatime)

Brian Kroth from the Linux-Cluster mailing list added to the script to pass the information in the fstab to the -o options of the mount command.

The follow up is still not yet online while I am writing this, but should be in a couple of days. Just follow the bread crumbs.

https://www.redhat.com/archives/linux-cluster/2008-February/msg00088.html
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2008-03-17 23:26:30 UTC
fixed in 2.02.00, please try the new clustering infrastructure.
1.0x.00 is scheduled to be removed.