summaryrefslogtreecommitdiffstats
path: root/share/doc/examples/ceph-tools
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:44:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-03-02 18:45:06 +0000
commit5329166169b4686720970b63ae1e7326ee4bb047 (patch)
treee041fabbef0975b6861f848391bdc8323318bbde /share/doc/examples/ceph-tools
parentReleasing debian version 20180915-3. (diff)
downloadopen-infrastructure-storage-tools-5329166169b4686720970b63ae1e7326ee4bb047.tar.xz
open-infrastructure-storage-tools-5329166169b4686720970b63ae1e7326ee4bb047.zip
Merging upstream version 20190301.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc/examples/ceph-tools')
-rw-r--r--share/doc/examples/ceph-tools20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/doc/examples/ceph-tools b/share/doc/examples/ceph-tools
new file mode 100644
index 0000000..f665390
--- /dev/null
+++ b/share/doc/examples/ceph-tools
@@ -0,0 +1,20 @@
+# /etc/open-infrastructure/ceph-tools.conf
+
+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=""