Thank you very much for this hint!
In Logs I saw:
Jun 18 00:39:37 pve1 pvedaemon[1357]: <root@pam> successful auth for user 'root@pam'
Jun 18 00:44:37 pve1 pveproxy[1660809]: authentication failure: 401 permission denied - invalid PVE ticket
In...
You're not the first with this. There is already https://bugzilla.proxmox.com/show_bug.cgi?id=7651 for PDM and I think there is another open bug for PVE, but unfortunately I can't find it.
To have PVE "make more noise about that issue" you may...
Erste Frage: Gibt es einen Grund für x86-64-v2-AES? Normalerweise sollte man Host mit deaktivierten Flag für nested-virt nehmen können oder die Ausgabe von https://github.com/credativ/ProxCLMC/ (das bestimmt den höchst möglichen generischen...
Just guessing: you are not alone; this one was solvable in a specific case: https://forum.proxmox.com/threads/horrible-download-speeds-from-enterprise-proxmox-com-120-kb-s-in-2026.184354/
Its currently possible to create a clone from a snapshot of the source VM (Those are full clones currently):
There exist a feature request to Create linked clone of VM from a snapshot [0].
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=7521
Willst du die Route auf Veränderungen überwachen, oder willst du wissen, ob der Server erreichbar ist? Das ist ein Einzeiler:
~$ export SERVER=irgendeinserver; while true; do echo -n "$(date) "; ping -c 1 -q -W 2 "$SERVER" &>/dev/null &&...
You may want to take a look at this information:
https://www.proxmox.com/en/about/open-source/developers
https://www.proxmox.com/en/downloads/proxmox-virtual-environment/agreements
Your proposal will require a Storage API version update, that...
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...