mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
qa/suites/rados/singleton-nomsgr: fix syntax
This parsed out as tasks: - install: null - ceph: conf: osd: osd max object name len = 400 osd max object namespace len = 64 - workunit: clients: all: - rados/test_health_warnings.sh which is clearly not correct. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
cc52f051fe
commit
85e2f3f31d
@ -6,8 +6,8 @@ tasks:
|
||||
conf:
|
||||
osd:
|
||||
# we may land on ext4
|
||||
osd max object name len = 400
|
||||
osd max object namespace len = 64
|
||||
osd max object name len: 400
|
||||
osd max object namespace len: 64
|
||||
- workunit:
|
||||
clients:
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user