mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
tasks/cephfs: enable multi fs flag
Cluster won't let you create more than without setting this flag explicitly. Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
e1634ed2ed
commit
9915752acd
@ -157,6 +157,11 @@ class TestMultiFilesystems(CephFSTestCase):
|
||||
# We'll create our own filesystems and start our own daemons
|
||||
REQUIRE_FILESYSTEM = False
|
||||
|
||||
def setUp(self):
|
||||
super(TestMultiFilesystems, self).setUp()
|
||||
self.fs.mon_manager.raw_cluster_cmd("fs", "flag", "set",
|
||||
"enable_multiple", "true")
|
||||
|
||||
def _setup_two(self):
|
||||
fs_a = self.mds_cluster.get_filesystem("alpha")
|
||||
fs_b = self.mds_cluster.get_filesystem("bravo")
|
||||
|
Loading…
Reference in New Issue
Block a user