summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-storage-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:45:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-02 08:58:31 +0000
commitc63767cdee7fb4fcf625ec57b6cd6360ef82bdbb (patch)
tree635d2045cba6d19ac488c2b12601f899534276e0 /debian/open-infrastructure-storage-tools.templates
parentRepeating Section for binary packages in control. (diff)
downloadopen-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.tar.xz
open-infrastructure-storage-tools-c63767cdee7fb4fcf625ec57b6cd6360ef82bdbb.zip
Renaming binary package to open-infrastructure-ceph-tools for consistency and future-proofing.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-storage-tools.templates')
-rw-r--r--debian/open-infrastructure-storage-tools.templates105
1 files changed, 0 insertions, 105 deletions
diff --git a/debian/open-infrastructure-storage-tools.templates b/debian/open-infrastructure-storage-tools.templates
deleted file mode 100644
index 3c024f3..0000000
--- a/debian/open-infrastructure-storage-tools.templates
+++ /dev/null
@@ -1,105 +0,0 @@
-Template: open-infrastructure-storage-tools/title
-Type: title
-_Description: storage-tools: Setup
-
-Template: open-infrastructure-storage-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-storage-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-storage-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-storage-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-storage-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-storage-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-storage-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-storage-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-storage-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-storage-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).