]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart: support creating multiple cephfs filesystems 7998/head
authorJohn Spray <john.spray@redhat.com>
Wed, 16 Mar 2016 12:52:58 +0000 (12:52 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 16 Mar 2016 13:07:22 +0000 (13:07 +0000)
commitb6101e91f56e4dfbc7d8e041512d1600d2e67d5a
tree100f60c944c1938046a7745fb2a3eae8daa9d668
parente9b70e4e9dc7cef274a98eb39ee75d665e3b26d8
vstart: support creating multiple cephfs filesystems

This is handy if you want to quickly create a cluster
with lots of filesystems, for playing with e.g. what
the ceph status output looks like when multiple filesystems
are in play.

This changes the default filesystem/pool names to be
e.g. cephfs_data_a instead of just `cephfs_data`, but anything
who relied on those names in a vstart environment houldn't have
been (this won't affect teuthology tests, of course, where we
still have a few annoying hardcoded pool names).

Signed-off-by: John Spray <john.spray@redhat.com>
src/vstart.sh