New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/ee106d23ccf90e4d8dc547e93fac5555df93498f commit ee106d23ccf90e4d8dc547e93fac5555df93498f Author: Adam Grare <agrare> AuthorDate: Mon Nov 7 08:13:37 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Tue Nov 8 12:49:29 2016 -0500 Merge pull request #12388 from masayag/support_delete_backing_in_reconfigure_vm_disks Support delete backing in reconfigure vm disks (cherry picked from commit 0154ef6508db6915ec5f4eb727d802bcb5dda58e) https://bugzilla.redhat.com/show_bug.cgi?id=1392979 app/models/manageiq/providers/redhat/infra_manager.rb | 4 +++- .../manageiq/providers/redhat/infra_manager/vm/reconfigure.rb | 6 +----- app/views/vm_common/_reconfigure.html.haml | 6 +++--- .../manageiq/providers/redhat/infra_manager/vm/reconfigure_spec.rb | 3 ++- 4 files changed, 9 insertions(+), 10 deletions(-)
Verified on CFME-5.7.0.10 & RHV-4.0.4 Remove disk of an up/down VM. "Delete Backing" = ON => Disk was detached from the VM. "Delete Backing" = OFF => Disk was removed from the storage domain.
Correction to comment 3: Remove disk of an up/down VM. "Delete Backing" = OFF => Disk was detached from the VM. "Delete Backing" = ON => Disk was removed from the storage domain. Default is set to "Delete Backing" = OFF.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0012.html