PCI device pass-through

2022-06-09 Thread Andrey Smirnov
Hi, I am having some troubles with making a PCI device available for guests, while pci.devices=xxx are described in the agent.properties I can not see any options to make it available for the guests. Using kvm native tools -- pci devices can be added to the guests and are functional, the prob

Management Server HA

2022-06-09 Thread Niclas Lindblom
Hi, I have 2 development servers that I wanted to load balance with Traefik that I have running as a docker instance. I believe I have configured Traefik correctly according to the guidance in the documentation https://docs.cloudstack.apache.org/en/latest/adminguide/reliability.html

Re: Role for taking console of the VM

2022-06-09 Thread Wei ZHOU
The VM console is only available for users which have access to "listVirtualMachines" api. The VM should be in the state "Running", "Starting" or "Stopping". -Wei On Thu, 9 Jun 2022 at 14:41, Vivek Kumar wrote: > Thanks way for the response, So do we get the option in GUI for read only > user

Re: lift-and-shift tools/methods

2022-06-09 Thread Nux
In the past people moved from Xen or VMware to KVM using libguestfs, but I am unsure whether libguestfs supports moving _to_ Xen. If that doesn't work you could always do it by hand, the following would need to be accomplished: 1 - Make sure the source VM has xen drivers ready to load (ie add

Re: Role for taking console of the VM

2022-06-09 Thread Vivek Kumar
Thanks way for the response, So do we get the option in GUI for read only user ? Because whenever I create a read-only user and login from GUI the console option is not visible. Vivek Kumar Sr. Manager - Cloud & DevOps TechOps | Indiqus Technologies + 91 7503460090 vivek.ku...@indiq

Re: Role for taking console of the VM

2022-06-09 Thread Wei ZHOU
Hi Vivek, There is no cloudstack API to get vm console, but you can get it by sending a request to http://:8080/client/console?cmd=access&vm=&apikey=&signature=&response=json -Wei On Thu, 9 Jun 2022 at 11:16, Vivek Kumar wrote: > Hello Folks. > > I am currently going through the custom rules,

Role for taking console of the VM

2022-06-09 Thread Vivek Kumar
Hello Folks. I am currently going through the custom rules, so in which API user can take the console of the VM. So I want a user where he can list all the resources and open the console of the VM/VR. So in custom roles I have allowed - “list*”, he is able to list all the resources but console

Re: lift-and-shift tools/methods

2022-06-09 Thread Daan Hoogland
Can´t say Iḿ an expert Nikolaos, but how about 1. stop the VM 2. storage motion it to the ACS controlled cluster 3. start it 4. ingest vm again, not the expert but hope it helps. Of course if there are a lot of them it needs automation, and if no downtime is allowed, this won´t work.

RE: lift-and-shift tools/methods

2022-06-09 Thread Nikolaos Tsinganos
Hi Daan, I guess I didn't give the appropriate description of the situation in the first place. VM ingestion is a great and useful feature, but what if the VMware VMs are on a remote site that I cannot directly add as a cluster on ACS. I mean, if there is a client that has on-prem VMware in

Re: How to configure link domaintoldap to define admin and user roles?

2022-06-09 Thread Daan Hoogland
Jorge, the linkDomaintoLdap feature is not that fine grained. Youĺl want to look at LinkAccountToLdap for what you seek. On Wed, Jun 8, 2022 at 10:31 PM Jorge Luiz Correa wrote: > Hi all! > > In documentation I can see: > > cloudmonkey link domaintoldap > domainid=12345678-90ab-cdef-fedc-ba09876

Re: lift-and-shift tools/methods

2022-06-09 Thread Daan Hoogland
Nikolaos, There is an import feature for vmware vms. I think you need to have a look at that. On Wed, Jun 8, 2022 at 6:04 PM Nikolaos Tsinganos wrote: > Hi everybody, > > � > > Are there any recommended “lilft-and-shift to cloudstack” tools/methods? > … or maybe someone that wants to share his