Hide Forgot
Description of problem: I would like to propose the following RFE: Storage domain replication\migration case: User wants to migrate his data from one storage domain to another, this will supress the procedure of export all vms\templates, and import back.
can't user just move the VMs/Disks between them? (this should be easier when storage live migration will allow moving disks between hosts not in same DC for that use case)
(In reply to comment #1) > can't user just move the VMs/Disks between them? > (this should be easier when storage live migration will allow moving disks > between hosts not in same DC for that use case) my aim is quit simple: one click replication\migration of storage domain. when you start move vms\templates one by one, putting aside the fact its a lot of work (maybe process can be automated using python-sdk, but its not that obvious), you expose the system to the various locking issues, where async tasks may collide one another, resulting new error flows we don't want to get in-to. the implementation of such RFE, shouldn't be hard, as you have all mechanism inside LVM (when speaking about block based devices) - we call it pvmove, where you move all data from one pv (in our case, "lun"), to another - we just need to wrap it up nicely, but again, its just a suggestion.
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.