From: Sage Weil Date: Mon, 4 Apr 2016 13:39:03 +0000 (-0400) Subject: qa/workunits/rest/test.py: fs flag set enable_multiple true X-Git-Tag: v10.1.2~41^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1de73d7ec866cdd9aa63e0f071e9ea0132191241;p=ceph-ci.git qa/workunits/rest/test.py: fs flag set enable_multiple true This lets us run against a vstart cluster. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rest/test.py b/qa/workunits/rest/test.py index fb633c0eeb2..2097dced510 100755 --- a/qa/workunits/rest/test.py +++ b/qa/workunits/rest/test.py @@ -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, '')