]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build/ops: rpm: rip out rcceph script
authorNathan Cutler <ncutler@suse.com>
Tue, 28 Nov 2017 15:48:20 +0000 (16:48 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 15 Jan 2018 10:22:07 +0000 (11:22 +0100)
commita24afcdcd30a096ba239dca932ebac95fa7c0392
treeb2dc2f0c4b2f6a7d37f293e70b617b04ee111cb0
parent9a9a00cb3de9b7cc2f1129b2d8f6f14e48dba321
build/ops: rpm: rip out rcceph script

"rcceph" is a SysVinit-style command-line interface for stopping, starting,
enabling, etc. all ceph-osd and ceph-mon systemd units on a machine, in one go.

Since the same functionality is provided by ceph-{osd,mon}.target, the script
is obsolete. It is also unmaintained. Judging from the absence of recent
mentions of the script online, I guess it is no longer used.

Leaving dead code in the tree can cause confusion, especially when the code is
packaged and shipped to customers. Therefore I propose to rip it out.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in
systemd/ceph [deleted file]