Whamcloud - gitweb
Add new "lustre" fs type which supports only zeroconf mounts.
authorrread <rread>
Tue, 11 Nov 2003 23:13:09 +0000 (23:13 +0000)
committerrread <rread>
Tue, 11 Nov 2003 23:13:09 +0000 (23:13 +0000)
commit4e8480e27724a899c98f5647e265a36f5cee5118
tree760009ac505adc154c21186919ce02a91f081e5a
parentbc35a81526e5385516acd463ab948143550eb10b
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.
lustre/llite/llite_lib.c