Whamcloud - gitweb
b=19689
authorbrian <brian>
Thu, 15 Oct 2009 13:21:48 +0000 (13:21 +0000)
committerbrian <brian>
Thu, 15 Oct 2009 13:21:48 +0000 (13:21 +0000)
commit32cad13e1dea06e8b83d315393c2a8b5fd4a3a48
tree3779c8b30ede090d264308158feda6431761e37e
parent97da1619a39b2a0529f9d3d62469fce9e0d685e5
b=19689
i=adilger
i=bobijam
i=nathan
o=Jim Garlick

Change tunefs.lustre and mkfs.lustre --mountfsoptions so that
exactly the specified mount options are used.
Leaving off any "mandatory" mount options is an error.
Leaving off any default mount options causes a warning, but is allowed.
Change errors=remount-ro from mandatory to default.
Sanitize the mount string before storing it.
Update man pages accordingly.

This hopefully makes two awkward situations less so:
- making errors=panic the default (before we had to append errors=remount-ro
  and hope ldiskfs parsing caused the last option to override the first)
- setting other mount options on the OST's dropped mballoc,extents
  without warning.
lustre/ChangeLog
lustre/doc/mkfs.lustre.8
lustre/doc/tunefs.lustre.8
lustre/tests/cfg/local.sh
lustre/utils/mkfs_lustre.c