qemu-server icon indicating copy to clipboard operation
qemu-server copied to clipboard

Proxmox VE's Virtual Machine Manager

Results 8 qemu-server issues
Sort by recently updated
recently updated
newest added

Proxmox VE uses token based authentication not support option skiplock(Only root may use) Use cookie authorization is ok. delete vm api https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid} ``` APINODE=10.0.0.160 TARGETNODE=pve2 VMID=106 curl -v --insecure -X...

problem explained here: https://forum.proxmox.com/threads/snapshots-in-delete-status.27729/#post-440790

I am trying to change some configuration in the cicustom file for cloud init, but doing so (using the terraform provider) requires recreation of the VM updating the file manually...

When `kvm_off` if set, also append `-hypervisor` flag.

Because of not all of custom args works properly. Like a -virtfs local,path=/mnt,security_model=none,mount_tag=share or something else, which i found in the google. Error while starting VM is kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3:...

I noticed the typo "stopps" when running `qm stop`, and after tracking it down to this file, since it wasn't too long I figured I might as well do a...