diff options
author | Nitzan Mordechai <nmordech@redhat.com> | 2022-12-20 12:19:54 +0100 |
---|---|---|
committer | Nitzan Mordechai <nmordech@redhat.com> | 2023-02-12 07:11:29 +0100 |
commit | 4c4967dbb9a6ac3a230858bdaf134df097a56f66 (patch) | |
tree | fbe1453682cf50a100bf853f2948ee289c0852fe /qa/objectstore_debug | |
parent | Merge pull request #48703 from sseshasa/wip-fix-mclk-builtin-profile-mods (diff) | |
download | ceph-4c4967dbb9a6ac3a230858bdaf134df097a56f66.tar.xz ceph-4c4967dbb9a6ac3a230858bdaf134df097a56f66.zip |
qa/suites: change all osd objectstore filestore
Removing and changing all suites to no longer use filestore
Signed-off-by: Nitzan Mordechai <nmordec@redhat.com>
ceph_volume: remove all filestore tests suites
Since filestore removed, no need to test it
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
Diffstat (limited to 'qa/objectstore_debug')
-rw-r--r-- | qa/objectstore_debug/filestore-xfs.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qa/objectstore_debug/filestore-xfs.yaml b/qa/objectstore_debug/filestore-xfs.yaml deleted file mode 100644 index f7aa0dd79c6..00000000000 --- a/qa/objectstore_debug/filestore-xfs.yaml +++ /dev/null @@ -1,15 +0,0 @@ -overrides: - ceph: - fs: xfs - conf: - osd: - osd objectstore: filestore - osd sloppy crc: true - ceph-deploy: - fs: xfs - filestore: True - conf: - osd: - osd objectstore: filestore - osd sloppy crc: true - |