-
Notifications
You must be signed in to change notification settings - Fork 609
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
[BUG] allow volume migration when volume is degraded (harvester vm) #2805
Comments
Raise the priority due to it has a high impact in case the user only has 3 nodes and lost one node. |
We can fix this to v1.2.1. |
Pre Ready-For-Testing Checklist
|
The live upgrade feature doesn't work correctly. Will have a PR fixing this regression later. |
The regression is fixed. Please verify it during testing. |
Validated with v1.2.1-rc1 and Longhorn-master -09/21/2021 Validation - Pass Validated below scenarios with a Harvester setup with upgraded Longhorn.
Note: Observed the live upgrade failure on the set up as mentioned #2805 (comment). @shuo-wu Do we have any issue to track it? |
Is your feature request related to a problem? Please describe.
during the Harvester VM live migration(consist of 2 nodes), all LH volumes are degraded, given that the Longhorn replica is equal to 3, so the pod is failed to start correclty.
unable to attach volume pvc-83b575fa-4229-46be-a6a0-186561a903cc to bm-harv2: volume must be healthy to start migration, code=Server Error, detail=] from [http://longhorn-backend:9500/v1/volumes/pvc-83b575fa-4229-46be-a6a0-186561a903cc?action=attach
Describe the solution you'd like
need a feasible way to relax the restriction on VM migration when the volume is degraded.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
harvester/harvester#798
The text was updated successfully, but these errors were encountered: