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>
all:
- fs/misc
-overrides:
- ceph:
- conf:
- client:
- client quota: true
\ No newline at end of file
--- /dev/null
+tasks:
+- ceph-fuse:
+- workunit:
+ timeout: 6h
+ clients:
+ all:
+ - fs/quota
+
+overrides:
+ ceph:
+ conf:
+ client:
+ client quota: true