]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/workunits/rest/test.py: fs flag set enable_multiple true
authorSage Weil <sage@redhat.com>
Mon, 4 Apr 2016 13:39:03 +0000 (09:39 -0400)
committerSage Weil <sage@redhat.com>
Mon, 4 Apr 2016 13:39:03 +0000 (09:39 -0400)
This lets us run against a vstart cluster.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/rest/test.py

index fb633c0eeb220af9efa48affbd54b249efb0b34b..2097dced51044dc493cce618c6866b14b9d59b57 100755 (executable)
@@ -166,6 +166,7 @@ if __name__ == '__main__':
     r = expect('mds/dump.xml', 'GET', 200, 'xml')
     assert(r.tree.find('output/mdsmap/created') is not None)
 
+    expect('fs/flag/set?flag_name=enable_multiple&val=true', 'PUT', 200, '')
     expect('osd/pool/create?pg_num=1&pool=cephfs_metadata', 'PUT', 200, '')
     expect('osd/pool/create?pg_num=1&pool=cephfs_data', 'PUT', 200, '')
     expect('fs/new?fs_name=cephfs&metadata=cephfs_metadata&data=cephfs_data', 'PUT', 200, '')