| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
we dropped the support of upstart back in 2c755cef. there is no need
to support it anymore.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
|
|
|
|
|
|
|
| |
These dirs are owned by the package; make sure they are owend by the ceph
user.
Signed-off-by: Sage Weil <sage@redhat.com>
|
|
|
|
|
|
| |
Sigh.
Signed-off-by: Sage Weil <sage@inktank.com>
|
|
|
|
|
|
| |
Broken by 19c5ac37ef87aeb3d3c30aa35cd61b6f3a8414bf.
Signed-off-by: Sage Weil <sage@inktank.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Upstart configurations and sysv init scripts should be started and stopped
using invoke-rc.d in maintainer scripts.
This ensures the correct behaviour across both Debian (sysv) and Ubuntu (upstart)
and in restricted environments such as schroot where start/stop of services from
maintainer scripts is normally disabled.
Signed-off-by: James Page <james.page@ubuntu.com>
|
|
|
|
|
|
| |
This avoids errors on non-upstart distros (like wheezy).
Signed-off-by: Sage Weil <sage@inktank.com>
|
|
This ensures that when we then start individual mds instances, we can
stop ceph-mds-all and they will get stopped. We do the same already for
ceph-all.
Signed-off-by: Sage Weil <sage@inktank.com>
|