virsh control

Sysnasri

Member
Nov 19, 2020
26
3
8
32
HI, I want to connect Proxmox to MAAS and I wish I could find a way to use virsh instead of qm, is it possible?
 
PVE does not use libvirt for managing guests - it has its own stack - so using virsh is not possible with PVE

I hope this helps!
 
PVE does not use libvirt for managing guests - it has its own stack - so using virsh is not possible with PVE

I hope this helps!
So would you please let me know where lxc API is?

when I run the following command it doesn't show my lxc containers

root@pve:~# pvesh get /cluster/resources -type lxc
400 Parameter verification failed.
type: value 'lxc' does not have a value in the enumeration 'vm, storage, node, sdn'
pvesh get <api_path> [OPTIONS] [FORMAT_OPTIONS]
 
So would you please let me know where lxc API is?

when I run the following command it doesn't show my lxc containers

root@pve:~# pvesh get /cluster/resources -type lxc
400 Parameter verification failed.
type: value 'lxc' does not have a value in the enumeration 'vm, storage, node, sdn'
pvesh get <api_path> [OPTIONS] [FORMAT_OPTIONS]
Code:
pvesh get /cluster/resources --type vm --noborder | grep lxc
This should get you started...