From 4698b6a1035dee8509ce2d4dab7b34a16b78f7cd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 26 Jan 2013 14:45:43 -0800 Subject: [PATCH] upstart/ceph-hotplug: drop -- in ceph-disk-activate args We would like to transition to ceph-disk-activate --mount DEV and away from a generic multi-definition PATH argument. Signed-off-by: Sage Weil --- src/upstart/ceph-hotplug.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upstart/ceph-hotplug.conf b/src/upstart/ceph-hotplug.conf index 702045293a2d8..9ac4d010e25ca 100644 --- a/src/upstart/ceph-hotplug.conf +++ b/src/upstart/ceph-hotplug.conf @@ -8,4 +8,4 @@ stop on runlevel [!2345] task instance $DEVNAME -exec /usr/sbin/ceph-disk-activate --mount -- "$DEVNAME" +exec /usr/sbin/ceph-disk-activate --mount "$DEVNAME" -- 2.39.5