]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
osd: drop filestore support
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 Feb 2023 03:35:01 +0000 (04:35 +0100)
committerTeoman ONAY <tonay@redhat.com>
Fri, 3 Mar 2023 14:00:29 +0000 (15:00 +0100)
commit15b91cef9047bf81aa9c96fa5532560844d1d5c3
tree16facec820e29be92080a3c8988eced5cb613a54
parent1f7b3ac5a387485b0e36994cb00c28eac8ee7572
osd: drop filestore support

filestore is about to be removed. This commit removes the filestore
support in ceph-ansible.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
32 files changed:
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
infrastructure-playbooks/filestore-to-bluestore.yml [deleted file]
library/ceph_volume.py
roles/ceph-config/tasks/main.yml
roles/ceph-config/templates/ceph.conf.j2
roles/ceph-defaults/defaults/main.yml
roles/ceph-osd/tasks/container_options_facts.yml
roles/ceph-osd/tasks/scenarios/lvm-batch.yml
roles/ceph-osd/tasks/scenarios/lvm.yml
roles/ceph-osd/tasks/system_tuning.yml
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-validate/tasks/check_devices.yml
roles/ceph-validate/tasks/main.yml
tests/functional/filestore-to-bluestore/Vagrantfile [deleted symlink]
tests/functional/filestore-to-bluestore/ceph-override.json [deleted symlink]
tests/functional/filestore-to-bluestore/container/Vagrantfile [deleted symlink]
tests/functional/filestore-to-bluestore/container/ceph-override.json [deleted symlink]
tests/functional/filestore-to-bluestore/container/group_vars/all [deleted file]
tests/functional/filestore-to-bluestore/container/hosts [deleted file]
tests/functional/filestore-to-bluestore/container/vagrant_variables.yml [deleted file]
tests/functional/filestore-to-bluestore/group_vars/all [deleted file]
tests/functional/filestore-to-bluestore/hosts [deleted file]
tests/functional/filestore-to-bluestore/vagrant_variables.yml [deleted file]
tests/functional/lvm-batch/container/hosts
tests/functional/lvm-batch/hosts
tests/functional/lvm-osds/container/hosts
tests/functional/lvm-osds/hosts
tests/functional/shrink_osd/container/hosts
tests/functional/shrink_osd/hosts
tests/library/test_ceph_volume.py
tox-filestore_to_bluestore.ini [deleted file]