+++ /dev/null
-#!/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
--- /dev/null
+#!/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
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