-
Notifications
You must be signed in to change notification settings - Fork 83
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-17760: [IO Tool Integration] - Including postgresIO on FUSE #4419
Conversation
Signed-off-by: Manimaran M <[email protected]>
Signed-off-by: Manimaran M <[email protected]>
Signed-off-by: Manimaran M <[email protected]>
@Manimaran-MM: This pull request references RHCEPHQE-17760 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. |
Signed-off-by: Manimaran M <[email protected]>
@Manimaran-MM: This pull request references RHCEPHQE-17760 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. |
Signed-off-by: Manimaran M <[email protected]>
Signed-off-by: Manimaran M <[email protected]>
@Manimaran-MM: This pull request references RHCEPHQE-17760 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. |
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.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AmarnatReddy, Manimaran-MM 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
This PR is enhancement of #4406
Changes from Previous PR
Steps to configure PostgresIO (from client node):
podman run -d --name postgres
-e POSTGRESQL_USER=pguser
-e POSTGRESQL_PASSWORD=pgpassword
-e POSTGRESQL_DATABASE=pgbench
-v /mnt/mani_fs_1/postgres_data:/var/lib/pgsql/data
-p 5432:5432
registry.redhat.io/rhel8/postgresql-13
Code Changes - Summary
Pass Logs: