-
Notifications
You must be signed in to change notification settings - Fork 82
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
RHCEPHQE-17658: [IO Tool Integration] - Including dbench & postgresIO workflow #4406
Conversation
@Manimaran-MM: This pull request references RHCEPHQE-17658 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "odf-4.18" version, but no target version was set. 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. |
@@ -202,6 +208,58 @@ def run(ceph_cluster, **kw): | |||
long_running=True, | |||
) | |||
|
|||
# Mounting Subvolume4 on Kernel - Run dbench | |||
log.info(f"Mount subvolume {subvolume_name}_4 on Kernel Client") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add support to run dbench on fuse mounts too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added for dbench. For PosgresIO, not able to include FUSE mount. Need some more time to check on that
tests/cephfs/cephfs_utilsV1.py
Outdated
sudo=True, | ||
cmd=( | ||
"dnf config-manager " | ||
"--add-repo=https://download.fedoraproject.org/pub/epel/9/Everything/x86_64/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the repo file is specific to rhel-9, I think we need to check for the rhel versions and then replace 8 or 9 depending on the version installed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@Manimaran-MM: This pull request references RHCEPHQE-17658 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "odf-4.18" version, but no target version was set. 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. |
fe063fb
to
b0529e8
Compare
"This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes?" |
68a1797
to
3601117
Compare
fe063fb
to
9ff3a30
Compare
Signed-off-by: Manimaran M <[email protected]>
Signed-off-by: Manimaran M <[email protected]>
9ff3a30
to
18f1fac
Compare
Signed-off-by: Manimaran M <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Manimaran-MM, neha-gangadhar 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 |
Description
Please include Automation development guidelines. Source of Test case - New Feature/Regression Test/Close loop of customer BZs
Steps to configure dbench(from client node):
Steps to configure PostgresIO (from client node):
Code Changes - Summary
Pass Logs: