Skip to content

Commit a618875

Browse files
VMware vSphere datastore cluster synchronisation (apache#205)
* VMware vSphere datastore cluster synchronisation * datastore cluster casesensitve changes * added VMFS details * Added NFS to supported to list for VMware vSphere
1 parent 4c63db4 commit a618875

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

source/adminguide/storage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ OCFS2. In this case the CloudStack does not attempt to mount or unmount
121121
the storage as is done with NFS. The CloudStack requires that the
122122
administrator insure that the storage is available
123123

124+
VMware vSphere supports NFS, VMFS5, VMFS6, vSAN, vVols, DatastoreCluster storage types.
125+
For DatastoreCluster storage type, any changes to the datastore cluster
126+
at vCenter can be synchronised with CloudStack, like any addition of new
127+
child datastore to the DatastoreCluster or removal or existing child datastore
128+
from the DatastoreCluster. Synchronisation of DatastoreCluster happens during
129+
host connect or storage pool maintenance operations or by calling the API
130+
syncStoragePool.
131+
124132
With NFS storage, CloudStack manages the overprovisioning. In this case
125133
the global configuration parameter storage.overprovisioning.factor
126134
controls the degree of overprovisioning. This is independent of

source/installguide/configuration.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,8 @@ Advanced Zone Configuration
678678

679679
- **Protocol.** For XenServer, choose either NFS, iSCSI, or
680680
PreSetup. For KVM, choose NFS, SharedMountPoint, CLVM, and RBD.
681-
For vSphere choose either VMFS (iSCSI or FiberChannel) or NFS. The
682-
remaining fields in the screen vary depending on what you choose
683-
here.
681+
For vSphere, choose either NFS, PreSetup (VMFS - iSCSI/FiberChannel, vSAN, vVols) or DatastoreCluster.
682+
The remaining fields in the screen vary depending on what you choose here.
684683

685684
.. cssclass:: table-striped table-bordered table-hover
686685

@@ -1125,19 +1124,19 @@ cluster.
11251124

11261125
- **Protocol.** For XenServer, choose either NFS, iSCSI, or
11271126
PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere
1128-
choose either NFS, PreSetup (VMFS, vSAN, vVols) or datastorecluster. For Hyper-V,
1127+
choose either NFS, PreSetup (VMFS - iSCSI/FiberChannel, vSAN, vVols) or DatastoreCluster. For Hyper-V,
11291128
choose SMB.
11301129

11311130
- **Server (for NFS, iSCSI, or PreSetup).** The IP address or DNS
11321131
name of the storage device.
11331132

1134-
- **Server (for PreSetup or datastorecluster).** The IP address or DNS name of the vCenter
1133+
- **Server (for PreSetup or DatastoreCluster).** The IP address or DNS name of the vCenter
11351134
server.
11361135

11371136
- **Path (for NFS).** In NFS this is the exported path from the
11381137
server.
11391138

1140-
- **Path (for PreSetup or datastorecluster).** In vSphere this is a combination of the
1139+
- **Path (for PreSetup or DatastoreCluster).** In vSphere this is a combination of the
11411140
datacenter name and the datastore or datastore cluster name. The format is "/"
11421141
datacenter name "/" datastore or datastore cluster name. For example,
11431142
"/cloud.dc.VM/cluster1datastore".

0 commit comments

Comments
 (0)