From: Gary Lowell Date: Wed, 24 Apr 2013 15:22:04 +0000 (-0700) Subject: 95-ceph-osd-alt.rules: Fix missing parent parameter X-Git-Tag: v0.61~110 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=446641aa3480220207985bd0dc0414d87c5a4db1;p=ceph.git 95-ceph-osd-alt.rules: Fix missing parent parameter Signed-off-by: Gary Lowell --- diff --git a/udev/95-ceph-osd-alt.rules b/udev/95-ceph-osd-alt.rules index 702ceea5d39e..3306e24ff861 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"