I have two disks physical disks and only one datastore at the moment. I would like to move my datastore from Disk2 to Disk1. I'm sure this is possible but I cannot figure out how to do it from the vSphere client.
As far as I'm aware, there is no quick way to migrate a datastore between block devices.
You can also migrate the VMs using SSH:
|
|||||||||
|
You can't move a datastore, you have to move the data in the datastore. If you have the right licence you can just live migrate the VMs from one to the other, anything else in the datastore (ISOs etc) can just moved with the browse-datastore option. |
|||
|
Assuming that you can afford some downtime, and if you have nothing stored on the second disk you can shut down all the VMs, unmount the two disks, shut down VMWare, and use a clone tool such as Clonezilla to clone one disk to the other. For good measure, I would pull the source disk from the system and reboot and remount the copy. It's been a while since I've done this, so I can't remember if you have to remove the VMs and add them back or not. There might be other considerations, so if you are going to take this approach, I encourage you to do some additional research. |
|||
|