]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Remove the filestore section from ceph-volume
authorFrancesco Pantano <fpantano@redhat.com>
Fri, 17 Feb 2023 14:02:12 +0000 (15:02 +0100)
committerAdam King <adking@redhat.com>
Tue, 25 Apr 2023 12:36:55 +0000 (08:36 -0400)
commit7b6c3337af12bcf6d10857ba59fd452054645430
tree4975494502ee8c7fb6b9ba3a779c14b3fc8d8b1d
parentc948fc5dce085a17bbf66a049ce8465e044c441c
Remove the filestore section from ceph-volume

Filestore is no longer supported in cephadm and both the doc [1] and the
DriveGroupValidation [2] raise an exception if this method is used. This
patch removes the legacy code that is supposed to produce filestore
ceph-volume related commands.

[1] https://github.com/ceph/ceph/blob/main/doc/cephadm/adoption.rst#limitations
[2] https://github.com/ceph/ceph/blob/main/src/python-common/ceph/deployment/drive_group.py#L366-L369

Signed-off-by: Francesco Pantano <fpantano@redhat.com>
(cherry picked from commit 6e5bef1b1d69ec6e8be9b0fa2f4f47491df80687)
src/python-common/ceph/deployment/translate.py