Re: Primary interface on Windows templates

2017-10-04 Thread Andrija Panic
ps aux | grep VMNAME and you can see differences I guess :) probably next to none (but I didn't check really) We run all Windows VMs as "windows PV", but have also implemented additional "Hyper-V Enlightments flags for KVM" in XML definition for all "OS types" that have word "Windows" in it ( http

Re: Primary interface on Windows templates

2017-10-04 Thread Simon Weller
: Wednesday, October 4, 2017 8:00 AM To: dev@cloudstack.apache.org Subject: Re: Primary interface on Windows templates As I found - it is hardcoded here - libvirtComputingResource.isGuestPVEnabled So, there are two ways or I change it in code, or I set OS Type for template "Windows PV" or "

Re: Primary interface on Windows templates

2017-10-04 Thread Dmitriy Kaluzhniy
As I found - it is hardcoded here - libvirtComputingResource.isGuestPVEnabled So, there are two ways or I change it in code, or I set OS Type for template "Windows PV" or "Other PV". What is the difference between this two types? 2017-10-04 14:36 GMT+03:00 Dmitriy Kaluzhniy : > Hello, > Thank you

Re: Primary interface on Windows templates

2017-10-04 Thread Dmitriy Kaluzhniy
Hello, Thank you for your answer, Ivan. Yes, I think it will work, but it is very unstable variant. I hope it can be done in other way. 2017-10-02 17:46 GMT+03:00 Ivan Kudryavtsev : > Hi, I believe that if you change os type to linux, you'll get it. But it > could lead to problems with storage dr

Re: Primary interface on Windows templates

2017-10-02 Thread Ivan Kudryavtsev
Hi, I believe that if you change os type to linux, you'll get it. But it could lead to problems with storage drivers as acs will announce it as virtio too. 2 окт. 2017 г. 19:58 пользователь "Dmitriy Kaluzhniy" < dmitriy.kaluzh...@gmail.com> написал: > Hello, > I was working with templates and fin