Search results

  1. A

    Proxmox shutdown the first Vm (id)

    i hv a general issues with my VMs . My proxmox shutdown the first one (id) when it's seems consuming a certain rate of RAM(i think 9x%) , while the real consumption inside is juste under of 60% (wit htop) , the qemu-agent is running and still don't know how to fix it
  2. A

    Cant ssh to VM after creation with terraform and proxmox

    hello, i have a problem to connect to vm which i create with terraform, i do not have access to the GUI and serial terminal of the vm. root@ns31245211:~# qm config 100 agent: 1 bios: seabios boot: cdn cores: 8 cpu: kvm64 ipconfig0: ip=10.0.2.99/24,gw=10.0.2.2 memory: 12288 name...
  3. A

    creation of init cloud-based VMs

    I want to create 3 vm each with their configuration (ram / cpu / disk) and I want to know if I have created a template (to be cloned later in the terraform file) of a size to give prevents others from having a different configuration example if I put a vm (1cpu / 2 g ram / 10 G disk) and...
  4. A

    QEMU exited with code 1

    when virtual machines start i get this error and they stop first error : Error: KVM virtualisation configured, but not available. Either disable in VM configuration or enable in BIOS. │ │ with proxmox_vm_qemu.test_server[0], │ on main.tf line 21, in resource "proxmox_vm_qemu"...
  5. A

    400 Parameter verification failed.

    I used a terraform for provisioning VMs (proxmox) and i have a problem when i used terraform apply : with proxmox_vm_qemu.test_server[0], │ on main.tf line 21, in resource "proxmox_vm_qemu" "test_server" │ 21: resource "proxmox_vm_qemu" "test_server" { i'll be gratfull for ur help .