Skip to content

Commit

Permalink
Merge pull request #4182 from red-hat-storage/wip_rados_customer
Browse files Browse the repository at this point in the history
Automation of the BZ#2053021-Ceph conmon [DBG] logs flood /var/log/messages causing filesystem to fill up
  • Loading branch information
mergify[bot] authored Nov 14, 2024
2 parents c5d6e6e + d62e1b8 commit d61c46d
Show file tree
Hide file tree
Showing 10 changed files with 309 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: false
pool_configs:
- type: replicated
conf: sample-pool-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: true
pool_configs:
- type: replicated
conf: sample-pool-2
Expand Down
1 change: 1 addition & 0 deletions suites/quincy/rados/tier-3_rados_test-4-node-ecpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: true
pool_configs:
- type: erasure
conf: sample-pool-4
Expand Down
1 change: 1 addition & 0 deletions suites/reef/rados/test_rados_all_generic_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: true
pool_configs:
- type: replicated
conf: sample-pool-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: true
pool_configs:
- type: replicated
conf: sample-pool-2
Expand Down
1 change: 1 addition & 0 deletions suites/reef/rados/tier-3_rados_test-4-node-ecpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
verify_log: true
pool_configs:
- type: erasure
conf: sample-pool-5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
# After the implementation of BZ#2320860 set the verify_log to true
verify_log: false
pool_configs:
- type: replicated
conf: sample-pool-2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
# After the implementation of BZ#2320860 set the verify_log to true
verify_log: false
pool_configs:
- type: erasure
conf: sample-pool-3
Expand Down
2 changes: 2 additions & 0 deletions suites/squid/rados/tier-3_rados_test-4-node-ecpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ tests:
module: test_scrub_log.py
polarion-id: CEPH-83575403
config:
# After the implementation of BZ#2320860 set the verify_log to true
verify_log: false
pool_configs:
- type: erasure
conf: sample-pool-5
Expand Down
Loading

0 comments on commit d61c46d

Please sign in to comment.