]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdmap: Don't create FS pools by default
authorJohn Spray <john.spray@inktank.com>
Tue, 29 Apr 2014 14:39:45 +0000 (15:39 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 30 Jun 2014 09:30:43 +0000 (10:30 +0100)
commit90e6daec9f3fe2a3ba051301ee50940278ade18b
tree83795006f9dd03087544c6cd4e9dd045dd1dfcf1
parent13305d5b0cea07b56b65812189bd086916cf61fb
osdmap: Don't create FS pools by default

Because many Ceph users don't use the filesystem,
don't create the 'data' and 'metadata' pools by
default -- they will be created by newfs if
they are needed.

Signed-off-by: John Spray <john.spray@inktank.com>
src/osd/OSDMap.cc