diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:07:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:07:25 +0000 |
commit | 68020a27f8936e5d2fb2aa70efa572d0c65b55a8 (patch) | |
tree | a4905e61caef9cae11c39f6b46df0e5e69947ea7 /share/doc | |
parent | Adding upstream version 20170405. (diff) | |
download | open-infrastructure-storage-tools-68020a27f8936e5d2fb2aa70efa572d0c65b55a8.tar.xz open-infrastructure-storage-tools-68020a27f8936e5d2fb2aa70efa572d0c65b55a8.zip |
Adding upstream version 20170410.upstream/20170410
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/examples/storage-tools | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/share/doc/examples/storage-tools b/share/doc/examples/storage-tools new file mode 100644 index 0000000..c74cb78 --- /dev/null +++ b/share/doc/examples/storage-tools @@ -0,0 +1,20 @@ +# /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="" |