You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/12/10 20:41:38 UTC

svn commit: r1419701 - /vcl/site/trunk/content/docs/vmwareconfiguration.mdtext

Author: fapeeler
Date: Mon Dec 10 19:41:37 2012
New Revision: 1419701

URL: http://svn.apache.org/viewvc?rev=1419701&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/vmwareconfiguration.mdtext

Modified: vcl/site/trunk/content/docs/vmwareconfiguration.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/vmwareconfiguration.mdtext?rev=1419701&r1=1419700&r2=1419701&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/vmwareconfiguration.mdtext (original)
+++ vcl/site/trunk/content/docs/vmwareconfiguration.mdtext Mon Dec 10 19:41:37 2012
@@ -277,7 +277,7 @@ These are determined by whether or not R
     - For ESXi, the VM Network parameters must match the Virtual Machine Port Group Network Labels configured in the vSphere Client, example:
          - VM Network 0: Public
          - VM Network 1: Private
-              - INSERT IMAGE
+              ![vmware-network-labels][1]
 
  - For VMware Server 2.x, the VM Network parameters must match the Network Names configured by running vmware-config.pl
 
@@ -290,7 +290,7 @@ These are determined by whether or not R
 
 ####Local Disk Only - Repository Mounted via NFS
 
- - INSERT IMAGE
+ - ![local-only-nfs][2]
 
 The diagram above shows a simple VCL configuration with 1 management node and 2 VMware ESXi hosts.  Network storage is not used.
 The local disks on the VM hosts are used to store all of the files used by running VMs including the VM's working directory and the master vmdk image.
@@ -306,14 +306,14 @@ The VM host profile Virtual Disk Mode pa
 
 ####Local Disk Only - Repository Not Available via NFS
 
- - INSERT IMAGE
+ - ![local-only-scp][3]
 
 This example is identical to the one above except that the repository located on the management node's local disk is not exported via NFS.  Because of this, images must be transferred using SCP instead of vmkfstools.  This is less desirable than mounting the repository directly on the VM hosts because images cannot be copied and converted in a single step.  Images are stored in the repository in the 2GB sparse format.  This allows the images to be copied via SCP while only transferring the data stored in the image, not the entire size of the hard drive stored in the image.  VMware ESXi cannot run VMs using vmdk images stored in the 2GB sparse format.  Images are converted to the vmfs thin format so that they can be loaded on VMware ESXi.  This adds extra time to the load process if an image does not exist in the VM's local datastore (Virtual Disk Path) and must be copied from the repository.  It also requires additional space in the VM host's local datastore (Virtual Disk Pa
 th) becuase 2 copies of the image exist while it is being converted.
 Note that the VM host profile Repository Path parameter is set to the path on the management node's hard drive.  The code first checks if the path exists on the VM host.  If not, it assumes the repository is not mounted directly on the VM host and the Repository Path value refers to a location on the management node.
 
 ####Network Storage Only - No Repository
 
- - INSERT IMAGE
+ - ![network-only-no-repo][4]
 
 This is an example of a simple configuration where the network storage is used.
 
@@ -323,4 +323,10 @@ A datastore to be used as the Virtual Di
 
 A datastore to be used as the VM Working Directory Path named "vmpath" is also mounted on each VM host.  However, the location to which each VM host points should be different.  In the example above, vmhost-a-01 points to th the /vmpath01 directory on the network storage and vmhost-a-02 points to the /vmpath02 directory.  These locations may be different network storage filesystems or may be different directories on the same network filesystem.  Even though the mounts on the VM hosts point to different locations, the datastore names configured under ESXi are identical.  This allows you to use the same VCL VM host profile for all of the VM hosts.
 
-The VM host profile Virtual Disk Mode parameter is set to shared.  This indicates to the load process that the VM host's Virtual Disk Path is shared by other VM hosts.
\ No newline at end of file
+The VM host profile Virtual Disk Mode parameter is set to shared.  This indicates to the load process that the VM host's Virtual Disk Path is shared by other VM hosts.
+
+
+  [1]: vmware-network-labels.gif
+  [2]: local-only-nfs.gif
+  [3]: local-only-scp.gif
+  [4]: network-only-no-repo.gif
\ No newline at end of file