diff options
author | Sage Weil <sage@inktank.com> | 2013-01-26 19:14:22 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 12:39:34 -0800 |
commit | 792e45c63dd7a9622fddd6e15ee4c075f995ea56 (patch) | |
tree | 284faa045f15e017794b2bc0090bbc9047e27bd4 | |
parent | b2ff6e8c9d96dee2c063b126de7030a5c2ae0d02 (diff) | |
download | ceph-792e45c63dd7a9622fddd6e15ee4c075f995ea56.tar.gz |
upstart/ceph-hotplug: tell activate to start via upstart
This will mark the OSD data dir as upstart-managed.
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 9ac4d010e25..4f1b3fc5392 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 --mark-init upstart --mount "$DEVNAME" |