Skip to content
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

segregate odf collection from default #149

Merged
merged 1 commit into from
May 16, 2024

Conversation

yati1998
Copy link
Member

Currently the default and odf mode collects all the resouces. This commit segregates the odf mode
from default mode.

@black-dragon74
Copy link
Collaborator

We'll need to backport this as well to specific branches.

@black-dragon74
Copy link
Collaborator

/cherry-pick release-4.15

@openshift-cherrypick-robot

@black-dragon74: once the present PR merges, I will cherry-pick it on top of release-4.15 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.15

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 kubernetes-sigs/prow repository.

@black-dragon74
Copy link
Collaborator

/cherry-pick release-4.16

@openshift-cherrypick-robot

@black-dragon74: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.

In response to this:

/cherry-pick release-4.16

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 kubernetes-sigs/prow repository.

@yati1998
Copy link
Member Author

/cherry-pick release-4.15

for 4.15 we acks are given only for urgent and important PR's. We can have it only in 4.16.

@yati1998
Copy link
Member Author

@black-dragon74 please re-review the PR, I have tested it, It works fine now

@black-dragon74
Copy link
Collaborator

@black-dragon74 please re-review the PR, I have tested it, It works fine now

You do not need to pass base_collection_path to any of the subscripts.

Just <script> & will do

Currently the default and odf mode collects all the
resouces. This commit segregates the odf mode
from default mode.

Signed-off-by: yati1998 <ypadia@redhat.com>
@yati1998
Copy link
Member Author

@black-dragon74 please do reviw the PR again

Copy link
Collaborator

@black-dragon74 black-dragon74 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

gather_main &
gather_ceph_pod_logs &
pids+=($!)
gather_ceph_logs ${BASE_COLLECTION_PATH} &
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
gather_ceph_logs ${BASE_COLLECTION_PATH} &
gather_ceph_logs &

And vice-versa for subsequent calls. BASE_COLLECTION_PATH is exported globally and is accessible to all the sub scripts.

Copy link
Contributor

openshift-ci bot commented May 16, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: black-dragon74, yati1998

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [black-dragon74,yati1998]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 5422239 into red-hat-storage:main May 16, 2024
5 checks passed
@openshift-cherrypick-robot

@black-dragon74: new pull request created: #159

In response to this:

/cherry-pick release-4.15

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 kubernetes-sigs/prow repository.

@openshift-cherrypick-robot

@black-dragon74: new pull request created: #160

In response to this:

/cherry-pick release-4.16

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 kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants