Whamcloud - gitweb
Branch b1_4_mountconf
authornathan <nathan>
Thu, 16 Mar 2006 23:15:31 +0000 (23:15 +0000)
committernathan <nathan>
Thu, 16 Mar 2006 23:15:31 +0000 (23:15 +0000)
commitb120b1cf617acbbf273c18266d08c6c07f0a9ac9
tree2aaa78f8ef20e9dc4c005b825868e91e2cac5433
parent8dab1550a1b39afa62abfb063db93de38186e277
Branch b1_4_mountconf
b=9861
Use common code to parse params from mkfs.lustre and from lctl:
 mkfs.lustre --mdt --param="default_stripe_size=1114112" /dev/sda
or
 lctl conf_param lustre-MDT0000 default_stripe_size=1114112
Implemented so far:
default_stripe_size
default_stripe_count
default_stripe_offset
default_stripe_pattern
obd_timeout
failnode
lustre/include/linux/lustre_disk.h
lustre/include/linux/lustre_param.h
lustre/mgs/mgs_llog.c
lustre/obdclass/obd_mount.c
lustre/utils/lctl.c
lustre/utils/lustre_cfg.c