Skip to content

Commit 899dc8a

Browse files
New changes for VMware vSphere primary storage addition to support new protocol types and storage policies at compute and disk offerings (apache#181)
1 parent 20ffa3f commit 899dc8a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

source/adminguide/service_offerings.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ To create a new compute offering:
344344
only specific zones can be selected. One or more zones can be selected from
345345
this list box by holding down the control key and clicking on the desired zones.
346346

347+
- **Storage Policy**: Name of the storage policy defined at vCenter, this is applicable only for VMware.
348+
When a specific Zone is selected, one of the storage policies can be selected from the list box.
347349

348350
#. Click Add.
349351

@@ -433,6 +435,9 @@ To create a new disk offering:
433435
only specific zones can be selected. One or more zones can be selected from
434436
this list box by holding down the control key and selecting the desired zones.
435437

438+
- **Storage Policy**: Name of the storage policy defined at vCenter, this is applicable only for VMware.
439+
When a specific Zone is selected, one of the storage policies can be selected from the list box.
440+
436441
#. Click Add.
437442

438443
.. [2] These options are dependant on the capabilities of the hypervisor or the shared storage system which the VMs are on.

source/installguide/configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,21 +1182,21 @@ cluster.
11821182

11831183
- **Protocol.** For XenServer, choose either NFS, iSCSI, or
11841184
PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere
1185-
choose either VMFS (iSCSI or FiberChannel) or NFS. For Hyper-V,
1185+
choose either NFS, PreSetup (VMFS, vSAN, vVols) or datastorecluster. For Hyper-V,
11861186
choose SMB.
11871187

11881188
- **Server (for NFS, iSCSI, or PreSetup).** The IP address or DNS
11891189
name of the storage device.
11901190

1191-
- **Server (for VMFS).** The IP address or DNS name of the vCenter
1191+
- **Server (for PreSetup or datastorecluster).** The IP address or DNS name of the vCenter
11921192
server.
11931193

11941194
- **Path (for NFS).** In NFS this is the exported path from the
11951195
server.
11961196

1197-
- **Path (for VMFS).** In vSphere this is a combination of the
1198-
datacenter name and the datastore name. The format is "/"
1199-
datacenter name "/" datastore name. For example,
1197+
- **Path (for PreSetup or datastorecluster).** In vSphere this is a combination of the
1198+
datacenter name and the datastore or datastore cluster name. The format is "/"
1199+
datacenter name "/" datastore or datastore cluster name. For example,
12001200
"/cloud.dc.VM/cluster1datastore".
12011201

12021202
- **Path (for SharedMountPoint).** With KVM this is the path on each

0 commit comments

Comments
 (0)