Recent content by achraf

  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

    hey @Hannes Laimer , thanks for your reply ; the GUI of proxmox that i mean , after ssh -o "StrictHostKeyChecking=no" it's hang and this is the logs : Jan 11 16:35:29 ns31245211 sshd[31135]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=61.177.172.87...
  3. 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...
  4. 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...
  5. 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"...
  6. A

    400 Parameter verification failed.

    im trying to deploy VMs in proxmox with terraform, it show up when i use terraform apply ; and i had this error : proxmox_vm_qemu.test_server[0]: Creating... ╷ │ Error: 400 Parameter verification failed. │ │ with proxmox_vm_qemu.test_server[0], │ on main.tf line 20, in resource...
  7. 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 .