]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: no initial filesystem
authorJohn Spray <john.spray@inktank.com>
Tue, 29 Apr 2014 14:14:42 +0000 (15:14 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 30 Jun 2014 09:30:42 +0000 (10:30 +0100)
commit13305d5b0cea07b56b65812189bd086916cf61fb
tree85e4a26a8d13f031b1830eec180ba4620246f48d
parent8f7900a09c8e490c9cd3a6f92ed1f0eb1f47f2a9
mds: no initial filesystem

Because not everyone uses CephFS, we would
like to avoid initially creating any data/metadata
pools for CephFS.

To avoid creating those pools, we must avoid initially
populating the MDSMap.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/mdstypes.h
src/mon/MDSMonitor.cc