- Related issues
Verification Steps
-
Created 3 nodes Harvester.
-
Added formatted disk (called disk A) to node0 VM in the harvester node page.
-
Added disk tag
test
on following disk in the longhorn page.- disk A of node0
- root disk of node1
- root disk of node2
-
Created storage class with disk tag
test
and replica3
. -
Created volume (called B) with previous storage class. You should check scheduling status in the longhorn page.
-
Created VM with volume B as extra volume (not boot volume).
-
The node scheduling status should look like this.
-
Delete disk A in the harvester node page and revisit it, error message should be displayed.
-
Check Eviction Requested is
True
and Scheduling isDisable
on disk A in the longhorn dashboard. -
Add disk tag
test
to root disk of node0. -
Now disk A should be removed since replica condition is satisfied again.
Expected Results
- Disk A is removed on the harvester node page.
- VM is running in whole steps.