Whamcloud - gitweb
Branch b1_4_mountconf
authornathan <nathan>
Tue, 14 Mar 2006 22:35:48 +0000 (22:35 +0000)
committernathan <nathan>
Tue, 14 Mar 2006 22:35:48 +0000 (22:35 +0000)
commitd3a4ae45b5a58c6c69cf7c133f9090fffea461ba
treef071e5f9231aa21e82b255092f773d9cbef75f07
parent0dcc5511fb5a02656004dd623375951965b24f3b
Branch b1_4_mountconf
b=9846
add ability to change failover nodes or stripe params via lctl:
mgs> ./lctl conf_param lustre-OST0000 failnode=3@elan,192.168.0.3@tcp0
any client> cat /proc/fs/lustre/osc/lustre-OST0000-osc/ost_conn_uuid
mgs> ./lctl conf_param lustre-mdtlov default_stripe_size=1114112
mgs> ./lctl conf_param lustre-mdtlov default_stripe_count=2
mgs> ./lctl conf_param lustre-mdtlov default_stripe_offset=3
mgs> ./lctl conf_param lustre-mdtlov default_stripe_pattern=0
cat /proc/fs/lustre/lov/lustre-mdtlov/stripe*
lustre/mgs/mgs_llog.c