From c7b1a8ac4b130b3ba959a7b43dd8f46e87c25e58 Mon Sep 17 00:00:00 2001 From: Andrew Featherstone Date: Thu, 27 Jul 2017 01:37:53 +0100 Subject: [PATCH] Update documentation of --vmwarevsphere-hostsystem when using DRS-enabled clusters (#3572) --- machine/drivers/vsphere.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machine/drivers/vsphere.md b/machine/drivers/vsphere.md index 122715f202..45b366c73c 100644 --- a/machine/drivers/vsphere.md +++ b/machine/drivers/vsphere.md @@ -24,7 +24,7 @@ Creates machines on a [VMware vSphere](http://www.vmware.com/products/vsphere) V - `--vmwarevsphere-datastore`: Datastore for Docker VM. - `--vmwarevsphere-datacenter`: Datacenter for Docker VM (must be set to `ha-datacenter` when connecting to a single host). - `--vmwarevsphere-pool`: Resource pool for Docker VM. -- `--vmwarevsphere-hostsystem`: vSphere compute resource where the docker VM will be instantiated (use /* or / if using a cluster). +- `--vmwarevsphere-hostsystem`: vSphere compute resource where the docker VM will be instantiated. This can be omitted if using a cluster with DRS. The VMware vSphere driver uses the latest boot2docker image. @@ -44,4 +44,4 @@ The VMware vSphere driver uses the latest boot2docker image. | `--vmwarevsphere-datastore` | `VSPHERE_DATASTORE` | - | | `--vmwarevsphere-datacenter` | `VSPHERE_DATACENTER` | - | | `--vmwarevsphere-pool` | `VSPHERE_POOL` | - | -| `--vmwarevsphere-hostsystem` | `VSPHERE_HOSTSYSTEM` | - | \ No newline at end of file +| `--vmwarevsphere-hostsystem` | `VSPHERE_HOSTSYSTEM` | - |