Bug Fix #1007 | Default backing store avoid phase Ready with mode INITIALIZING#1033
Conversation
|
Changed it to draft because I want to debug the failed test in |
4f4f196 to
5daec05
Compare
d833a60 to
e4ce149
Compare
eb4db7c to
23f6584
Compare
692966a to
bac9b91
Compare
20c9b64 to
4c017bc
Compare
|
I could not increase the resources inside the VM (what in the runner is the max I could for nb install and the create operation to succeed).
Today the default resource is set in the core in the flow of (inside pool_server): What we decided to do was to use an RPC call that allows us to change the default resource of the account explicitly before trying to delete it. @dannyzaken I run the admission tests from the PR and it passed (more than once), you can see it here. |
|
Only the first commit of this draft will stay, and the other changes are in PR #1046. |
4c017bc to
52d75db
Compare
…ction Signed-off-by: shirady <57721533+shirady@users.noreply.github.com>
52d75db to
de16fdc
Compare
Signed-off-by: shirady 57721533+shirady@users.noreply.github.com
Explain the changes
Readyand the mode isINITIALIZING.Issues: Fixed #1007
Testing Instructions:
In default backing store (type: pv-pool):
kubectl wait --for=condition=available backingstore/noobaa-default-backing-store --timeout=3mbackingstore.noobaa.io/noobaa-default-backing-store condition metRun:kubectl edit backingstore/noobaa-default-backing-storeReadyand the mode isOPTIMAL.