Recent content by guerby

  1. G

    Proxmox Datacenter Manager - First Alpha Release

    There's a bugzilla request open for remote-migrate with shared storage: https://bugzilla.proxmox.com/show_bug.cgi?id=4928 Both ceph and NFS could be of interest as shared storage. I assume technically it would be simpler since there's nothing to be done disk-wise during migration for shared...
  2. G

    proxmox-auto-install-assistant device-match mutliple disk by their SERIAL_ID ?

    Done : https://bugzilla.proxmox.com/show_bug.cgi?id=5493
  3. G

    proxmox-auto-install-assistant device-match mutliple disk by their SERIAL_ID ?

    Yes that's another way when you're able to match the set of disks you want the installer to choose. May be copying the disk_list syntax for filter.xxx would be a nice addition to the tool: filter.ID_SERIAL= ["*194K","*191V"] I don't think I'm alone wanting to do a RAID1 for system install and...
  4. G

    proxmox-auto-install-assistant device-match mutliple disk by their SERIAL_ID ?

    Hi, I have a machine with 8 disks from the same model (pretty common situation for a new server), I'm trying to match 2 of the disks for a ZFS RAID1 install by using their ID_SERIAL as follows: [disk-setup] filesystem = "zfs" zfs.raid = "raid1" filter.ID_SERIAL="*194K" filter.ID_SERIAL="*191V"...
  5. G

    How to build proxmox rust parts?

    Hi, In order to work on https://bugzilla.proxmox.com/show_bug.cgi?id=2370#c17 starting with a PVE 8.2 system I was able to rebuild proxmox-firewall program as follows: echo "deb http://download.proxmox.com/debian/devel bookworm main" >> /etc/apt/sources.list apt-get update apt-get dist-upgrade...
  6. G

    nftables : when output policy drop is set on a VM there's no way to accept ARP output

    Patch : https://bugzilla.proxmox.com/show_bug.cgi?id=2370#c17
  7. G

    nftables : when output policy drop is set on a VM there's no way to accept ARP output

    I think this works in iptables mode as Proxmox VE doesn't install arptables so everything ARP is ACCEPT by default whereas in nftables everything is unified so you have to add explicit rules and do it in both directions. Note : I tried to add the missing ether type arp accept but handles are...
  8. G

    nftables : when output policy drop is set on a VM there's no way to accept ARP output

    Hi, It looks like when output policy drop is set on a VM the ARP protocol in the out direction are filtered and there's no way I could find to enable it in the proxmox firewall settings. In the IN direction there's a ether type arp accept in chain guest-408-in but there's no equivalent in...
  9. G

    Low ZFS read performance Disk->Tape

    @Lephisto @dcsapak For the record on our Dell TL4000 LTO7 tape library with three drives (internally IBM 3573-TL + 3 ULT3580-HH7 drives) when setting up in parallel three tape backup jobs with three different media pools on three different drives we've seen up to 900 MByte/s of tape write...
  10. G

    unable to acquire lock on snapshot directory - locked by another operation

    Hi, Indeed after looking at the logs of a failed sync I noticed that a backup job to the first onsite PBS was taking way longer than usual and so was interfering with the sync job from the other PBS. So in this cas only a retry later or at the end on the specific snapshot which failed sync...
  11. G

    unable to acquire lock on snapshot directory - locked by another operation

    Hi, We have three PBS servers for our PVE, two on-site and one off-site. All PVE backup to the same on-site PBS earch night, about 250 VMs and 60 TiB datastore Then a remote sync job is launched both the on the second on-site PBS and a bit later on the off-site one. So we're following the...
  12. G

    tape encryption, some metadata in the clear?

    Hi, A little ping on this topic. I can open a bugzilla or a proxmox ticket if this helps (we have basic support on two of our PBS servers but not on the tape test server though), let me know. Thanks!
  13. G

    Proxmox Backup on the Tapes

    Hi, As I noted here: https://forum.proxmox.com/threads/tape-library-with-changer-where-medium_transport_address-0-not-working.127583/#post-623386 Were you careful to number your drives in proxmox the same way as reported in your tape library own UI ?
  14. G

    tape encryption, some metadata in the clear?

    Hi, Continuing testing of Dell TL4000 tape library with PBS 3.1.2 : - I made a few tape backup with an encryption key. - I removed all the files in /var/lib/proxmox-backup/tape/ (inventory.json and the UUID.log and .index) - I removed the media pool and encryption key - (the two step above...