diff options
author | Sage Weil <sage@inktank.com> | 2013-01-26 19:18:23 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 12:39:34 -0800 |
commit | e011ad128e7f302cb6955d9a7171ac0ec8890ddf (patch) | |
tree | ed22a35d9bcd0e5d022299a5d729aac83f2c23ea | |
parent | 792e45c63dd7a9622fddd6e15ee4c075f995ea56 (diff) | |
download | ceph-e011ad128e7f302cb6955d9a7171ac0ec8890ddf.tar.gz |
upstart: ceph-hotplug -> ceph-osd-activate
This is a more meaningful name.
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/upstart/ceph-osd-activate.conf (renamed from src/upstart/ceph-hotplug.conf) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b8c80ff63d0..4d006ce4758 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1115,7 +1115,7 @@ EXTRA_DIST += \ $(srcdir)/upstart/ceph-osd.conf \ $(srcdir)/upstart/ceph-osd-all.conf \ $(srcdir)/upstart/ceph-osd-all-starter.conf \ - $(srcdir)/upstart/ceph-hotplug.conf \ + $(srcdir)/upstart/ceph-osd-activate.conf \ $(srcdir)/upstart/ceph-mds.conf \ $(srcdir)/upstart/ceph-mds-all.conf \ $(srcdir)/upstart/ceph-mds-all-starter.conf \ diff --git a/src/upstart/ceph-hotplug.conf b/src/upstart/ceph-osd-activate.conf index 4f1b3fc5392..db88f018e02 100644 --- a/src/upstart/ceph-hotplug.conf +++ b/src/upstart/ceph-osd-activate.conf @@ -1,4 +1,4 @@ -description "Ceph hotplug" +description "Ceph OSD activate/hotplug" start on block-device-added \ DEVTYPE=partition \ |