Description of problem: Currently it is possible to select ISO domain or export domain as a trasfoem storage destination in transform dailog. It is also possible to select domains from different cluster than the selected cluster. And it is also possible to select domains which are in maintenance or down state. The destination storage type should be data type, part of the selected cluster and in up state. Screenshot of RHV storage tab and CFME transform dialog attached. Version-Release number of selected component (if applicable): cfme-5.9.0.10-1.el7cf.x86_64 rhevm-4.1.8-0.1.el7 How reproducible: 100% Steps to Reproduce: 1. Browse CFME UI -> Compute -> infrastructure -> providers -> select VMware environment-> VMs, tag VM to import -> lifecycle -> transform tagged VMs to RHV 2. Select provider and cluster 3. Drop storage dropbox Actual results: Dropbox is listing ISO and export domains, domains which are in maintenance or down state and domains from different cluster than the selected cluster. Expected results: The destination storage type should be data type, part of the selected cluster and in up state. Additional info: Screenshots attached
Created attachment 1358110 [details] CFME transform dialog
Created attachment 1358111 [details] RHV storage tab
Created attachment 1358112 [details] Transform dialog screenshot 1
Nisim, Can you please check if this bug is still relevant, for CFME-5.9, after mass migration draw back?
Still relevant, It looks like mass migration draw back is not applied yet.
*** Bug 1518395 has been marked as a duplicate of this bug. ***
https://github.com/ManageIQ/manageiq-content/pull/229
New commit detected on ManageIQ/manageiq-content/master: https://github.com/ManageIQ/manageiq-content/commit/e03ea851e38cd3e50a5d0492bf121c010fedbcea commit e03ea851e38cd3e50a5d0492bf121c010fedbcea Author: Shmuel Melamud <smelamud> AuthorDate: Fri Dec 15 01:39:06 2017 +0200 Commit: Shmuel Melamud <smelamud> CommitDate: Wed Jan 10 19:44:28 2018 +0200 Only data storage domains in VM transform dialog In VM transform dialog allow to select only data storage domains as the destination of VM transformation. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1516706 .../Import.class/__methods__/list_storages.rb | 2 +- .../Import.class/__methods__/list_storages_spec.rb | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-)