Vielleicht magst Du nach folgendem mal schauen:
Möglichkeit 1: Ich meine, ifupdown und ifupdown2 sind in der Gestaltung der Befehle ähnlich. Du könntest es mit symbolischen Links versuchen für ifup und ifdown.
Möglichkeit 2: Ich meine, Du...
Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
I see some problems with option 1, so I would go with option 2, more on this later :)
If you only use it for quorum I wouldn't add it to the cluster but instead seperate it and use it as a combined ProxmoxBackupServer/qdevice. This also saves...
Yes: the smallest device you can buy (twice) nowadays is large enough. Something like 0.3 percent of the size of the pool, iirc. For 8 TB data this leads to 32 GB.
Note that this covers metadata only. If you can get larger devices, let's say...
Es spricht ja nichts gegen ein BIOS Update, sofern es eins gibt. Ansonsten ja, du kannst SecureBoot im BIOS auch deaktivieren.
Wenn du SecureBoot eingeschaltet lässt und keine neuen Zertifikate hast, dann können künftig neue Bootloader oder...
Ich habe alles versucht. Erst mit dem Langen Code und dannn manuell aber es kommt immer nur:
Error: any valid prefix is expected rather than "fe80::be24:11ff:fe9e:80af%eth0/32".
TASK ERROR: command '/sbin/ip address show to...
Ich habe alles versucht. Erst mit dem Langen Code und dannn manuell aber es kommt immer nur:
Error: any valid prefix is expected rather than "fe80::be24:11ff:fe9e:80af%eth0/32".
TASK ERROR: command '/sbin/ip address show to...
Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
Hello everyone,
In addition to issuing the aforementioned fix on Veeam's side, we have also filed a proposal to adjust a few more things.
There also remains an open question: why exactly do the VMs hang during startup? If anyone is willing to...
Naja... Ich virtualisiere praktisch alles und habe lieber einen zweiten PVE als Failover im Einsatz, Wichtige Dienst-VMs werden so vollautomatisch bei Ausfall eines Master-Dienstes binnen 60s vom Failover-PVE zur Verfügung gestellt. Lediglich VMs...
Hello Together,
I am looking for the optimal Backup Setup for my Proxmox VE Environment. So lets start with what i have:
2x Proxmox VE Server, I9, 64 GB RAM, 1TB NVME SSD for System and VMs, 2x2 TB NVME SSD for DATA of my Nextcloud. All VMs...
OK I get it. I'll mark the thread as solved for now. Thank you all for the help in investigating the issue.
As for the amdgpu drivers I would need to run some tests using ROCm and comfyui using the oss driver in kernel 7.0.x . This would be a...
When you delete a snapshot, Proxmox has to merge the changes back into the base .qcow2 file. Because it's on NFS, QEMU forces every single write to be completely synchronous over the network. This locks up the VM's disk controller and causes the...
Just to get you some ideas to try:
root@pve1:~# apt autoremove
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
root@pve1:~# proxmox-boot-tool kernel list
Manually selected kernels:
None.
Automatically selected kernels...
I worked. Thank you, @fiona .
I've written a little script to automate the fix.
# /bin/bash
for id in $(pct list | awk 'NR>1 {print $1}'); do
echo "Processing CT $id"
pct exec $id -- bash -lc '...