-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEPH-83575437: Test to verify rgw bilog trimming with down OSDs #4263
base: master
Are you sure you want to change the base?
Conversation
@harshkumarRH: No Jira issue with key CEPH-83575437 exists in the tracker at https://issues.redhat.com/. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: harshkumarRH The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@harshkumarRH: No Jira issue with key CEPH-83575437 exists in the tracker at https://issues.redhat.com/. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Signed-off-by: Harsh Kumar <[email protected]>
8140557
to
4bc3e46
Compare
Description
CEPH-83575437: Tier-3 test to verify scrub errors on PGs of RGW metadata pools after osds are rebooted
Jira tracker: RHCEPHQE-15945
Customer Bug: 2056818
Test suites modified:
suites/squid/rgw/tier-2_rgw_rados_multisite_ecpool.yaml
Test suites added:
suites/reef/rgw/tier-2_rgw_rados_multisite_ecpool.yaml
Test cases added:
tests/rados/test_bilog_trim.py
Steps:
Refer:
- https://bugzilla.redhat.com/show_bug.cgi?id=2056818#c42
- https://bugzilla.redhat.com/show_bug.cgi?id=2056818#c50
1. Deploy minimal RGW multisite setup
2. Add data to both the sites in S3 buckets and let the minimal client IO running
3. Keep running the deep-scrub for index pool PGs
4. Set noout flag
5. stop the secondary OSD on the primary site(site1)
6. run the following command
radosgw-admin bilog autotrim
7. Once the above command finishes, start the primary OSD that was stopped in step 4
8. Re-trigger the deep-scrub for eight PGs in index pool
Logs-
Reef:
Squid:
Signed-off-by: Harsh Kumar [email protected]
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
click to expand checklist