Recent content by AlexFatta

  1. A

    TASK ERROR: error during cfs-locked 'storage-nfs' operation: disk image '/mnt/pve/nfs-10g/images/101/vm-101-cloudinit.qcow2' already exists

    Hi ! I think I have the same problem at 90%. I'm trying to clone a VM from template. Without the cloudinit configuration, the VM boot normally. But if I apply the cloudinit configuration, the VM will not boot AND the cloudinit conf is'nt applied ! In the Web UI, I have these lines : As you...
  2. A

    [SOLVED] HTTP/1.1 401 Permission denied - invalid csrf token - CLI

    Hello ! Good news. I identified the problem. I'll explain it here for the next people. (I didn't use your topic sorry ^^' ) I followed the official Proxmox's documentation, but I meant problems with it. First of all, this part : I did it. So each time, I made two request. One for the cookie...
  3. A

    [SOLVED] HTTP/1.1 401 Permission denied - invalid csrf token - CLI

    Hi guys, I'm trying to create a script to automatically create a VM. I'm using the PVE API to do it. I get a PVE cookie but if I try to use it, I have the following error : HTTP/1.1 401 Permission denied - invalid csrf token. This is the script I created : #echo "Adresse IP : $2" #echo...