You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: VM disks list would be wrong after a snap revert
The list of VDIs of a VM would be changed following a snapshot revert.
It would result in not having the correct list when destroying a VM and
leaving VDIs behind.
This fix make the `Snapshot.revert()` call refresh the VDI list of the
VM object it was created from.
Signed-off-by: Damien Thenot <[email protected]>
0 commit comments