]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart: support creating multiple cephfs filesystems
authorJohn Spray <john.spray@redhat.com>
Wed, 16 Mar 2016 12:52:58 +0000 (12:52 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 22 Mar 2016 12:08:49 +0000 (12:08 +0000)
commitd4503e97e87fe3b801809946a353bc9cb3aafee5
tree7b839d7ff2f866279ac2cb8d3bd231a83df98cf5
parentccef4898a6f02e17819b791cc1e794ee3589322d
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