mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
qa: re-enable ENOSPC tests for kclient
Fixes: http://tracker.ceph.com/issues/19550 Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
5624b19099
commit
e0833965b6
19
qa/suites/kcephfs/recovery/tasks/mds-full.yaml
Normal file
19
qa/suites/kcephfs/recovery/tasks/mds-full.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
overrides:
|
||||
ceph:
|
||||
log-whitelist:
|
||||
- OSD full dropping all updates
|
||||
- OSD near full
|
||||
- failsafe engaged, dropping updates
|
||||
- failsafe disengaged, no longer dropping
|
||||
- is full \(reached quota
|
||||
conf:
|
||||
osd:
|
||||
osd mon report interval max: 5
|
||||
osd objectstore: memstore
|
||||
memstore device bytes: 100000000
|
||||
|
||||
tasks:
|
||||
- cephfs_test_runner:
|
||||
modules:
|
||||
- tasks.cephfs.test_full
|
@ -30,9 +30,6 @@ class FullnessTestCase(CephFSTestCase):
|
||||
def setUp(self):
|
||||
CephFSTestCase.setUp(self)
|
||||
|
||||
if not isinstance(self.mount_a, FuseMount):
|
||||
self.skipTest("FUSE needed: ENOSPC handling in kclient is tracker #17204")
|
||||
|
||||
# These tests just use a single active MDS throughout, so remember its ID
|
||||
# for use in mds_asok calls
|
||||
self.active_mds_id = self.fs.get_active_names()[0]
|
||||
|
Loading…
Reference in New Issue
Block a user