mirror of
https://github.com/ceph/ceph
synced 2025-04-11 04:02:04 +00:00
qa: move cephfs_ec_profile under cephfs
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
faa30050c1
commit
488f10c62f
@ -4,10 +4,11 @@ overrides:
|
|||||||
bdev_inject_crash_probability: .5
|
bdev_inject_crash_probability: .5
|
||||||
ceph:
|
ceph:
|
||||||
fs: xfs
|
fs: xfs
|
||||||
cephfs_ec_profile:
|
cephfs:
|
||||||
- m=2
|
ec_profile:
|
||||||
- k=2
|
- m=2
|
||||||
- crush-failure-domain=osd
|
- k=2
|
||||||
|
- crush-failure-domain=osd
|
||||||
conf:
|
conf:
|
||||||
osd:
|
osd:
|
||||||
osd objectstore: bluestore
|
osd objectstore: bluestore
|
||||||
|
@ -4,10 +4,11 @@ overrides:
|
|||||||
bdev_inject_crash_probability: .5
|
bdev_inject_crash_probability: .5
|
||||||
ceph:
|
ceph:
|
||||||
fs: xfs
|
fs: xfs
|
||||||
cephfs_ec_profile:
|
cephfs:
|
||||||
- m=2
|
ec_profile:
|
||||||
- k=2
|
- m=2
|
||||||
- crush-failure-domain=osd
|
- k=2
|
||||||
|
- crush-failure-domain=osd
|
||||||
conf:
|
conf:
|
||||||
osd:
|
osd:
|
||||||
osd objectstore: bluestore
|
osd objectstore: bluestore
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
overrides:
|
overrides:
|
||||||
ceph:
|
ceph:
|
||||||
cephfs_ec_profile:
|
cephfs:
|
||||||
- disabled
|
ec_profile:
|
||||||
|
- disabled
|
||||||
log-ignorelist:
|
log-ignorelist:
|
||||||
- OSD full dropping all updates
|
- OSD full dropping all updates
|
||||||
- OSD near full
|
- OSD near full
|
||||||
|
@ -462,7 +462,7 @@ class Filesystem(MDSCluster):
|
|||||||
self.data_pool_name = None
|
self.data_pool_name = None
|
||||||
self.data_pools = None
|
self.data_pools = None
|
||||||
self.fs_config = fs_config
|
self.fs_config = fs_config
|
||||||
self.ec_profile = fs_config.get('cephfs_ec_profile')
|
self.ec_profile = fs_config.get('ec_profile')
|
||||||
|
|
||||||
client_list = list(misc.all_roles_of_type(self._ctx.cluster, 'client'))
|
client_list = list(misc.all_roles_of_type(self._ctx.cluster, 'client'))
|
||||||
self.client_id = client_list[0]
|
self.client_id = client_list[0]
|
||||||
|
@ -1181,7 +1181,7 @@ class LocalFilesystem(Filesystem, LocalMDSCluster):
|
|||||||
self.data_pool_name = None
|
self.data_pool_name = None
|
||||||
self.data_pools = None
|
self.data_pools = None
|
||||||
self.fs_config = fs_config
|
self.fs_config = fs_config
|
||||||
self.ec_profile = fs_config.get('cephfs_ec_profile')
|
self.ec_profile = fs_config.get('ec_profile')
|
||||||
|
|
||||||
# Hack: cheeky inspection of ceph.conf to see what MDSs exist
|
# Hack: cheeky inspection of ceph.conf to see what MDSs exist
|
||||||
self.mds_ids = set()
|
self.mds_ids = set()
|
||||||
|
Loading…
Reference in New Issue
Block a user