Feature: Recover destroyed vm
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
628 628 629 629 630 630 register_operation(ScreenshotOperation) 631 632 633 class RecoverOperation(InstanceOperation): 634 activity_code_suffix = 'recover' 635 id = 'recover' 636 name = _("recover") 637 description = _("Recover virtual machine from destroyed state.") -
Owner
note here that network interfaces are lost, and disks are recovered if they exist still
-
-
Owner
👍