From 5329166169b4686720970b63ae1e7326ee4bb047 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2019 19:44:59 +0100 Subject: Merging upstream version 20190301. Signed-off-by: Daniel Baumann --- share/doc/examples/ceph-tools | 20 ++++++++++++++++++++ share/doc/examples/storage-tools | 20 -------------------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 share/doc/examples/ceph-tools delete mode 100644 share/doc/examples/storage-tools (limited to 'share/doc/examples') 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="" 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="" -- cgit v1.2.3