[Pkg-ceph-commits] [ceph] 01/02: d/ceph-osd.postinst: Force reload of udev rules to ensure that OSD block device rules correctly apply ceph user and group permissions, fixing issues with initialization of ceph-osd processes via udev (LP: #1631328).

James Downing Page jamespage at moszumanska.debian.org
Fri Oct 7 13:01:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu-yakkety
in repository ceph.

commit 5083f82aaf5a91f94d5831a116d1444ac932b39b
Author: James Page <james.page at ubuntu.com>
Date:   Fri Oct 7 13:59:52 2016 +0100

    d/ceph-osd.postinst: Force reload of udev rules to ensure that OSD block device rules correctly apply ceph user and group permissions, fixing issues with initialization of ceph-osd processes via udev (LP: #1631328).
---
 debian/ceph-osd.postinst | 5 ++++-
 debian/changelog         | 9 +++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/ceph-osd.postinst b/debian/ceph-osd.postinst
index d4ad405..a1510f3 100644
--- a/debian/ceph-osd.postinst
+++ b/debian/ceph-osd.postinst
@@ -23,7 +23,10 @@ set -e
 
 case "$1" in
     configure)
-	:
+	# Reload udev rules, to ensure correct application of
+	# ceph user and group permissions to block devices
+	# https://pad.lv/1631328
+	udevadm control --reload || :
     ;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	:
diff --git a/debian/changelog b/debian/changelog
index 764db38..6fb32db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ceph (10.2.3-0ubuntu2) UNRELEASED; urgency=medium
+
+  * d/ceph-osd.postinst: Force reload of udev rules to ensure that
+    OSD block device rules correctly apply ceph user and group
+    permissions, fixing issues with initialization of ceph-osd
+    processes via udev (LP: #1631328).
+
+ -- James Page <james.page at ubuntu.com>  Fri, 07 Oct 2016 13:57:50 +0100
+
 ceph (10.2.3-0ubuntu1) yakkety; urgency=medium
 
   * New upstream point release (LP: #1628809):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list