Recent content by arnolem

  1. A

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

    Actually, I have : PVE -- backup -- local PVE -- backup -- PBS I would like : PVE -- backup -- local + PBS But if it is not possible, i will make this PVE -- backup -- PBS1 PBS1 -- sync -- PBS2 With this feature
  2. A

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

    Thank you for confirmation. I will take the option to mount 2 PBS
  3. 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...
  4. A

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

    Yes, I need it to be queried via the API but that's not possible, I'll have to create a specific API that will call LVS itself
  5. A

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

    Thank you, I actually think there is no API solutio I need to monitor the realspace or used the lvs command Thanks, I discovered --output-format json-pretty
  6. 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 ...
  7. 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...
  8. A

    [SOLVED] PVE 5.2 Lets Encrypt: TASK ERROR: validating challenge failed

    My account is not "root", I have an "administror" account with proxmox authentication.
  9. A

    [SOLVED] PVE 5.2 Lets Encrypt: TASK ERROR: validating challenge failed

    200 OK [ { "name" : "Let's Encrypt V2", "url" : "https://acme-v02.api.letsencrypt.org/directory" }, { "name" : "Let's Encrypt V2 Staging", "url" : "https://acme-staging-v02.api.letsencrypt.org/directory" } ] [/CODE]
  10. A

    [SOLVED] PVE 5.2 Lets Encrypt: TASK ERROR: validating challenge failed

    In the "Register Account" page, the "ACME Directory" contains nothing.
  11. A

    "Create Cluster" action is not allow for an administrator

    Why do single-user rights management when you offer group management for all of others features ? How can I do if I have two super administrator in my company? What if I prefer to disable the root account to limit the risk of hacking the root account of the server? Thanks
  12. A

    [SOLVED] PVE 5.2 Lets Encrypt: TASK ERROR: validating challenge failed

    Hi, I have the same problem with two new installations of Proxmox 5.2
  13. 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...
  14. A

    TASK ERROR: unsupported Ubuntu version '18.04'

    Yes, I have followed this guide. I had a problem doing the first upgrade (To the last proxmox 4.X) : I have clean my /boot/ deleting 2 old linux image and I have follow the guide to upgrade to 5.X. So, I bought a new physical machine and I migrate all my server for 14 hours ;-)