Skip to content

Commit

Permalink
qa/suites/rados/singleton-nomsgr: fix syntax
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liewegas committed May 24, 2017
1 parent cc52f05 commit 85e2f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/suites/rados/singleton-nomsgr/all/health-warnings.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 85e2f3f

Please sign in to comment.