diff --git a/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml b/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml index ce2fa889d8..d2b3ce28c1 100644 --- a/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml +++ b/doc/config-reference/block-storage/drivers/vmware-vmdk-driver.xml @@ -171,12 +171,13 @@ Data store selection When creating a volume, the driver chooses a data store - that has sufficient free space and has the highest - freespace/totalspace metric - value. - When a volume is attached to an instance, the driver - attempts to place the volume under the instance's ESX host - on a data store that is selected using the strategy - above. + which is connected to maximum number of hosts. This is + meant to reduce the number of volume migrations while + attaching the volume to instances. The volume needs to be + migrated if the instance's ESX host cannot access the + data store containing the volume. In case of ties, the + data store with lowest space utilization is selected, where + space utilization is defined by the metric + (1 - freespace/totalspace).