Skip to content

Commit

Permalink
qa/suites/rbd: whitelist POOL_FULL due to quota for test_librbd.sh
Browse files Browse the repository at this point in the history
RemoveFullTry tests fill up the pool and expect EDQUOT.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov authored and Deepika Upadhyay committed Oct 23, 2021
1 parent 641f782 commit 6278a04
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/basic/tasks/rbd_api_tests_old_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/librbd/workloads/c_api_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/librbd/workloads/c_api_tests_with_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/thrash/workloads/rbd_api_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
conf:
client:
rbd clone copy on read: true
2 changes: 2 additions & 0 deletions qa/suites/rbd/thrash/workloads/rbd_api_tests_journaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/thrash/workloads/rbd_api_tests_no_locking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
2 changes: 2 additions & 0 deletions qa/suites/rbd/valgrind/workloads/c_api_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ overrides:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- \(POOL_APP_NOT_ENABLED\)
- is full \(reached quota
- \(POOL_FULL\)
tasks:
- workunit:
clients:
Expand Down
1 change: 1 addition & 0 deletions qa/suites/smoke/basic/tasks/test/rbd_api_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tasks:
- \(PG_
- \(POOL_
- \(CACHE_POOL_
- is full \(reached quota
fs: xfs
- ceph-fuse:
- workunit:
Expand Down

0 comments on commit 6278a04

Please sign in to comment.