I have a storage vmotion that I attempted but it did not move all disks to the datastore I specified. If a VM has disks spread among multiple datastores - should the move-vm cmdlet move ALL disks to the datastore I specify with the -datastore parameter?
If you specify a datastore as the value of the Move-VM -Datastore parameter, the cmdlet should move all of the disks of the VM to the datastore specified.
ok thanks - and if it doesn't ? what could have happened?
Maybe the destination datastore had not enough free space for all disks of the virtual machine?
think it was a swap file pinned to a special datastore - thanks for the input.