Whamcloud - gitweb
Add new "lustre" fs type which supports only zeroconf mounts.
authorrread <rread>
Tue, 11 Nov 2003 23:13:17 +0000 (23:13 +0000)
committerrread <rread>
Tue, 11 Nov 2003 23:13:17 +0000 (23:13 +0000)
commitea96a4a20eb4a4471656e748e2541ff0fce440fd
treed6acfd8fc6a4bfcd644ccda7aa3670e74d2087ff
parent73372900815650f02833bceb0cca668b2e22ef15
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/include/linux/lustre_cfg.h
lustre/ptlrpc/llogd.c
lustre/utils/llmount.c
lustre/utils/lustre_cfg.c