Oh, thanks for the advice!
However, I have one more question: After the initial snapshot failed with error -5, subsequent attempts to run a new snapshot failed immediately with:VM 12203 qmp command 'savevm-start' failed - VM snapshot already...
I cannot.
But looking over your provided info again, I think the issue might be that your guest dirties too much RAM. The volume to contain the state is created with 2 times the size of the memory plus 500 MiB for the device state. If your...
Hi,
I'm using the terraform bgp/proxmox provider to deploy my VMs using cloud-init.yaml to bootstrap the VM. The Provider creates a individual cloud-init.yaml file for each VM and stores it on a desired storage on Proxmox VE. To use this feature...
Cool, danke fürs Zurückmelden. Mit dem systemd-Service den Log-Level runterzudrehen ist ein Workaround. Aber dass PBS das im metadata-Mode per Default auf debug fährt und dir das Task-Log vollmüllt, ist definitiv nen Bug-Report wert. Wenn du eh...
Sie haben zwei Möglichkeiten:
Die erste Möglichkeit ist die schrittweise Aktualisierung Ihres Systems:
- Aktualisieren Sie Ihr System auf Proxmox 6.4:
apt update && apt full upgrade
- Aktualisieren Sie Proxmox 6 auf 7...
Hi,
I had a similar issue with a Debian 13 booted over network.
As it was an appliance, where I haven't been able to edit boot or kernel settings, the only option was to disable hotplug memory.
It would be great, if you could define the bare...
I wouldn't think the device would need to be redundant but I didn't want to make any assumptions.
It's a standalone ceph cluster thats local/adjacent to PBS. no AWS.
Thanks!
Thank goodness for posts like this one. I migrated a rocky linux VM from VMware ESXi to Proxmox and what worked for me was:
1) Remove open-vm-tools from ESXi VM (ours was installed via tarball, so I had to look for the uninstaller.pl file)
2)...
Die typischen NAS sind für mein Empfinden völlig überfrachtet mit Bloatware, die Virtualisierung ist grottenschlecht und Docker meist uralt und proprietär vermurkst. Kann man alles vergessen. o_O
Bei mir ist der file sharing Teil eher Nebensache...
Ah, guter Fund @boisbleu, das passt zu dem was mir an den Freezes komisch vorkam. Die schubweisen 15-30min-Aussetzer sind eher der Bug als nur VBS-Last, das wären dann zwei verschiedene Probleme: das hohe CPU über Credential Guard/VBS und die...
Thanks! This seems to have been the solution, even if I had a few steps in between still :)
For other people:
From the above steps:
Remove open-vm-tools from ESXi VM
Install qemu-guest-agent on ESXi VM
Detach the disks and attach them as SATA...
Just migrated half-dozen Linux RHEL clones VMs from ESXi 7.x to Proxmox 8.1.x.
The steps are:
1) Remove open-vm-tools from ESXi VM
2) Install qemu-guest-agent on ESXi VM
3) Remove ESXi networking from ESXI Linux VM
4) Remove ESXi Linux VM...
In diese Richtung habe ich auch gedacht. Eine Gelegenheit, die Partitionierung anzupassen, vielleicht etwas mehr Speicherplatz hinzuzufügen und eine saubere Neuinstallation durchzuführen, auf die ich dann meine Konfiguration übertragen kann...
Well, I'm also using Packer to build VM templates for our PVE nodes.
When updating a template, to add an extra layer of security, I usually use the bastion option for the proxmox-clone source:
ssh_bastion_host = var.bastion_host...
Greetings!
I was looking at the document that talks about configuring a backend for S3. I was curious about the local datastore. This part here discusses it.
Does this device need to have any sort of HA/redundant capabilities? I think I have a...
In diese Richtung habe ich auch gedacht. Eine Gelegenheit, die Partitionierung anzupassen, vielleicht etwas mehr Speicherplatz hinzuzufügen und eine saubere Neuinstallation durchzuführen, auf die ich dann meine Konfiguration übertragen kann...
Ich würde eine saubere Neuinstallation in Betracht ziehen. Kurz einen Export von der aktuellen Konfiguration über Diagnose / Sichern & Wiederherstellen und anschließend in der neu angelegten VM einen Import durchführen. Vorteil, man kann sich...
Ich würde eine saubere Neuinstallation in Betracht ziehen. Kurz einen Export von der aktuellen Konfiguration über Diagnose / Sichern & Wiederherstellen und anschließend in der neu angelegten VM einen Import durchführen. Vorteil, man kann sich...
== Cleanup section: rrdcached paths are outdated on PVE 9 ==
The Cleanup section says to copy /var/lib/rrdcached/db/pve2-{node,storage}/old-hostname to the new hostname. Those paths no longer exist on Proxmox VE 9. On pve-manager/9.2.4 the...