Yes if you'd like to silence it, you can add the options to your existing kernel command like
root=ZFS=rpool/ROOT/pve-1 boot=zfs mitigations=off video=efifb:off video=vesafb:off
Then:
proxmox-boot-tool refresh
reboot
Hi @bbx1_,
Your output shows the core problem: the frr.service was inactive.
The status output also shows the service is disabled (Loaded: ...; disabled; ...), which is why it did not start automatically after you rebooted the nodes.
You...
Die RAID-Z-Erweiterung inklusive Rebalancing ist zwar Teil von OpenZFS 2.2, wurde aber als "Technology Preview" klassifiziert und ist standardmäßig deaktiviert. Proxmox hat diese experimentellen Funktionen in den pve-Paketen nicht standardmäßig...
Late to the party but I was wondering this as well and found https://github.com/proxmox/pve-common/blob/5d5b3abe6da80c5eea5233bd1486246acc9e12ab/src/PVE/Network.pm#L156
my $compute_fwbr_names = sub {
my ($vmid, $devid) = @_;
my $fwbr =...
I will try that and report back. I did see the /32 but I assumed it was a config preference within the documentation.
Edit: Didn't help by adjusting to /32.
On my first PVE host, if I run the command as you mentioned, I get this...
We are pleased to announce the first stable release of Proxmox Mail Gateway 9.0 - immediately available for download!
Twenty years after its first release, the new version of our email security solution is based on Debian 13.1 "Trixie", but...
This isn't configured in the restore wizard itself, but on the backup repository. You don't need to recreate the workers.
The server that mounts the backup for a file-level restore (the Gateway Server) determines which virtualization platform it...
Hello @eisvleo,
For scripting without a password prompt, you should use API tokens. Create a new user in PBS with the necessary permissions on the datastore (e.g., the DatastoreBackup role) and generate an API token for it. You can then define...
Hello @eisvleo,
For scripting without a password prompt, you should use API tokens. Create a new user in PBS with the necessary permissions on the datastore (e.g., the DatastoreBackup role) and generate an API token for it. You can then define...
Hello @iprigger,
to verify what @Stoiko Ivanov mentioned, could you please check the raw source of the report email? This would show whether a MIME part with Content-Type: text/html is actually included or if it's missing entirely.
Hello @Bu66as,
I have created 4 Veeam Workers Type Proxmox VE, one for each node (qdevice is present, no worries).
Can you please advice where I can prioritize those for Proxmox task? Do I manually have to select one via entering the IP here...
Ich hab sowas vermutet ... ;-)
OK, danke. Wir checken die VMs dort drauf noch mal durch in der GUI.
Zum Script hat es noch nicht gereicht auf die Schnelle.
Ich hab sowas vermutet ... ;-)
OK, danke. Wir checken die VMs dort drauf noch mal durch in der GUI.
Zum Script hat es noch nicht gereicht auf die Schnelle.
Hello everybody!
TL:DR: my vm gives me a error: unable to read tail (got 0 bytes)
Full story:
So i just installed a new network card using the realtek r8125 chipset, i added the physical card to my proxmox bridge, and it all worked, at gigabit...
Hello @jnthans,
glad the plugin update worked for you.
Regarding the incorrect Hyper-V helper issue that @AndreasS mentioned: This usually points to the Backup Proxy configuration. It's worth checking which proxy is set for the Proxmox...
Dass die VMs auch mit aio=io_uring auf dem neuen Kernel erst einmal ohne sichtbare Fehler starten, ist trügerisch. Das Problem sind potenzielle Deadlocks oder Datenkorruption unter I/O-Last, die nicht sofort auftreten müssen.
Wie von @gurubert...