summaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-04-24 17:22:04 +0200
committerGary Lowell <glowell@inktank.com>2013-04-24 17:22:04 +0200
commit446641aa3480220207985bd0dc0414d87c5a4db1 (patch)
treedb49231194b523b4b16061efcf0d515f572d341a /udev
parentMerge branch 'wip_4552' into next (diff)
downloadceph-446641aa3480220207985bd0dc0414d87c5a4db1.tar.xz
ceph-446641aa3480220207985bd0dc0414d87c5a4db1.zip
95-ceph-osd-alt.rules: Fix missing parent parameter
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
Diffstat (limited to 'udev')
-rw-r--r--udev/95-ceph-osd-alt.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/95-ceph-osd-alt.rules b/udev/95-ceph-osd-alt.rules
index 702ceea5d39..3306e24ff86 100644
--- a/udev/95-ceph-osd-alt.rules
+++ b/udev/95-ceph-osd-alt.rules
@@ -2,4 +2,4 @@
ACTION=="add", SUBSYSTEM=="block", \
ENV{DEVTYPE}=="partition", \
ENV{ID_PART_TABLE_TYPE}=="gpt", \
- RUN+="/usr/sbin/ceph-disk-udev $number $name"
+ RUN+="/usr/sbin/ceph-disk-udev $number $name $parent"