Whamcloud - gitweb
Branch b1_4_mountconf
authornathan <nathan>
Tue, 14 Feb 2006 22:46:11 +0000 (22:46 +0000)
committernathan <nathan>
Tue, 14 Feb 2006 22:46:11 +0000 (22:46 +0000)
commit5990e1de526565d454e6ad384b9c80e3b03cd7d4
tree659f8ee132d35456cfc4bd3a73c6ecaa244c8489
parentdee8bc1b19505bf4cf826a50a85fc1d55ee767f7
Branch b1_4_mountconf
b=9866, 9843
9866 mount ost exclusion list:
mount -o exclude=lustre-OST0000:lustre-OST0001 -t lustre
uml1:/lustre-client /mnt/lustre
will start a client with selected osc's in "inactive" state, allowing
nonblocking (degraded) filesystem usage.
Also adds foundation for 9843 skipping of so-marked config commands.
12 files changed:
lustre/include/linux/lustre_cfg.h
lustre/include/linux/lustre_disk.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/obd_class.h
lustre/llite/llite_lib.c
lustre/lov/lov_obd.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_llog.c
lustre/obdclass/obd_config.c
lustre/obdclass/obd_mount.c
lustre/utils/mkfs_lustre.c
lustre/utils/mount_lustre.c