release-note: add two deprecations warning and removal

In `stable-4.0`, the group name `iscsi-gws` will go away and some rgw
systemd service names will disappear as well:

(`ceph-rgw@<hostname>.service`, `ceph-radosgw@<hostname>.service`,
`ceph-radosgw@radosgw.<hostname>.service`,
`ceph-radosgw@radosgw.gateway.service`)

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4369/head
Guillaume Abrioux 2019-08-01 11:29:22 +02:00
parent af1f41bbd9
commit b84d2cdd31
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ Deprecation warnings and incoming removal
* ceph-disk based deployments will not be supported anymore, which means osd scenarios 'collocated' and 'non-collocated' will continue to work for existing OSDs but new deployments will not be possible
* the next stable release will collocated monitor and managers on the same node by default, this will speed up deployments in general. Also manager are intended to run along side the monitor. This means declaring a `[mgrs]` won't be needed anymore
* the next stable release will not enable any manager module, they will need to be explicitly declared via `ceph_mgr_modules`
* the group name 'iscsi-gws' will go away in the next stable release
* the rgw systemd service names in the following list won't be managed anymore in the next stable release: `ceph-rgw@<hostname>.service`, `ceph-radosgw@<hostname>.service`, `ceph-radosgw@radosgw.<hostname>.service`, `ceph-radosgw@radosgw.gateway.service`
About ceph-disk transition to ceph-volume for containers ONLY
-------------------------------------------------------------