]> git.proxmox.com Git - ceph.git/blobdiff - ceph/debian/ceph-osd.postinst
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / debian / ceph-osd.postinst
index 8acfc0743112af3d771ee91287e8e5e1781b08bc..5e44548fe826177d9c78c589f0611207d334d7e5 100644 (file)
@@ -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 -h ceph:ceph /var/lib/ceph/osd/*/block* 2>&1 > /dev/null || :
     ;;
     abort-upgrade|abort-remove|abort-deconfigure)
        :