summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-ceph-tools.postinst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/open-infrastructure-ceph-tools.postinst (renamed from debian/open-infrastructure-storage-tools.postinst)24
1 files changed, 12 insertions, 12 deletions
diff --git a/debian/open-infrastructure-storage-tools.postinst b/debian/open-infrastructure-ceph-tools.postinst
index e207f8f..6e895b6 100755
--- a/debian/open-infrastructure-storage-tools.postinst
+++ b/debian/open-infrastructure-ceph-tools.postinst
@@ -2,40 +2,40 @@
set -e
-CONFFILE="/etc/default/storage-tools"
+CONFFILE="/etc/default/ceph-tools"
case "${1}" in
configure)
. /usr/share/debconf/confmodule
- db_get open-infrastructure-storage-tools/ceph-log
+ db_get open-infrastructure-ceph-tools/ceph-log
CEPH_LOG="${RET}" # boolean
- db_get open-infrastructure-storage-tools/ceph-info
+ db_get open-infrastructure-ceph-tools/ceph-info
CEPH_INFO="${RET}" # boolean
- db_get open-infrastructure-storage-tools/cephfs-snap
+ db_get open-infrastructure-ceph-tools/cephfs-snap
CEPHFS_SNAP="${RET}" # boolean
- db_get open-infrastructure-storage-tools/cephfs-snap-directories
+ db_get open-infrastructure-ceph-tools/cephfs-snap-directories
CEPHFS_SNAP_DIRECTORIES="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/cephfs-snap-hourly
+ db_get open-infrastructure-ceph-tools/cephfs-snap-hourly
CEPHFS_SNAP_HOURLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/cephfs-snap-daily
+ db_get open-infrastructure-ceph-tools/cephfs-snap-daily
CEPHFS_SNAP_DAILY="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/cephfs-snap-weekly
+ db_get open-infrastructure-ceph-tools/cephfs-snap-weekly
CEPHFS_SNAP_WEEKLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/cephfs-snap-monthly
+ db_get open-infrastructure-ceph-tools/cephfs-snap-monthly
CEPHFS_SNAP_MONTHLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/cephfs-snap-yearly
+ db_get open-infrastructure-ceph-tools/cephfs-snap-yearly
CEPHFS_SNAP_YEARLY="${RET}" # string (w/ empty)
- db_get open-infrastructure-storage-tools/irc
+ db_get open-infrastructure-ceph-tools/irc
IRK_TARGETS="${RET}" # string (w/ empty)
db_stop
@@ -44,7 +44,7 @@ case "${1}" in
then
cat > "${CONFFILE}" << EOF
-# /etc/default/storage-tools
+# /etc/default/ceph-tools
CEPH_INFO="${CEPH_INFO}"
CEPH_LOG="${CEPH_LOG}"