From: Nathan Cutler Date: Fri, 12 Jan 2018 06:50:57 +0000 (+0100) Subject: doc: mention rcceph drop in PendingReleaseNotes X-Git-Tag: v13.0.2~483^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2049155ea54a6e6da416c31bccbf30b3000a147e;p=ceph.git doc: mention rcceph drop in PendingReleaseNotes Signed-off-by: Nathan Cutler --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 8922cec2eba9..a5454b5167be 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -33,6 +33,13 @@ equivalent to the built-in default behavior, so it has been replaced with an example in the CRUSH documentation. +* The "rcceph" script (systemd/ceph in the source code tree, shipped as + /usr/sbin/rcceph in the ceph-base package for CentOS and SUSE) has been + dropped. This script was used to perform admin operations (start, stop, + restart, etc.) on all OSD and/or MON daemons running on a given machine. + This functionality is provided by the systemd target units (ceph-osd.target, + ceph-mon.target, etc.). + >= 12.2.2 ---------