Recent content by guerbywork

  1. G

    Proxmox Backup Server 3.4 released!

    Hi, With PBS 3.4 I'm now testing restore from LTO-9 speed. I first benchmarched using multiple cat /dev/urandom > /mnt/datastore/xxx/yyy our three datastore (sdc, sdd, sde) in parallel, write speed results were from iostat -xmt 10 sdc sdd sde about 2 Gbyte/s (> 7 TB/hour) : Device...
  2. G

    Feature request : allow download full disk image in file restore

    Yes as I have full admin permissions this is what I did but it my request is to make this feature easily available to regular users of our proxmox VE who are not full admin. If they really want to do it they can at the price of downloading each partition, remaking a partition structure and then...
  3. G

    Feature request : allow download full disk image in file restore

    Hi, One of our Proxmox VE user wants to download the disk image of one of the VM he manages with permissions PVEVMAdmin on the VM and PVEDatastoreUser on the backup datastore. Unfortunately he cannot do it with those permissions AFAIK, The closest tool is File restore where he can download...
  4. G

    proxmox-backup-client on localhost get Error: authentication failed - ticket with bad timestamp: invalid digit found in string

    Hi, When I try on the PBS machine to use the default root@pam and localhost as repository it fails : root@backup:~# export PBS_REPOSITORY=datastore99 root@backup:~# proxmox-backup-client snapshot list vm/100 Password for "root@pam": ******************** Error: authentication failed - ticket...
  5. G

    Different privileges for root and user with Administrator role?

    Same here: it took me a while to see that ACME account management was root only. We migrated to per administrator @pve account instead of root@pam to follow best security practices but we had to go back to root@pam for so far for certificates and if we want to host/updates/upgrade (greyed out...
  6. G

    File restore on ZFS, no .zfs/snapshot visible?

    Done : https://bugzilla.proxmox.com/show_bug.cgi?id=4477 Yes of course :)
  7. G

    File restore on ZFS, no .zfs/snapshot visible?

    Ok thanks, I can open a ticket if this helps (we have basic support on PBS) May be just "blindly" add a ".zfs" to the directory listing if you know this is a ZFS dataset, even in "hidden" a "cd .zfs" might work from the kvm without any other change? (I haven't looked at PBS/PVE code for this...
  8. G

    qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup

    Hi, On one of our PVE 7.3 host we got a failed PBS 2.3 backup for VMs with message "qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup". After a few tries always the same error message and no backups I looked at...
  9. G

    Erasure coded pool and rbd perf image iotop not working

    Thanks for the test. Do you want me to open a bugzilla to keep track of this or forupm is enough? (Probably on the ceph side ...)
  10. G

    Erasure coded pool and rbd perf image iotop not working

    Hi, I have created an erasure coded pool "ec22" on a PVE 7.3 ceph 16.2.9 cluster using the CLI as documented: pveceph pool create ec22 --erasure-coding k=2,m=2 --pg_num=128 --pg_autoscale_mode=off # ceph osd lspools 1 device_health_metrics 3 ceph1 4 ec22-data 5 ec22-metadata Then created...
  11. G

    Mounting a VM snapshot as new disk inside the same VM

    Hi, In the PVE web UI when cloning a VM there is an option to use a specific snapshot. I wanted to avoid having to create a VM clone since it does a full copy of the disks and this is not practical for some large VM disks in our infrastructure. I ended up with the rbd + qm commands below to...
  12. G

    invalid PVE ticket (401) on 8 node PVE 6.4 cluster / chrony ?

    We don't get the 401 error anymore, we didn't do anything. It would be nice to have some logs or place to look at next time it happens :).
  13. G

    invalid PVE ticket (401) on 8 node PVE 6.4 cluster / chrony ?

    We still get random 401, while looking more closely at some PVE processes : www-data 2900 0.0 0.0 354016 140092 ? Ss 2021 14:28 pveproxy www-data 1774629 0.3 0.0 364960 136240 ? S 08:56 0:10 \_ pveproxy worker www-data 1796770 0.4 0.0 365224 136336 ? S...
  14. G

    invalid PVE ticket (401) on 8 node PVE 6.4 cluster / chrony ?

    # pveversion --verbose proxmox-ve: 6.4-1 (running kernel: 5.4.119-1-pve) pve-manager: 6.4-14 (running version: 6.4-14/15e2bf61) pve-kernel-5.4: 6.4-15 pve-kernel-helper: 6.4-15 pve-kernel-5.4.174-2-pve: 5.4.174-2 pve-kernel-5.4.162-1-pve: 5.4.162-2 pve-kernel-5.4.119-1-pve: 5.4.119-1...