So wie mir die pfsense Hardware um die Ohren fliegen kann, kann dir die proxmox Hardware abrauchen. Da ich das zuhause für mich alleine betreibe habe Ich natürlich keine 2. Netgate 6100 stehen. Aber ich bin mit dem Setup so zufrieden, ich könnte...
I got info from Veeam support and we can actually leave the Veeam worker just in an idle/powered on state.
C:\Program Files\Veeam\Plugins\PVE\Service\
edit the appsettings.json
Under "Workers" you can change KeepTurnedOn from false to true...
You probably mean migrated FROM Hyper-V & started in PVE.
You don't provide much info about your server (HW) & the VM you are trying to run.
You seem to have configured NUMA on, with 32 Processors on 2 sockets. While this may have been correct...
You probably mean migrated FROM Hyper-V & started in PVE.
You don't provide much info about your server (HW) & the VM you are trying to run.
You seem to have configured NUMA on, with 32 Processors on 2 sockets. While this may have been correct...
Another thing to consider: As soon as you add the qdevice the cluster members can login as root on the qdevice via ssh without additional authentification. So you really shouldn't use the qdevice VM for anything else. This is especially important...
Thanks for sharing your experience, I am also looking to setup a 3-node Ceph cluster for VM as well as media. Would setting up the Ceph pools in the way that you described still allow managing them equally easy within the Proxmox UI? Or does that...
Well, a blinking amber light is an UNHEALTHY system, so you are going to have to dig into the system (ILO etc.) to discover the cause.
This does not look like a PVE issue.
Consider the following:
What is the history of this server?
RAM...
Any updates to this ? I also have a problem with the Debian OS recognising this card. As per the previous poster, I run the lspci command and I can see both ports of the HBA . I'm using a different model 10Gb HBA's in my other Proxmox servers...
Problem could be that your "trim" stopped working at some point for some reason (i.e. discard wasn't ticked in the VMs disk configuration) and even if fstrim tries to discard the whole free space, the underlying storage stack will only act on...
So, just to make sure I understand correctly: this issue occurs because the VM's write speed exceeds the PBS upload speed, and the "copy-before-write" mechanism forces the guest IO to wait until the data is sent to PBS, right?
I found the...
Hi,
PBS backups are performed by a copy before write principle for data consistency. That means that writes to a block on the block device during backup are first written to the backup, only then to the block device. For VMs with high write load...
Hallo,
ich habe jetzt die Version 0.1.271 installiert. Nach mehrmaligem Reparieren und Neustart der Maschine wird im Dashboard erkannt, dass der Agent installiert ist. Vielen Dank für die Hilfe.
If you are still struggling with the direct import wizard or encountering "failed to stat" errors, you might want to try a more traditional but highly robust method.
The most reliable approach, especially for very large VMs or when the network...
Before committing, I would first run:
qm importovf <new_vmid> <path_to_ovf_file> <target_storage> --dryrun
to check that the OVF manifest is correctly populated. This is advisable as different systems produce different manifests.
If you are still struggling with the direct import wizard or encountering "failed to stat" errors, you might want to try a more traditional but highly robust method.
The most reliable approach, especially for very large VMs or when the network...
That's a very fair point. While adding a full PVE node might offer the minor convenience of seeing the arbiter's status directly in the WebUI, the administrative overhead and potential complexities you mentioned—especially regarding storage...