summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-04-11 09:42:13 -0700
committerGary Lowell <glowell@inktank.com>2013-04-22 22:30:39 -0700
commit7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7 (patch)
treed3c83df909753c0c2033a2a78804c2ce4692ccba /debian
parent3dd9574bbf48fe21b193437177f608eb9ef8fda8 (diff)
downloadceph-7ad63d23d74e5bc45c44a0192ab1f49ceb68ffa7.tar.gz
ceph-disk: OSD hotplug fixes for Centos
Two fixes for Centos 6.3 and other systems with udev versions prior to 172. The disk peristant name using the GPT UUID does not exist, so use the by_path persistent name instead for the journal symlink. The gpt label fields are not available for use in udev rules. Add ceph-disk-udev wrapper script that extracts the partition type guid from the label and calls ceph-disk-activate if it is a ceph guid type. (Bug #4632) Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 98d0b37ffc1..efa86377c52 100644
--- a/debian/control
+++ b/debian/control
@@ -45,6 +45,8 @@ Depends: binutils,
gdisk,
parted,
python,
+ python-argparse,
+ python-lockfile,
sdparm | hdparm,
uuid-runtime,
xfsprogs,