-
Notifications
You must be signed in to change notification settings - Fork 20
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
There is no need to run gather_odf_client script on non-provider setup #197
Conversation
@OdedViner did you verify your image in both provider and non-provider clusters? |
76f1b70
to
42d8d46
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: OdedViner, 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:
Approvers can indicate their approval by writing |
/hold |
What if the current cluster is a consumer (client)? Is that accounted for as well? |
if I am not wrong yes, by provider he means: provider-consumer cluster. |
collection-scripts/gather_main
Outdated
@@ -21,8 +21,15 @@ procids+=($!) | |||
gather_dr_resources & | |||
procids+=($!) | |||
|
|||
gather_odf_client & | |||
procids+=($!) | |||
storagecluster_remote=$(oc get storagecluster --all-namespaces -o yaml | grep -i 'allowRemoteStorageConsumers') |
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.
Storagecluster CRD won't be present in client cluster on a provider-client(provider mode) setup.
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.
@OdedViner please re-verify the check and paste the logs collected.
According to the check you mentioned, odf_client script will not run even if it is a client cluster.
Please do all the custom checks in sub gather scripts. The Also, do we need this change @yati1998 ? |
No we dont, |
Signed-off-by: oviner <oviner@redhat.com>
42d8d46
to
4aeb00a
Compare
New changes are detected. LGTM label has been removed. |
Closing this as it is not needed. |
No description provided.