]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rstats: enable by default on client; move test workunit to its own dir
authorGreg Farnum <gfarnum@redhat.com>
Wed, 3 Feb 2016 09:38:14 +0000 (01:38 -0800)
committerGreg Farnum <gfarnum@redhat.com>
Thu, 18 Feb 2016 20:44:22 +0000 (12:44 -0800)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
qa/workunits/fs/misc/kernel_untar_tar.sh [deleted file]
qa/workunits/fs/norstats/kernel_untar_tar.sh [new file with mode: 0755]
src/common/config_opts.h

diff --git a/qa/workunits/fs/misc/kernel_untar_tar.sh b/qa/workunits/fs/misc/kernel_untar_tar.sh
deleted file mode 100755 (executable)
index 63f8c74..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/bash
-# check if there is file changed while being archived
-
-set -e
-
-KERNEL=linux-4.0.5
-
-wget -q http://download.ceph.com/qa/$KERNEL.tar.xz
-
-mkdir untar_tar
-cd untar_tar
-
-tar Jxvf ../$KERNEL.tar.xz $KERNEL/Documentation/
-tar cf doc.tar $KERNEL
-
-tar xf doc.tar
-sync
-tar c $KERNEL >/dev/null
-
-rm -rf $KERNEL
-
-tar xf doc.tar
-sync
-tar c $KERNEL >/dev/null
-
-echo Ok
diff --git a/qa/workunits/fs/norstats/kernel_untar_tar.sh b/qa/workunits/fs/norstats/kernel_untar_tar.sh
new file mode 100755 (executable)
index 0000000..63f8c74
--- /dev/null
@@ -0,0 +1,26 @@
+#!/bin/bash
+# check if there is file changed while being archived
+
+set -e
+
+KERNEL=linux-4.0.5
+
+wget -q http://download.ceph.com/qa/$KERNEL.tar.xz
+
+mkdir untar_tar
+cd untar_tar
+
+tar Jxvf ../$KERNEL.tar.xz $KERNEL/Documentation/
+tar cf doc.tar $KERNEL
+
+tar xf doc.tar
+sync
+tar c $KERNEL >/dev/null
+
+rm -rf $KERNEL
+
+tar xf doc.tar
+sync
+tar c $KERNEL >/dev/null
+
+echo Ok
index 5ac5c6a3c3152583c9d0e738b7e25c4b6984eb92..65774387ab9025a986b4a5bc34a09bfbde0655e5 100644 (file)
@@ -388,7 +388,7 @@ OPTION(client_inject_fixed_oldest_tid, OPT_BOOL, false)  // synthetic client bug
 OPTION(client_metadata, OPT_STR, "")
 OPTION(client_acl_type, OPT_STR, "")
 OPTION(client_permissions, OPT_BOOL, true)
-OPTION(client_dirsize_rbytes, OPT_BOOL, false)
+OPTION(client_dirsize_rbytes, OPT_BOOL, true)
 
 // note: the max amount of "in flight" dirty data is roughly (max - target)
 OPTION(fuse_use_invalidate_cb, OPT_BOOL, false) // use fuse 2.8+ invalidate callback to keep page cache consistent