Search results

  1. A

    [SOLVED] Make a single backup to 2 storage (folder + Proxmox Backup Server)

    Hello, Thank you Proxmox for your great products! I have a question. I have configured a daily backup, locally, to a folder. In addition, I installed a Proxmox Backup Server. Is it possible to do a single backup locally and send it to Proxmox Backup Server or is it necessary to do the backup...
  2. A

    API : Get all LV (disk and snap) to calculate the sum of all thin volume sizes

    Hello, I want to prevent this warning : I can list all LV with : lvs --units=g --nosuffix But, i want to get the list and calculate the sum from the API. I have try : pvesh get /nodes/<node>/scan/lvmthin --vg=<VGID> but the result is : However, the command behind this API endpoint is ...
  3. A

    update-initramfs failed - No /etc/kernel/pve-efiboot-uuids found

    Hello, I am setting up a RAID on a new Proxmox 6.1 server and I wanted to update the kernel in order to keep the RAID after a reboot (I had to do that with Proxmox 5.x) To begin, I created the RAID : mdadm --create /dev/md3 --metadata=0.90 --level=1 --assume-clean --raid-devices=2...
  4. A

    "Create Cluster" action is not allow for an administrator

    Hi, I would try the new Proxmox 5.2 and I want use "Create Cluster" feature. But, I use proxmox authentication and I have disabled the root linux account. When I use this feature with my administrator account, I have this error : Permission check failed (user != root@pam) (403) Why only linux...
  5. A

    TASK ERROR: unsupported Ubuntu version '18.04'

    Hello, I have update the templates list with : pveam update I have create a container with the new Ubuntu-18.04-standard template but I have this error : I have update my Proxmox with : aptitude update aptitude upgrade This is my ve version pveversion -v What does it mean (Why 4.4-109...
  6. A

    Disable server shutdown/restart from the web interface

    Hello, I wanted to shutdown a CT and I clicked accidentally on shutdown button for the cluster. :mad: Is it possible to disable this button ? :confused: Thanks
  7. A

    Backup snapshot mode when there are lots of write access

    Hello, I'm installing a new server on Proxmox 2.2 and before using it in production, I am doing tests backup snapshot mode (for CT). (*Intel Xeon E3 - 4 cores - 3.4GHz - 2x 2To SATA3 RAID1 - 32 Go DDR3*) I try to do a test snapshot on a machine with a high rate of writing. The test is simple...