From: John Spray Date: Wed, 21 Jan 2015 14:39:47 +0000 (+0000) Subject: suites/fs: isolate quota task X-Git-Tag: v0.94.10~27^2^2~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=82159315b67951f31d29a356e1feeecd9024d392;p=ceph.git suites/fs: isolate quota task Quota script is moved out of fs/misc so that kclient doesn't try to run it. Update cfuse suite to find the new location, and only enable quota for this one script rather than enabling across all misc tests. Fixes: #10579 Signed-off-by: John Spray --- diff --git a/suites/fs/basic/tasks/cfuse_workunit_misc.yaml b/suites/fs/basic/tasks/cfuse_workunit_misc.yaml index b437f1b050db..6dfec976eecc 100644 --- a/suites/fs/basic/tasks/cfuse_workunit_misc.yaml +++ b/suites/fs/basic/tasks/cfuse_workunit_misc.yaml @@ -6,8 +6,3 @@ tasks: all: - fs/misc -overrides: - ceph: - conf: - client: - client quota: true \ No newline at end of file diff --git a/suites/fs/basic/tasks/cfuse_workunit_quota.yaml b/suites/fs/basic/tasks/cfuse_workunit_quota.yaml new file mode 100644 index 000000000000..a6d35ab8ecec --- /dev/null +++ b/suites/fs/basic/tasks/cfuse_workunit_quota.yaml @@ -0,0 +1,13 @@ +tasks: +- ceph-fuse: +- workunit: + timeout: 6h + clients: + all: + - fs/quota + +overrides: + ceph: + conf: + client: + client quota: true