Whamcloud - gitweb
b=1026
authorrread <rread>
Wed, 7 May 2003 19:12:10 +0000 (19:12 +0000)
committerrread <rread>
Wed, 7 May 2003 19:12:10 +0000 (19:12 +0000)
r=adilger@clusterfs.com

- add initial support for creating client connections on the MDS,
  configs will need to be recreated. (The version has been updated
  to force this.)

- create a new config object, "filesystem" which represents a
  specific filesystem.  In the zero-config future, the MDS will be
  need to be aware of what filesystems it "owns," so this is perhaps one
  tiny step in that direction.

lustre/utils/Lustre/__init__.py

index bc7b5d6..a7c528f 100644 (file)
@@ -4,4 +4,4 @@ from lustredb import LustreDB, LustreDB_XML, LustreDB_LDAP
 from error import LconfError, OptionError
 from cmdline import Options
 
-CONFIG_VERSION="2003041401"
+CONFIG_VERSION="2003050501"