summaryrefslogtreecommitdiffstats
path: root/share/doc/examples/storage-tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:44:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:44:56 +0000
commit80a356951efdc3fdf0aed0b43780711969312743 (patch)
tree7f37c29de70671f4f615142e24ffe433319f5a56 /share/doc/examples/storage-tools
parentAdding upstream version 20180915. (diff)
downloadopen-infrastructure-storage-tools-upstream/20190301.tar.xz
open-infrastructure-storage-tools-upstream/20190301.zip
Adding upstream version 20190301.upstream/20190301
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc/examples/storage-tools')
-rw-r--r--share/doc/examples/storage-tools20
1 files changed, 0 insertions, 20 deletions
diff --git a/share/doc/examples/storage-tools b/share/doc/examples/storage-tools
deleted file mode 100644
index c74cb78..0000000
--- a/share/doc/examples/storage-tools
+++ /dev/null
@@ -1,20 +0,0 @@
-# /etc/default/storage-tools
-
-CEPH_INFO="true"
-CEPH_LOG="true"
-
-CEPHFS_SNAP="true"
-CEPHFS_SNAP_DIRECTORIES=""
-
-# keep hourly snapshots for 1 week: (24 * 7) + 1
-CEPHFS_SNAP_HOURLY="169"
-# keep daily snapshots for 1 month: (31) + 1
-CEPHFS_SNAP_DAILY="32"
-# keep weekly snapshots for 6 months: (4 * 6) + 1
-CEPHFS_SNAP_WEEKLY="25"
-# keep monthly snapshots for 1 year: (12) + 1
-CEPHFS_SNAP_MONTHLY="13"
-# keep yearly snapshots for 10 year: (10) + 1
-CEPHFS_SNAP_YEARLY="11"
-
-IRK_TARGETS=""