summaryrefslogtreecommitdiffstats
path: root/debian/ceph-osd.postinst
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2018-07-25 23:22:09 +0200
committerSage Weil <sage@redhat.com>2018-07-25 23:22:09 +0200
commit2c4e26eb448a43e25264c1089de63292f735ca0a (patch)
tree3d53bffd1331e9149a8699742a1b65ec3b10a054 /debian/ceph-osd.postinst
parentRevert "rpm,deb: fix chown to use -h" (diff)
downloadceph-2c4e26eb448a43e25264c1089de63292f735ca0a.tar.xz
ceph-2c4e26eb448a43e25264c1089de63292f735ca0a.zip
Revert "rpm,deb: chown bluestore block* links to ceph.ceph on install/upgrade"
This reverts commit 58cde3fd793c037beca6645cc30b2ae1c30e2af1. This was only needed for luminous and mimic. We are keeping these commits in master (and reverting them) only so that the cherry-pick -x references work. Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to '')
-rw-r--r--debian/ceph-osd.postinst2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/ceph-osd.postinst b/debian/ceph-osd.postinst
index 6ae5349bce0..5e44548fe82 100644
--- a/debian/ceph-osd.postinst
+++ b/debian/ceph-osd.postinst
@@ -25,8 +25,6 @@ case "$1" in
configure)
[ -x /etc/init.d/procps ] && invoke-rc.d procps restart || :
[ -x /sbin/start ] && start ceph-osd-all || :
- # work around https://tracker.ceph.com/issues/24903
- chown ceph:ceph /var/lib/ceph/osd/*/block* 2>&1 > /dev/null || :
;;
abort-upgrade|abort-remove|abort-deconfigure)
: