This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch debian9-systemvmtemplate
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/debian9-systemvmtemplate by 
this push:
     new aabd6380 don't disalbe hyperv daemon it runs anyway from 
cloud-early-config
aabd6380 is described below

commit aabd6380a8f8e9f63673e2a6cb545541eaeefb36
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Thu Nov 23 19:05:27 2017 +0530

    don't disalbe hyperv daemon it runs anyway from cloud-early-config
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 .../definitions/systemvmtemplate/configure_systemvm_services.sh         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh 
b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh
index 8f3abe8..f9436a4 100644
--- 
a/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh
+++ 
b/tools/appliance/definitions/systemvmtemplate/configure_systemvm_services.sh
@@ -155,7 +155,7 @@ function configure_services() {
   # Hyperv kvp daemon - 64bit only
   local arch=`dpkg --print-architecture`
   if [ "${arch}" == "amd64" ]; then
-    systemctl disable hv_kvp_daemon
+    #systemctl disable hyperv-daemons
   fi
   systemctl disable radvd
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>'].

Reply via email to