]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
suites/fs: isolate quota task
authorJohn Spray <jspray@redhat.com>
Wed, 21 Jan 2015 14:39:47 +0000 (14:39 +0000)
committerJohn Spray <jspray@redhat.com>
Wed, 21 Jan 2015 14:39:47 +0000 (14:39 +0000)
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 <john.spray@redhat.com>
suites/fs/basic/tasks/cfuse_workunit_misc.yaml
suites/fs/basic/tasks/cfuse_workunit_quota.yaml [new file with mode: 0644]

index b437f1b050dbeda4c87a6313da190ad0992bb981..6dfec976eecc26dc036f4178c617658c8a1eaa24 100644 (file)
@@ -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 (file)
index 0000000..a6d35ab
--- /dev/null
@@ -0,0 +1,13 @@
+tasks:
+- ceph-fuse:
+- workunit:
+    timeout: 6h
+    clients:
+      all:
+        - fs/quota
+
+overrides:
+  ceph:
+    conf:
+      client:
+        client quota: true