summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-04 11:31:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-04 11:37:18 +0000
commit2d29ea9c7c99fb87593eac3bb53b9f144767d5fc (patch)
treeb46ff6369f456066d7db5216d93baa6bd53e3701 /debian/open-infrastructure-ceph-tools.templates
parentReleasing debian version 20190301-lts1-3. (diff)
downloadopen-infrastructure-storage-tools-2d29ea9c7c99fb87593eac3bb53b9f144767d5fc.tar.xz
open-infrastructure-storage-tools-2d29ea9c7c99fb87593eac3bb53b9f144767d5fc.zip
Renaming ceph-tools to storage-tools to avoid future NEW processing for adding additional tools.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-ceph-tools.templates')
-rw-r--r--debian/open-infrastructure-ceph-tools.templates105
1 files changed, 0 insertions, 105 deletions
diff --git a/debian/open-infrastructure-ceph-tools.templates b/debian/open-infrastructure-ceph-tools.templates
deleted file mode 100644
index f1fa09b..0000000
--- a/debian/open-infrastructure-ceph-tools.templates
+++ /dev/null
@@ -1,105 +0,0 @@
-Template: open-infrastructure-ceph-tools/title
-Type: title
-_Description: ceph-tools: Setup
-
-Template: open-infrastructure-ceph-tools/ceph-log
-Type: boolean
-Default: false
-_Description: ceph-log:
- ceph-log stores Ceph cluster log as a logfile, see ceph-log(1).
- .
- Should ceph-log be enabled?
-
-Template: open-infrastructure-ceph-tools/ceph-info
-Type: boolean
-Default: false
-_Description: ceph-info:
- ceph-info shows Ceph cluster information as a HTML page, see ceph-info(1).
- .
- Should ceph-info be enabled?
-
-Template: open-infrastructure-ceph-tools/cephfs-snap
-Type: boolean
-Default: false
-_Description: cephfs-snap:
- cephfs-snap creates CephFS snapshots periodically, see cephfs-snap(1).
- .
- Should cephfs-snap be enabled?
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-directories
-Type: string
-_Default:
-_Description: cephfs-snap directories:
- Please specify the directories (space separated) where CephFS are mounted
- that should be snapshoted.
- .
- If unsure, leave empty.
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-hourly
-Type: string
-_Default: 169
-_Description: cephfs-snap hourly:
- Please specify the number of hourly snapshots that should be kept.
- .
- Depending on the use case a reasonable default might be to keep hourly
- snapshots for 1 week, means: (24 * 7) + 1 = 169
- .
- If unsure, leave empty (no automatic hourly snapshot rotation).
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-daily
-Type: string
-_Default: 32
-_Description: cephfs-snap daily:
- Please specify the number of daily snapshots that should be kept.
- .
- Depending on the use case a reasonable default might be to keep daily
- snapshots for 1 month, means: (31 * 1) + 1 = 32
- .
- If unsure, leave empty (no automatic daily snapshot rotation).
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-weekly
-Type: string
-_Default: 25
-_Description: cephfs-snap weekly:
- Please specify the number of weekly snapshots that should be kept.
- .
- Depending on the use case a reasonable default might be to keep weekly
- snapshots for 6 months, means: (6 * 4) + 1 = 25
- .
- If unsure, leave empty (no automatic weekly snapshot rotation).
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-monthly
-Type: string
-_Default: 13
-_Description: cephfs-snap monthly:
- Please specify the number of monthly snapshots that should be kept.
- .
- Depending on the use case a reasonable default might be to keep monthly
- snapshots for 1 year, means: (12 * 1) + 1 = 13
- .
- If unsure, leave empty (no automatic monthly snapshot rotation).
-
-Template: open-infrastructure-ceph-tools/cephfs-snap-yearly
-Type: string
-_Default: 11
-_Description: cephfs-snap yearly:
- Please specify the number of yearly snapshots that should be kept.
- .
- Depending on the use case a reasonable default might be to keep yearly
- snapshots for 10 years, means: (10 * 1) + 1 = 11
- .
- If unsure, leave empty (no automatic yearly snapshot rotation).
-
-Template: open-infrastructure-ceph-tools/irc
-Type: string
-_Default:
-_Description: IRC notifications:
- The cephfs-snap command can send IRC notifications via irker to one or
- more (whitespace separated) IRC channels.
- .
- The following example will send IRC notifications to the
- open-infrastructure channel on irc.oftc.net:
- .
- irc://irc.oftc.net:6668/open-infrastructure
- .
- If unsure, leave empty (default).