Whamcloud - gitweb
Add new "lustre" fs type which supports only zeroconf mounts.
authorrread <rread>
Tue, 11 Nov 2003 23:13:14 +0000 (23:13 +0000)
committerrread <rread>
Tue, 11 Nov 2003 23:13:14 +0000 (23:13 +0000)
commit65122d3610c19b0eeedd6e6e25df0b53258ab803
treedb50e2b1191ec39d99fb5c778011d7e2981ab0dc
parent2cde42e350786443f0cb6296fa451ee8dd55a974
Add new "lustre" fs type which supports only zeroconf mounts.
 - old zeroconf client code removed from lustre-lite, and the lconf
   --zeroconf option deleted
 - common code factored out for ll/lustre fill_super and put_super
 - lconf still uses lustre_lite (but not for long)

llmount will be used by mount for lustre filesystems if copied to
/sbin/mount.lustre:

  mount -t lustre mds_host:/mds_servicee/profile  /mnt/lustre

Multiple mounts of the same filesystem are supported.

Remove unused mds and filter nspath code.
lnet/include/lnet/lnetctl.h
lnet/include/lnet/ptlctl.h
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_internal.h
lustre/portals/include/portals/ptlctl.h
lustre/tests/replay-single.sh