Hello,
I have the following problem.
I have a Lenovo System X3650 M4 server with 32GB RAM.
I have 2 x 600GB in RAID 0 for Proxmox and 4 x 4 TB in Linux Software Raid 6.
In Proxmox, there is only one virtual machine installed with Ubuntu and...
Hi @katti, many people have designed their infrastructure with DR in mind. The correct solution always depends on RPO, RTO, and budget.
The key questions your business decision-makers need to answer are:
How much downtime can be tolerated?
How...
Yep, this is what I had to do as well. So I used the following command until a new kernel release fixes it.
proxmox-boot-tool kernel pin 6.17.4-2-pve
The new kernel has something in it that keeps waking my drives that I put to sleep using...
Hi, the "info block" do not indicate volume size. I was hoping to use block_resize command but it seems to be only for image files (raw, qcow2, etc) but not for iSCSI LUNs
I heard that it is better tu manage iSCSI with host rather than VM with...
You need to add the shared=1 option on this line. This way the container can be migrated whereby the local mountpoint will be ignored during migration. You need to make sure that the local mount point is available on every node yourself (e.g...
We are currently working on a proper fix upstream, but it will still be a bit: https://lore.kernel.org/qemu-devel/20260109120837.2772961-1-f.ebner@proxmox.com/
I sent a stop-gap for our downstream too, but it hasn't been applied yet...
Documentation:
/pmg-docs/pmg-admin-guide.html#pmg_mailfilter_who
We have two important Who objects called Blacklist and Whitelist. These are used in the default ruleset to globally block or allow specific senders.
Note that Who objects match...
Für solche Fälle gibt es unseren Datacenter Manager, wie auch schon oben erwähnt: https://forum.proxmox.com/threads/proxmox-datacenter-manager-1-0-stable.177321/ :)
Thank you @LnxBil and @bbgeek17 , for your very relevant comment; we will definitely take it into account.
However, my goal is to increase the resilience of the infrastructure by replicating virtual machines from the production site to the...
I found out that Veeam was running a backup for that VM and something failed. It appears it left Proxmox in a state where it still thought the VM was running? Once I ran 'qm stop108', the names came back.
The changelog being below, but specifically fix #7271 is the fix for this issue. Updated pve-container to 6.1.1, stopped a container with a bind mount and started it again. No issues so far.
pve-container (6.1.1) trixie; urgency=medium
*...
Hello everyone,
I’m running into an issue with my Proxmox server that started about 2 hours ago and I’m a bit stuck.
The web interface is still accessible, but any attempt to open a shell (node shell or VM shell) returns an HTTP 500 error...
The latest kernel (6.17.9-1) allowed me to complete this procedure.
While I couldn't achieve the original goal of returning to the console, I was able to keep the igpu running even after restarting it with the latest kernel.
*I have absolutely...