-
Notifications
You must be signed in to change notification settings - Fork 341
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
[ENHANCEMENT] Prohibit users from resizing volume when vm is stopping. #5407
Comments
added |
added |
Pre Ready-For-Testing Checklist
|
Automation e2e test issue: harvester/tests#1180 |
Test PASS on Environment
PrerequisiteStepsNote |
Is your enhancement related to a problem? Please describe.
Currently, this PR #4794 solution doesn't fix the problem which users could resize the volume when vm is stopping.
When we stop vm from kubevirt, its
RunStrategy
andPrintableStatus
will be like this:Describe the solution you'd like
We should change condition order, move
PrintableStatus != Stopped
to first one.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: