1CEPH-DETECT-INIT(8) Ceph CEPH-DETECT-INIT(8)
2
3
4
6 ceph-detect-init - display the init system Ceph should use
7
9 ceph-detect-init [--verbose] [--use-rhceph] [--default init]
10
11
13 ceph-detect-init is a utility that prints the init system Ceph uses. It
14 can be one of sysvinit, upstart or systemd. The init system Ceph uses
15 may not be the default init system of the host operating system. For
16 instance on Debian Jessie, Ceph may use sysvinit although systemd is
17 the default.
18
19 If the init system of the host operating system is unknown, return on
20 error, unless --default is specified.
21
23 --use-rhceph
24 When an operating system identifies itself as Red Hat, it is
25 treated as if it was CentOS. With --use-rhceph it is treated as
26 RHEL instead.
27
28 --default INIT
29 If the init system of the host operating system is unkown,
30 return the value of INIT instead of failing with an error.
31
32 --verbose
33 Display additional information for debugging.
34
36 ceph-detect-init is used by ceph-disk to figure out the init system to
37 manage the mount directory of an OSD. But only following combinations
38 are fully tested:
39
40 · upstart on Ubuntu 14.04
41
42 · systemd on Ubuntu 15.04 and up
43
44 · systemd on Debian 8 and up
45
46 · systemd on RHEL/CentOS 7 and up
47
48 · systemd on Fedora 22 and up
49
51 ceph-detect-init is part of Ceph, a massively scalable, open-source,
52 distributed storage system. Please refer to the Ceph documentation at
53 http://ceph.com/docs for more information.
54
56 ceph-disk(8), ceph-deploy(8)
57
59 2010-2014, Inktank Storage, Inc. and contributors. Licensed under Cre‐
60 ative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)
61
62
63
64
65dev Apr 14, 2019 CEPH-DETECT-INIT(8)