GitHub user nvazquez opened a pull request:

    https://github.com/apache/cloudstack/pull/1602

    CLOUDSTACK-9422: Granular VMware vms creation as full clones on HV

    ### Introduction
    
    For VMware, It is possible to decide creating VMs as full clones on ESX HV, 
adjusting `vmware.create.full.clone` global setting. We would like to introduce 
this property as a primary storage detail, and use its value instead of global 
setting's value.
    
    ### Proposed solution
    We propose introducing `fullCloneFlag` on `PrimaryDataStoreTO` sent on 
`CopyCommand`. This way we can reconfigure `VmwareStorageProcessor` and 
`VmwareStorageSubsystemCommandHandler` similar as it was done for `nfsVersion` 
but refactoring it to be more general.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nvazquez/cloudstack clonegranular

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1602.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1602
    
----
commit 0f199c99dadab184a2067b9b855942e344302fcb
Author: nvazquez <nicolas.m.vazq...@gmail.com>
Date:   2016-06-23T16:13:20Z

    CLOUDSTACK-9422: Granular VMware vms creation as full clones on HV

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to