hex-dec opened a new issue #3262: CloudStack system vm Hyper-V error
URL: https://github.com/apache/cloudstack/issues/3262
 
 
   
   ##### ISSUE TYPE
    * Improvement Request
   
   ##### COMPONENT NAME
   <!--
   system vm cloud-scripts
   -->
   
   on new system vm template on debian 9.6 and Hyper-v 2012 r2+ 
   1. path /var/opt/hyperv/ does not exist
   hv_kvp_daemon write file to /var/lib/hyperv/.kvp_pool_0
   2. .kvp_pool_0 is binary format and (grep -Po 'type=\K[a-zA-Z]*') does not 
work
   
   
   1. may create symlink or change script in "cloud-early-config"
   
   2. may use
    echo $(cat /var/opt/hyperv/.kvp_pool_0) > $CMDLINE
   instead of 
   cp -f /var/opt/hyperv/.kvp_pool_0 $CMDLINE
   in "cloud-early-config"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to