Fix on-demand snapshots on ipv6-only nodes#9247
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #9247 +/- ##
==========================================
- Coverage 45.19% 40.60% -4.59%
==========================================
Files 154 154
Lines 16555 16590 +35
==========================================
- Hits 7482 6737 -745
- Misses 7861 8702 +841
+ Partials 1212 1151 -61
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dc4411f to
9e19fb2
Compare
9e19fb2 to
374e8aa
Compare
|
@brandond i can test your fix, if it works on my environment |
|
your fix work but it created additional problem: |
|
yes, its not ready yet. CI is failing. This won't be merged until february at the earliest, anyway. |
374e8aa to
5acd777
Compare
|
Hi @brandond I've also checked your latest fix, and now it is possible to create on-demand snapshot: However restore from etcd snapshot is not possible: Error message: |
|
Hmm, I'll have to see why the CI test isn't catching that. |
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
5acd777 to
2fb3645
Compare
|
@brandond tested again and it seems that with your latest fix, both etcd snapshot creation and snapshot restore work! thnx |
|
Hi @brandond do we already know when it could be merged? thnx |
|
After code freeze for the January releases is done. The release cycle has been extended due to the late disclosure of a runc vulnerability. |
Proposed Changes
Set up more cluster config for standalone operation so that endpoint selection works properly.
Types of Changes
bugfix
Verification
See linked issue
Testing
Linked Issues
User-Facing Change
Further Comments