You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by cloudsadhu <gi...@git.apache.org> on 2017/04/05 09:22:31 UTC

[GitHub] cloudstack issue #1813: CLOUDSTACK-9604: Root disk resize support for VMware...

Github user cloudsadhu commented on the issue:

    https://github.com/apache/cloudstack/pull/1813
  
    added logic to handle global level full clone setting.
    full clone parameter are handled  differently (as per code its referring in 3 places due to that even if we set the full clone parameter at storage level still deployment is failing because  during vm deployment its looking for global level config value event through  we set storage level value to true.
    
    added logic to update global level ,restart management server and during cleaning resetting back to original values
    
    SadhuMAC:test_deploy_vm_root_resize_F94M72 sadhuccp$ cat results.txt 
    Test deploy virtual machine with root resize ... === TestName: test_00_deploy_vm_root_resize | Status : SUCCESS ===
    ok
    Test proper failure to deploy virtual machine with rootdisksize of 0 ... === TestName: test_01_deploy_vm_root_resize | Status : SUCCESS ===
    ok
    Test proper failure to deploy virtual machine with rootdisksize less than template size ... === TestName: test_02_deploy_vm_root_resize | Status : SUCCESS ===
    ok
    
    ----------------------------------------------------------------------
    Ran 3 tests in 763.269s
    
    
    
    
    
    added the 
    



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---