Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/adminguide/service_offerings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ To create a new compute offering:
only specific zones can be selected. One or more zones can be selected from
this list box by holding down the control key and clicking on the desired zones.

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

#. Click Add.

Expand Down Expand Up @@ -430,6 +432,9 @@ To create a new disk offering:
only specific zones can be selected. One or more zones can be selected from
this list box by holding down the control key and selecting the desired zones.

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

#. Click Add.

.. [2] These options are dependant on the capabilities of the hypervisor or the shared storage system which the VMs are on.
Expand Down
10 changes: 5 additions & 5 deletions source/installguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1182,21 +1182,21 @@ cluster.

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

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

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

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

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

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