You may read man zed after you've installed it with apt install zfs-zed.
"disk fails completly to a point where it needs to be changed" is not mentioned explicitly, but yes, I expect it to report fatal errors ;-)
AFIK the Performance issues comes from an limitation of the VMware API and thus very unlikely to improve.
Maybe one of the alternative Methode work better for you like restore from Backup or the NFS Trick for minimal downtime...
Just to be clear, you don't encrypt the source pool and then just pull ZFS snapshots to your encrypted backup pool and want encryption there, right?
Because simply encrypting on the source would be easier otherwise.
ZFS is a server filesystem...
Small caveat with that workaround: on Debian 13 `/etc/resolv.conf` is often a symlink managed by resolvconf or systemd-resolved, so writing it directly can be overwritten later or bypass the resolver stack. If this is only for a template, I would...
If you mean an IP on the PVE host side, I would not edit the generated `wan1` bridge directly; SDN will overwrite that again. Add it as a subnet/gateway in Datacenter -> SDN -> VNets/Subnets, then Apply SDN and check `ip addr show wan1` plus the...
Take a look here: https://pve.proxmox.com/wiki/Backup_and_Restore#_hook_scripts or there: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts
Please put more effort into your posts. A proper title and code blocks for command outputs/logs are a bare minimum. To fix the duplicate try
rm -f /etc/apt/sources.list.d/pve-enterprise.list
apt update
Make sure your subscription is configured...
My only point here is that the term “snapshot” has different meanings, heavily depending on the contextual point-of-view:
PVE VM snapshot
This is the native Proxmox function. It freezes the current status of a VM. This state can be “unfrozen”...
Are you setting Ceph flags before reboot? And/or waiting for full recovery before updating/rebooting the second node?
Our notes for updating PVE include:
in Ceph set checkboxes for:
(any node > Ceph > OSD > Manage Global Flags)
nodeep-scrub...
Ich würde die PBS-VM selbst und den PBS-Datastore nicht auf dasselbe Volume legen, wenn du es vermeiden kannst. Das trennt zwar keinen Hardwareausfall der Synology, aber es begrenzt Fehler durch volllaufende Datastores/Snapshots und macht...
Für die Sicherung auf der Synology auf jeden Fall. Ob man dann zusätzlich noch ein Backup auf dem Mini-PC hat, muss man sich halt überlegen. Vorteil wäre halt, dass man nicht nur ein Backup hätte. Wenn man den Zeitpunkt für die syncs richtig...
The term "snapshot" has multiple and technically different meanings, like four or five or so. "Somebody" should write an FAQ article we could point to...
argh ... not native English here.
is not correct. ZFS special device stores metadata of all files and can store small files.
There is no data in snapshots, they are about MBs , they are not the "diffirential data".
Snapshots are "just"...
Hello Francis,
I think there may be a misunderstanding.
With a normal reboot, setting noout is usually not required. When the OSDs on a node stop, they are first marked as down. They are only marked as out after the mon_osd_down_out_interval...
While I haven't used AIDE or Tripwire on Proxmox hosts, I do run Wazuh which performs similar function among other things. I've been using it for years on Proxmox and other servers without any issues.