----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19713/ -----------------------------------------------------------
Review request for cloudstack, Devdeep Singh and Rajesh Battala. Bugs: CLOUDSTACK-6288 https://issues.apache.org/jira/browse/CLOUDSTACK-6288 Repository: cloudstack-git Description ------- Currently Hyper-V supports vhd Image Format for templates and volumes. This patch will change default ImageFormat to vhdx for hyper-v and allow registration of vhdx format templates. Diffs ----- plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs 40609e4 plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs e51bd89 Diff: https://reviews.apache.org/r/19713/diff/ Testing ------- peform following tests 1. registration of vhdx templates 2. attach and detach disk 3. volume migration 4. deploy machine with registered template Thanks, Anshul Gangwar