]> 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)
committerFrancesco Pantano <fpantano@redhat.com>
Tue, 21 Feb 2023 21:41:32 +0000 (22:41 +0100)
commit6e5bef1b1d69ec6e8be9b0fa2f4f47491df80687
tree3536e858402c58d0a6b5b6b6c9d3d0a6e7cae7bb
parent7e5b2542ab3379cf227774e05eef5f8494ef9da9
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>
src/python-common/ceph/deployment/translate.py