Whamcloud - gitweb
Branch b1_4_mountconf
authornathan <nathan>
Tue, 14 Mar 2006 21:48:43 +0000 (21:48 +0000)
committernathan <nathan>
Tue, 14 Mar 2006 21:48:43 +0000 (21:48 +0000)
commit0dcc5511fb5a02656004dd623375951965b24f3b
tree99b50691a83ee91e369af8541221b43ffc5cf175
parenta78f72171be29c5fdfcb9a548549e7d6bb5b8ca6
Branch b1_4_mountconf
b=9861
make mgsnids and failover nids part of string parameters
(e.g. mgsnode=<nid_list>), to simplify mkfs/mount, and to provide a
distinction between multiple nids per node, and multiple nodes.  String
parsing moves into kernel.  Arbitrary params can be added to mkfs.lustre
with --param key=value, hopefully preventing any need to ever change the
lustre_disk_data.
13 files changed:
lustre/include/linux/lustre_disk.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_param.h [new file with mode: 0644]
lustre/lov/lov_obd.c
lustre/mds/mds_open.c
lustre/mgc/mgc_request.c
lustre/mgs/mgs_handler.c
lustre/mgs/mgs_llog.c
lustre/obdclass/lustre_peer.c
lustre/obdclass/obd_mount.c
lustre/ptlrpc/pack_generic.c
lustre/utils/mkfs_lustre.c
lustre/utils/mount_lustre.c