diff options
author | Sage Weil <sage@inktank.com> | 2013-01-26 14:45:43 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 12:30:22 -0800 |
commit | 4698b6a1035dee8509ce2d4dab7b34a16b78f7cd (patch) | |
tree | 46a1592ee11261a693172ff1519da01581065cc9 | |
parent | c8f528a4070dd3aa0b25c435c6234032aee39b21 (diff) | |
download | ceph-4698b6a1035dee8509ce2d4dab7b34a16b78f7cd.tar.gz |
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 <sage@inktank.com>
-rw-r--r-- | src/upstart/ceph-hotplug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upstart/ceph-hotplug.conf b/src/upstart/ceph-hotplug.conf index 702045293a2..9ac4d010e25 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" |