Interesting way to think about that, never gave it a thought really.
First, I don't think CRUSH rules can be based on where the volumes of the VMs are located. The lowest you can go is OSD level, the daemon that directly manages the physical...
This is a question for your compliance and management team. There is no universal answer to your concern. Are you in Finance, Pharma, Defense, or is this a medium size SaaS business. There are many variables here.
Sometimes an agent based...
Passt schon, ist genau richtig so. Der Unterschied: beim Boot-Setup legt der Installer eine GPT mit Partitionen an (sda2/sda3) und packt das LVM auf die Partitionen, drum "GPT Yes". Wenn du über die GUI nen Thinpool auf ner extra Disk anlegst...
Yes, renaming is indeed not (yet) support - my bad.
But in the meantime, it should be quite easy to work around if you simply delete the old pinning file first at /usr/local/lib/systemd/network/50-pmx-<oldname>.link, and then run...
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...