]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
95-ceph-osd-alt.rules: Fix missing parent parameter
authorGary Lowell <glowell@inktank.com>
Wed, 24 Apr 2013 15:22:04 +0000 (08:22 -0700)
committerGary Lowell <glowell@inktank.com>
Wed, 24 Apr 2013 15:22:04 +0000 (08:22 -0700)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
udev/95-ceph-osd-alt.rules

index 702ceea5d39e43e662aa0039ada5ed133a76fd44..3306e24ff8613878d0ae44783bd1ee37da7dbba4 100644 (file)
@@ -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"