Search results

  1. A

    Lots of ZFS @___replicate__ snapshots remaining

    Hello, After removing all snapshots of all VM/LXC using the GUI, we find the following snapshots that remain. Some timestamps are almost 6 month old. Are those required by PVE's replication system? Or could they be removed and how ? If that's relevant, replications are from 15 minutes appart...
  2. A

    LXC ZFS + docker overlay2 driver

    These commits in ZFS : * https://github.com/openzfs/zfs/commit/86db35c447aa3f4cc848497d78d54ec9c985d1ed * https://github.com/openzfs/zfs/commit/dbf6108b4df92341eea40d0b41792ac16eabc514 Some more history in the PR : https://github.com/openzfs/zfs/pull/9414 Working thanks to ZFS >= 2.2.0 *...
  3. A

    [SOLVED] Multiple DKIM

    Has PMG gotten support for multiple DKIM Keys since summer 2020 ?
  4. A

    Binding PMG to a specific IP on a multi-IP interface (OVH "Additional IP")

    Using smtp_bind_address = X.X.X.X in /etc/postfix/main.cf works but gets removed (supposedly by PMG) after a reboot.
  5. A

    Binding PMG to a specific IP on a multi-IP interface (OVH "Additional IP")

    Hello, We have a VM with two IPs. One that can theoritally change if the VM is restored somewhere else. And another that is rented as a product itself, and will ever change. Obviously we want to use the second IP to have reputation continuity as a sender. Both are on the same interface. The...
  6. A

    Problems with Samsung SSD and AMD Sata controller

    Ok, so you hot-disabled queuing. This won't persist after a reboot. You'll have to edit /etc/default/grub and the "GRUB_CMDLINE_LINUX_DEFAULT=" line. Example Then read on here https://pve.proxmox.com/wiki/Host_Bootloader to apply these changes.
  7. A

    Problems with Samsung SSD and AMD Sata controller

    Yes, thanks for the logs. If that's not enough, you could try `libata.force=2.00:noncq,2.00:3.0G` BTW, I too have a HM80 as a homeserver running Proxmox. But using only the NVMe drive. Great performance and stability for the power consumption ;)
  8. A

    Problems with Samsung SSD and AMD Sata controller

    Could you please provide logs when some I/O occur ? If the error is identical to the one encountered with Samsung SSD's, the noncq fix should work.
  9. A

    Proxmox Mail Gateway not rejecting email that failed DMARC

    Thanks for this answer. Could you point me to a ressource regarding enabling before-queue filtering for very high spam scores ?
  10. A

    Proxmox Mail Gateway not rejecting email that failed DMARC

    Hi, I'm a bit confused by the behavior of PMG on a specific case. The situations is as follows : On a pmg node (7.2), we received an email pretending to be from whatever.tld. The DMARC policity of whatever.tld is reject. PMG identified that this email failed DKIM checks and DMARC policy...
  11. A

    GDPR : Deletion of user data

    Very good point. We do use ZFS so encryption looks like a better option !
  12. A

    GDPR : Deletion of user data

    Thanks, we can manage to store the data differently as to have user-specific backups. Remains the question of writing random data to the PBS disks in place of these backups (this is a client requirement). Can PBS do that ? I believe simple garbage collection would not satisfy their requirements.
  13. A

    GDPR : Deletion of user data

    Thanks for the feedback, we'll check with a lawyer on the GDPR side of things. Although I forgot to mention that our interest in this question was twofold. We also have clients who require that data be deleted completely upon the ending of the business relation. But I guess that doesn't change...
  14. A

    GDPR : Deletion of user data

    Hi, GDPR imposes that we comply with request from Users who want their data deleted. Which poses some questions for us. Let's assume that we have * User data in an LXC on a Proxmox VE Node, say under `/var/www/User/` * Backups of this LXC to PBS machines Is there a feature to remove all...
  15. A

    Problems with Samsung SSD and AMD Sata controller

    Hi, To add on this issue, we have an MSI X570 A-Pro with an 5900X and 5x 4To Samsung 860 and had that issue appear recently. Only the first two S-ATA port produce issues, swapping disks always produce errors on the first two ports. It seems that the first two ports are on an ASMedia controller...
  16. A

    Balance the wear of multiple drives in a RAIDZ-1 mirror

    That's embarrassing. Turns out we only used one drive for cache/zil instead of the two, hence uneven wear.
  17. A

    Balance the wear of multiple drives in a RAIDZ-1 mirror

    Hi, We are seeing unbalance wear on the SSDs of our two PVE nodes running PVE 6.4-13. Node A (master) has : NVMe 500Gb SSD, wear 5% NVMe 500Gb SSD, wear 18% SATA 4T SSD, wear 5% SATA 4T SSD, wear 5% SATA 4T SSD, wear 5% SATA 4T SSD, wear 4% SATA 4T SSD, wear 4% rpool using 1+2 in mirror...