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
Fix StorageCluster is in error state for few minutes after installing #1786
Fix StorageCluster is in error state for few minutes after installing #1786
Conversation
696e380
to
504bcdc
Compare
|
/cc @iamniting |
504bcdc
to
b5718f7
Compare
b5718f7
to
f403fa5
Compare
|
/retest |
f403fa5
to
18d1d55
Compare
743977d
to
5a7e02f
Compare
While storageclasses are being created it's waiting till underlying resources like cephBlockPool, cephFilesystem & NFS are created. In this phase, we are returning an error which results in the phase of the storagecluster to be in Error, creating confusion for the user. So henceforth this particular error would be caught, A requeue Reconcile result would be given and the storagecluster would be marked as in the Progressing Phase. Signed-off-by: Malay Kumar Parida <mparida@redhat.com>
5a7e02f
to
6a5c070
Compare
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
|
@agarwal-mudit need approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: iamniting, malayparida2000, umangachapagain 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 |
Resolve: https://bugzilla.redhat.com/show_bug.cgi?id=2004027
Stop setting storagecluster to error phase just after creation