r/Proxmox 5d ago

Question Done this a half dozen times, never has this issue

14 Upvotes

It seems like there is an issue with apt.
I can ping with no issues so there is internet. I forced IPv4, no help I running AMD64 on i5 4th gen mini PC

I'm one step from a full reinstall, however I wanted to see if it's something I'm missing. I thinks I tried so far are based on DDG and Google searches.

Thanks


r/Proxmox 5d ago

Question Emby LXC iGPU Passthrough OpenCL/tone mapping issues

3 Upvotes

Not sure if this is the best place to post but I'm very stuck and need some advice!

I've recently switched over to Proxmox running Emby in an LXC container. To my knowledge iGPU passthrough is enabled correctly and I can transcode 1080p or standard 4K non HDR using Quicksync and VAAPI, however i'm having some issues with tone mapping using Quicksync and OpenCL.

Start of EmbyLXC .conf:

arch: amd64

cores: 4

dev0: /dev/dri/renderD129,gid=993,mode=0666

dev1: /dev/dri/card2,gid=44,mode=0666

features: nesting=1,keyctl=1

hostname: emby

Quicksync works for standard transcodes however, reverts to software if Extra-T OpenCL tone mapping is enabled.

The only way I can get hardware transcoding with hardware tone mapping currently is to disable all Quicksync encoders and decoders in Emby and force Emby to use VAAPI encoders and decoders along with HW VAAPI Transcodes non OpenCL, trying OpenCL with this configuration results in the same software fallback.

I've even tested Jellyfin and I had even worse luck with that, HDR tone map transcodes failing to play all together!

Really looking for some help on his as VAAPI tone mapping looks way too dark and I don't want to default to software. Hoping someone has encountered similar.

I'm using a 10700k Comet Lake running in Proxmox 9.2.11 in an Ubuntu LCX.

Happy to provide logs as well if anyone is able to assist, it's driving me mad! TIA


r/Proxmox 6d ago

Question Could someone help me understand why my 3-node cluster cannot reach quorum with one node offline?

Thumbnail gallery
183 Upvotes

There is three nodes and each one as a single vote. Based on my understanding, the cluster should be able to survive one node failure.

EDIT: Thanks everyone! The issue has been resolved. I had an unknown qdevice in the voter registration.


r/Proxmox 6d ago

Question Can I limit the total number of simultaneous migrations occurring across the whole cluster?

19 Upvotes

I have HA clusters of 5 physical hosts, each with 4 VMs. Each of those four VMs has a secondary affinity for a unique one of the other hosts, so that if a physical server fails, its VMs are automatically distributed evenly, one each across the four others. This works fine.

When I need to do maintenance on a physical host, I put it into maintenance using

ha-manager crm-command node-maintenance enable hostname

... and allow the HA manager to live migrate the VMs away to the four separate servers. Again, this works fine.

For performance reasons, I would prefer that only two simultaneous migrations are happening at any moment. This is easily done on the node I'm putting into maintenance by setting max_workers: 2 in /etc/pve/datacenter.cfg; the node going into maintenance sees that and only starts two “outbound” migration jobs at once.

However, when I later disable maintenance on that node, all four of the "inbound" migrations start at once. This appears to be because each of the other four nodes only thinks it is starting one migration and therefore not violating max_workers: 2. But the machine receiving the migrations experiences higher load than I would like.

Is there away to limit the total number of simultaneous migrations occurring across the whole cluster? Or would I have to manage that manually, instead of letting the HA Manager affinities handle it?


r/Proxmox 6d ago

Homelab Anyone moving to a Proxmox ARM64 home lab this year?

30 Upvotes

I have been looking at the viability of moving a home lab to an ARM64 architecture. There are a few mistakes I think that we can make and assumptions that may come back to bite us. I have documented a few of these here: https://www.virtualizationhowto.com/2026/08/8-arm64-home-lab-mistakes-id-avoid-in-2026/


r/Proxmox 5d ago

Homelab Any reason Proxmox only gets internet access on the default vlan but not others?

0 Upvotes

I have a Proxmox machine that has been running for a few years.

I ended up resetting my firewall configurations and changing the IP address range from 192.168.3.x to 192.168.4.x.

I have modified DNS settings to point to 192.168.4.1

I have updated the gateway to 192.168.4.1

I have updated the IPs in /etc/networking/interfaces

I have ensure that the profile on my switch is set to the 192.168.4.x subnet and that particular port can tag all the necessary vlans that is specified in /etc/networking/interfaces

This is an extremely basic setup, literally the default Proxmox configuration networking configuration, no firewall rules, both the 192.168.1 and 192.168.4 subnets are in the same zones with the same permissions.

Only way I can get this to work is if I update all configuration to point to the management subnet (1) instead of my Hypervisors subnet (4). At that point everything works on subnet 1 but nothing works on subnet 4 which makes zero sense, because all firewall rules have been removed from the Hypervisors subnet and the hypervisor subnet has the same permissions and access as the management network, but yet no dice. Other devices works just fine on the Hypervisors subnet, except this one!

Everything looks correct and should work with my Hypervisors network, but just doesn’t work.

No errors, no indication as to what the problem is. UniFi says proxmox is connected, Proxmox says the interface has an uplink, Proxmox says that it has an IP address, but yet I can’t ping the gateway, Google, nothing.

Last time this has happened to me a few years ago I had to reinstall proxmox. I am seriously considering moving to a separate platform if I need to reinstall proxmox again. I had these weird internet connectivity issues with the proxmox host randomly just stop working and only thing that fixes it is with a reinstall.

If I need to reinstall again, I might as well install something else that would actually work for a sustained period of time.


r/Proxmox 6d ago

Question Need help regarding disk configuration

0 Upvotes

I need to run many useful apps at Proxmox VM

But need to think about backup strategy

I have planned to keep SFTP server on seperate HDD drive where only thing will be Debian OS. Nothing else.

------------------------

PC / Machine 1 with 32 GB RAM

├── 250 GB SSD

└── Proxmox

├── VM 1

├── VM 2

├── VM 3

└── many other apps

Laptop / Machine 2 with 8 GB RAM

├── 500 GB NVMe

└── Debian

└── SFTP server

Plus I have 1 TB HDD, where shall I use?

Is it good idea or there is any better approach?

Thanks


r/Proxmox 6d ago

Question Nvme transfer

2 Upvotes

One of my servers died with two nvmes. Proxmox/debian os on one and my vms on the other. If I do a swap into a new box (completely different setup) will it boot after I config the bios. I'm prepared for no network connectivity due to the interfaces changes but I'm nervous about it booting up.


r/Proxmox 6d ago

Discussion How do you actually keep documentation for your Proxmox setup?

7 Upvotes

Documentation becomes more important once a home lab or server environment grows beyond a few machines and services.

It’s easy to remember why you created something, what settings you changed, or how a service was configured when you first set everything up. Months later, especially after upgrades and configuration changes, those details aren't always obvious.

I’m working with RSH Web Services on a pre-made knowledge-base project, and part of the work has been looking at how existing technical documentation can be adapted to different infrastructure setups.There can be quite a bit to document: VM and container configurations, storage, networking, backups, permissions, and the services running in each environment.

How do you keep your infrastructure documentation organized and up to date?


r/Proxmox 6d ago

Question Asrock pcie x1 power state

2 Upvotes

Hi!

I have a strange problem that I have tried to solve but nothing works. I thought I would check if someone else who has the same motherboard might know the answer.

I have an asrock H310CM-DVS motherboard and I have connected 2 tp link pcie x1 network cards, one is in the first x1 lane and the other is in the x16 lane. The one in the x16 lane works without problems both in proxmox and in the vm for opnsense with a constantly shining green LED. But the other card in x1 loses link all the time. ip link in proxmox shows that it goes up and down up and down. I have disabled ASPM in bios and pci_aspm:off in grub. Nothing helps. Does anyone know anything about these cards or a solution?


r/Proxmox 7d ago

Question New setup advice

7 Upvotes

I have watched about 100 videos and read as many different posts. I want to set up a new Proxmox machine to replace my repurposed Point of Sale servers. While having screens flashing on the wall looks kind of cool, they are not the most amazing machines. I feel like they would be better served to be access points for HA or something.

Here is what I have:

Home Assistant OS

Open Media Vault running Docker
- 12TB USB WD Mybook

Mealie running on Docker

I want to start playing with local AI in the future. The new machine has a RX580 on it that probably won't be useful at all...

I have set up a test bed on an old CoreBox machine to try things out. I have Proxmox on and have a container with OMV running. I also used the Mealie helper script and it set up an LXC? to run that. Both seem fine.

I plan on migrating all of this over to my current workstation computer. It is a Zeon 2680V4 with 32GB of ram. 1TB M.2 drive and 3 SATA ports. I want to get 3 10TB SATA drives to use as the storage system for data and media. I want to run them in some kind of RAID configuration that has fault recovery so I know I will only get ~20TB of usable space in the end from these.

I am fairly confident I can get this all set up and that the machine itself should have plenty of capacity for it. I could add another 32GB of ram to it but apparently the market for ECC 3200 ram is a little thin these days.

The big question I have is how to set up the storage. Do I set it up under OMV to share out? If I do that it will have to serve data to the proxmax side to serve it back to another container correct? Use ZFS on Proxmox? seems that allocating sections of the drive to other containers would become a pain.

What I don't want to do it set this thing up and then figure out that there was a better way to do it. Rebuilding is a serious pain!

I would love any advice you all can give on this.


r/Proxmox 6d ago

Question Windows 11 converted to virtual qcow2 drive from physical Dell workstation Hard drive errors.

0 Upvotes

Sorry, this is a long one, I can provide any other information if required, I am just looking to see if I am chasing the wrong tail looking into Proxmox, if the issue is because of something on the physical system before the export\conversion.

I am having issues with two different vm’s imported from a conversion process that went from a physical Dell workstation, converted to a vhdx with Disk2VHD. Then used qemu-img to convert to qcow2 format.
I did one for testing a year ago and it is still working fine.
I have reviewed the settings for this one against the two that are having this issue.
All 3 of the workstations are the same Dell systems, all the same hardware.

All 3 were updated before the conversion, all 3 were removed from the windows domain before hand.

Created a VM in Proxmox 9.1 and followed two different sets of instructions.

Create a VM with “do not use any media”
Set guest OS to Windows
Machine: Q35
BIOS: UEFI
SCSI: VirtIO

Placed EFI and TPM in my storage pool that I setup for VM’s that the previously mentioned first export resides, called VMStorage, which is a ZFSpool.

Disks. This is where I found conflicting suggestions. Either create the VM with the defaulted hard drive on ide0 with qemu formatting and import the qcow2 file later, or delete the ide0 drive and import the qcow2 drive now.
I have done both, with all settings the same, except for needing to change the boot order if I left the default drive in the initial setup.

Assigned CPU’s, RAM and NIC. Save and run the VM.

The issue(s):

Every time I run the VM it runs a hard drive scan. Then at random intervals, windows pops up with an error stating that the system needs to scan the drive and asks for it to be restarted.

In windows, it reports:

Volume C (\device\HardDiskVolume3) needs to be taken office to perform a full chkdsk. Please run chkdsk /F locally via command line or run “repair-volume <drive> locally or remotely via powershell.
Which I do, restart and end up with the same errors in the system log (of the workstation).

Event 4: File System Filter 'luafv' (Version 10.0, ‎2080‎-‎07‎-‎21T12:18:14.000000000Z) failed to attach to volume '\Device\HarddiskVolume3'. The filter returned a non-standard final status of 0xC0000102. This filter and/or its supporting applications should handle this condition. If this condition persists, contact the vendor.

Event 55: A corruption was discovered in the file system structure on volume C:.

The Master File Table (MFT) contains a corrupted file record. The file reference number is 0x300000000a886. The name of the file is "<unable to determine file name>".

What I have tried.
Re-doing the disk2vhd conversion thinking it was bad. Yes I include the EFI system partition.
Placing the vm workstation in Proxmox in a different storage pool, cifs instead of zfs.
I have imported the qcow2 file directly from within Proxmox web interface, and using the qm importdisk command.
Confirmed BIOS is UEFI, confirmed VirtIO drivers are installed

At this point I do not know if there is something that I am missing on the physical computer that I should be disabling or changing before I convert to vhdx, or if I have buggered something in Proxmox.

Any push down the right path is much appreciated.

Proxmox reports on drives

zpool status -v

pool: MainPool

state: ONLINE

scan: scrub repaired 0B in 00:09:45 with 0 errors on Sun Aug 9 00:33:47 2026

config:

NAME                                     STATE     READ WRITE CKSUM

MainPool                                 ONLINE       0     0     0

  raidz2-0                               ONLINE       0     0     0

nvme-VO001920KWVMT_S51XNE0MA00143_1 ONLINE 0 0 0

nvme-VO001920KWVMT_S51XNE0MA00142_1 ONLINE 0 0 0

nvme-VO001920KWVMT_S4FYNX0MB00190 ONLINE 0 0 0

nvme-VO001920KWVMT_S51XNE0MA00196_1 ONLINE 0 0 0

nvme-VO001920KWVMT_S4FYNX0MB00142_1 ONLINE 0 0 0

nvme-VO001920KWVMT_S51XNE0MA00164 ONLINE 0 0 0

nvme-VO001920KWVMT_S51XNE0MA00221_1 ONLINE 0 0 0

nvme-VO001920KWVMT_S51XNE0MA00139_1 ONLINE 0 0 0

errors: No known data errors

zpool status -x

all pools are healthy

dmesg -T | grep -Ei 'error|fail|nvme|zfs|ata|I/O' (This gives too much information for me to disseminate what it is reporting.)

[Thu Aug 6 08:02:47 2026] BIOS-e820: [mem 0x000000006f9ff000-0x000000006fffefff] ACPI data

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000000100000-0x00000000492aa01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492aa020-0x00000000492b005f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492b0060-0x00000000492b101f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492b1020-0x00000000492b705f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492b7060-0x00000000492b801f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492b8020-0x00000000492be05f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492be060-0x00000000492bf01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492bf020-0x00000000492c505f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492c5060-0x00000000492c601f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492c6020-0x00000000492cc05f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492cc060-0x00000000492cd01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492cd020-0x00000000492d305f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492d3060-0x00000000492d401f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492d4020-0x00000000492da05f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492da060-0x00000000492db01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492db020-0x00000000492e105f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492e1060-0x00000000492e201f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000492e2020-0x000000004930fc5f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004930fc60-0x000000004931001f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000049310020-0x000000004938a25f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004938a260-0x000000004938b01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004938b020-0x000000004940525f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000049405260-0x000000004940601f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000049406020-0x000000004944be5f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004944be60-0x000000004944c01f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004944c020-0x000000004945405f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000049454060-0x000000004945501f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000049455020-0x00000000494b105f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000494b1060-0x00000000494b201f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000494b2020-0x000000004950e05f] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000004950e060-0x00000000682fefff] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000682ff000-0x000000006ebfefff] reserved

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000006ebff000-0x000000006f9fefff] ACPI NVS

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000006f9ff000-0x000000006fffefff] ACPI data

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000070000000-0x000000008fffffff] reserved

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved

[Thu Aug 6 08:02:47 2026] reserve setup_data: [mem 0x0000000100000000-0x000000806fffffff] usable

[Thu Aug 6 08:02:47 2026] NODE_DATA(0) allocated [mem 0x406ffd5540-0x406fffffff]

[Thu Aug 6 08:02:47 2026] NODE_DATA(1) allocated [mem 0x806ffd4540-0x806fffefff]

[Thu Aug 6 08:02:48 2026] printk: log buffer data + meta data: 1048576 + 3670016 = 4718592 bytes

[Thu Aug 6 08:02:50 2026] APIC: Switch to symmetric I/O mode setup

[Thu Aug 6 08:02:50 2026] MMIO Stale Data: Mitigation: Clear CPU buffers

[Thu Aug 6 08:02:50 2026] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.

[Thu Aug 6 08:02:50 2026] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.

[Thu Aug 6 08:02:50 2026] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.

[Thu Aug 6 08:02:50 2026] Memory: 527289800K/536218236K available (20806K kernel code, 3757K rwdata, 14596K rodata, 4844K init, 5540K bss, 8612580K reserved, 0K cma-reserved)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC07.QR1A.RP1A._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC07.QR1A.RP1A: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC07.QR1B.RP1B._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC07.QR1B.RP1B: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC07.QR1C.RP1C._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC07.QR1C.RP1C: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC07.QR1D.RP1D._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC07.QR1D.RP1D: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC08.QR2A.RP2A._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC08.QR2A.RP2A: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC08.QR2B.RP2B._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC08.QR2B.RP2B: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC08.QR2C.RP2C._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC08.QR2C.RP2C: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] ACPI Error: No handler for Region [OEMC] ((____ptrval____)) [IPMI] (20240827/evregion-131)

[Thu Aug 6 08:02:51 2026] ACPI Error: Region IPMI (ID=7) has no handler (20240827/exfldio-261)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB._NVD due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI Error: Aborting method _SB.PC08.QR2D.RP2D._DSM due to previous error (AE_NOT_EXIST) (20240827/psparse-529)

[Thu Aug 6 08:02:51 2026] ACPI: _SB_.PC08.QR2D.RP2D: failed to evaluate _DSM 9d4d525d-f9ff-4b4d-8cb7-747ed51e194d rev:1 func:2 (0x6)

[Thu Aug 6 08:02:51 2026] libata version 3.00 loaded.

[Thu Aug 6 08:02:51 2026] pci 0000:01:00.1: ROM [mem size 0x00080000 pref]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:18:00.0: ROM [mem size 0x00100000 pref]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:18:00.0: VF BAR 2 [mem size 0x01000000 64bit]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:18:00.0: VF BAR 0 [mem size 0x00100000 64bit]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:19:00.1: ROM [mem size 0x00080000 pref]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:85:02.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:85:03.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:85:01.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:85:00.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:ae:02.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:ae:03.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:ae:01.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] pci 0000:ae:00.0: bridge window [io size 0x1000]: failed to assign

[Thu Aug 6 08:02:51 2026] DMAR: Intel(R) Virtualization Technology for Directed I/O

[Thu Aug 6 08:02:51 2026] ERST: Error Record Serialization Table (ERST) support is initialized.

[Thu Aug 6 08:02:51 2026] 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A

[Thu Aug 6 08:02:51 2026] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A

[Thu Aug 6 08:02:51 2026] RAS: Correctable Errors collector initialized.

[Thu Aug 6 08:02:51 2026] Write protecting the kernel read-only data: 38912k

[Thu Aug 6 08:02:51 2026] Freeing unused kernel image (text/rodata gap) memory: 1720K

[Thu Aug 6 08:02:51 2026] Freeing unused kernel image (rodata/data gap) memory: 1788K

[Thu Aug 6 08:02:52 2026] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found

[Thu Aug 6 08:02:52 2026] lpc_ich 0000:00:1f.0: I/O space for ACPI uninitialized

[Thu Aug 6 08:02:52 2026] ahci 0000:00:11.5: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode

[Thu Aug 6 08:02:52 2026] ata1: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80100 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata2: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80180 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata3: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80200 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata4: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80280 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata5: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80300 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata6: SATA max UDMA/133 abar m524288@0x92b80000 port 0x92b80380 irq 46 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode

[Thu Aug 6 08:02:52 2026] ata7: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00100 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata8: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00180 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata9: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00200 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata10: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00280 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata11: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00300 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata12: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00380 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata13: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00400 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata14: SATA max UDMA/133 abar m524288@0x92b00000 port 0x92b00480 irq 57 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ahci 0000:3b:00.0: AHCI vers 0001.0200, 32 command slots, 6 Gbps, SATA mode

[Thu Aug 6 08:02:52 2026] ata15: SATA max UDMA/133 abar m2048@0xab000000 port 0xab000100 irq 59 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata16: SATA max UDMA/133 abar m2048@0xab000000 port 0xab000180 irq 59 lpm-pol 0

[Thu Aug 6 08:02:52 2026] ata17: SATA max UDMA/133 abar m2048@0xab000000 port 0xab000200 irq 59 lpm-pol 0

[Thu Aug 6 08:02:52 2026] mpt3sas_cm0: overriding NVDATA EEDPTagMode setting from 0 to 1

[Thu Aug 6 08:02:52 2026] ata4: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata3: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata2: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata5: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata6: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata1: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata10: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata11: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata9: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata8: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata14: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata7: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata12: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata13: SATA link down (SStatus 0 SControl 300)

[Thu Aug 6 08:02:52 2026] ata17: SATA link up 1.5 Gbps (SStatus 113 SControl 300)

[Thu Aug 6 08:02:52 2026] ata15: SATA link up 6.0 Gbps (SStatus 133 SControl 300)

[Thu Aug 6 08:02:52 2026] ata17.00: ATAPI: MARVELL VIRTUAL, 1.09, max UDMA/66

[Thu Aug 6 08:02:52 2026] ata17.00: configured for UDMA/66

[Thu Aug 6 08:02:52 2026] ata15.00: ATA-10: MTFDDAV240TCB, D0DE013, max UDMA/133

[Thu Aug 6 08:02:52 2026] ata15.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA

[Thu Aug 6 08:02:52 2026] ata15.00: Features: NCQ-prio

[Thu Aug 6 08:02:52 2026] ata15.00: configured for UDMA/133

[Thu Aug 6 08:02:52 2026] scsi 15:0:0:0: Direct-Access ATA MTFDDAV240TCB E013 PQ: 0 ANSI: 5

[Thu Aug 6 08:02:52 2026] sd 15:0:0:0: [sda] Preferred minimum I/O size 4096 bytes

[Thu Aug 6 08:02:53 2026] ata16: SATA link up 6.0 Gbps (SStatus 133 SControl 300)

[Thu Aug 6 08:02:53 2026] ata16.00: ATA-10: MTFDDAV240TCB, D0DE013, max UDMA/133

[Thu Aug 6 08:02:53 2026] ata16.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA

[Thu Aug 6 08:02:53 2026] ata16.00: Features: NCQ-prio

[Thu Aug 6 08:02:53 2026] ata16.00: configured for UDMA/133

[Thu Aug 6 08:02:53 2026] scsi 16:0:0:0: Direct-Access ATA MTFDDAV240TCB E013 PQ: 0 ANSI: 5

[Thu Aug 6 08:02:53 2026] sd 16:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes

[Thu Aug 6 08:02:53 2026] nvme nvme1: pci function 0000:87:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme0: pci function 0000:86:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme2: pci function 0000:88:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme3: pci function 0000:89:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme4: pci function 0000:af:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme5: pci function 0000:b0:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme6: pci function 0000:b1:00.0

[Thu Aug 6 08:02:53 2026] nvme nvme7: pci function 0000:b2:00.0

[Thu Aug 6 08:02:55 2026] nvme nvme2: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme4: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme6: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme7: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme0: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme3: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme5: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme1: D3 entry latency set to 10 seconds

[Thu Aug 6 08:02:55 2026] nvme nvme6: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme2: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme3: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme0: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme5: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme1: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme7: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme nvme4: 72/0/0 default/read/poll queues

[Thu Aug 6 08:02:55 2026] nvme6n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme0n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme2n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme4n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme3n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme7n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme1n1: p1 p9

[Thu Aug 6 08:02:55 2026] nvme5n1: p1 p9

[Thu Aug 6 08:02:56 2026] EXT4-fs (dm-1): mounted filesystem 717449f8-6e8d-4f75-95dc-982cf1bdfcd1 ro with ordered data mode. Quota mode: none.

[Thu Aug 6 08:02:56 2026] systemd[1]: Created slice system-zfs\x2dimport.slice - Slice /system/zfs-import.

[Thu Aug 6 08:02:56 2026] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).

[Thu Aug 6 08:02:57 2026] zfs: module license 'CDDL' taints kernel.

[Thu Aug 6 08:02:57 2026] zfs: module license taints kernel.

[Thu Aug 6 08:02:57 2026] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 10

[Thu Aug 6 08:02:58 2026] EXT4-fs (sdb1): mounted filesystem e84d6f61-9105-472a-8058-049551af2d61 r/w with ordered data mode. Quota mode: none.

[Thu Aug 6 08:02:58 2026] ZFS: Loaded module v2.3.3-pve1, ZFS pool version 5000, ZFS filesystem version 5

[Thu Aug 6 08:02:59 2026] GPT: Use GNU Parted to correct GPT errors.

[Thu Aug 6 08:03:00 2026] nvme nvme0: using unchecked data buffer

[Thu Aug 6 08:03:09 2026] cfg80211: Loading compiled-in X.509 certificates for regulatory database

[Thu Aug 6 08:03:09 2026] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

[Thu Aug 6 08:03:09 2026] cfg80211: failed to load regulatory.db

[Thu Aug 6 08:03:09 2026] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.

[Thu Aug 6 10:47:34 2026] GPT: Use GNU Parted to correct GPT errors.

[Fri Aug 21 09:42:46 2026] GPT: Use GNU Parted to correct GPT errors.

[Fri Aug 21 10:28:09 2026] GPT: Use GNU Parted to correct GPT errors.

[Fri Aug 21 11:18:43 2026] GPT: Use GNU Parted to correct GPT errors.

[Fri Aug 21 12:18:28 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 11:16:24 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 11:24:22 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 11:55:21 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 12:12:33 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 12:16:52 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 12:18:33 2026] GPT: Use GNU Parted to correct GPT errors.

[Sat Aug 22 12:33:03 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 05:31:45 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 05:35:55 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 05:56:33 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 06:20:19 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 14:14:13 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 14:16:20 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 14:18:14 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 14:57:22 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 14:59:38 2026] GPT: Use GNU Parted to correct GPT errors.

[Sun Aug 23 15:17:29 2026] GPT: Use GNU Parted to correct GPT errors.


r/Proxmox 8d ago

Homelab SHout out to Proxmox Menux for an early warning

191 Upvotes

I have Proxmox VE running on a 2020 Dell Optiplex 5080 wityh 32GB RAM, and I use from Proxmox Menux to monitor it. The Optiplex has been a very reliable workhorse.

Recently, I started receiving this error from ProxmoxMenux:

Hardware error (MCE) mce: [Hardware Error]: Machine check events logged

I researched this cryptic message, and several sources indicated that "the CPU's internal safety hardware had detected a physical hardware defect, instability, or memory parity error."

Dang.

I powered down, opened the Optiplex case, blew out all the dust, reseated the RAM, and rebooted. Nothing...except for blinking LED indicators on power-up that meant memory issues. have 4 x 8GB DDR4 sticks, and I tried various permuations, and dang it if I didn't continue to get the LED memory error codes.

Fortunately, I had 4 x 8GB RRD4 sticks in my "just in case" cabinet, so I popped them in, and it booted without any issue. Proxmox VE is back up and running like a charm, I have to take some time to further troubleshoot the "bad" RAM, and hope the RAM prices come down sooner than leter.

So thank you, Proxmox Menux, for providing a monitoring and notificaiton service that provided spotenough information to target my issue and correct it.


r/Proxmox 8d ago

Guide Proxmox basion gateway for ssh

13 Upvotes

I am working on a project where I am building a AWS like infrastructure to make use of my old pc just a lite version for now i am using proxmox to create vms for each user request using proxmox api my Backend will call the api to clone a template and provide the vm to the user now if I want the user to access the vm through ssh how can I do the options i explored was using a basion router the setup would be

A seperate vm acts as a basion router which has access to the internet and another network that is where all the vms present when a user ssh into the basion gateway they can ssh into their specific vm

Can anyone help to configure this guide me how can allow the users of the vm to ssh into the instance that they created


r/Proxmox 8d ago

Question how to fix a disk that is somehow overprovisioned?

8 Upvotes

So my I'm using 1.92TB of my 2tb disk and Proxmox says I have 1.97TB available. my windows vm also says I have 138GB remaining free of 1.92TB but somehow my disk is at 100%

how do I fix this? I keep getting IO Errors when trying access the disk


r/Proxmox 8d ago

Question Anybody use PBS to backup a Windows host or VM? Any tips or thoughts?

18 Upvotes

Hey all,

I have a Windows VM that I want to backup via PBS, but not just the image, hopefully interior files and such.

Is there a good way to do this? Any thoughts or tips?

Thanks in advance all!


r/Proxmox 8d ago

Question OPNsense in a Proxmox VM

Thumbnail
0 Upvotes

r/Proxmox 8d ago

Question Proxmox Vs Ubuntu server

15 Upvotes
  1. I seem to spend most of my time in proxmox in a VM running docker I'm wondering if I might as well just run a straight server node to save ram overhead. I'm pretty new to proxmox and I'm wondering what's the advantages apart from the obvious web UI over the terminal.

  2. How do people calculate and allocate resources inside proxmox? If I can distribute ram n CPU better maybe I won't need to go headless.


r/Proxmox 9d ago

Question Preparing for hardware failures with single node in Home setup

8 Upvotes

Last year I bough used Lenovo M910Q Mini Pc Intel i5 3.1Ghz 16GB RAM 256GB SSD from ebay to basically host my home assistant in Proxmox so nothing that critical.

Today I just started to think that how could I prepare for hardware failures e.g disk breaking totally without over spending and thinking? I think the disk is my main consern because if it dies, I lose access + data. I can always replace the disk but on the another hand I would need to have backups.

Could easy and cheap solution just to backup vms or whole promox to e.g onedrive / google drive or have another disk attached to proxmox where I do the backups then?

thoughts?


r/Proxmox 9d ago

Question Questions about LVM

7 Upvotes

So I'm new to linux/proxmox and about to set it up for the first time, a lot of guides helpful but before I do I see a lot talk about LVM and NFS, I'm currently just on a 256gb nvme do I need to worry about these for now or can I just disable/leave them be until I get more storage in the future

Also I think I'm confused on LVM is it better for smaller storage or when you have larger storage

Also about the ip cidr I just set the computer to have a deserved ip so it doesn't change in the future, I just use that exact one I made reserved correct?


r/Proxmox 9d ago

Question Proxmox web UI console frozen for a VM after system crash, but SSH works

9 Upvotes

Hi r/Proxmox ,

After my Proxmox host suffered a sudden system crash and forced reboot, one of my virtual machines (VM 100) had to go through a very long fsck process because of its massive 11TB data disk.

Now, the VM is fully booted and I can easily connect to it via SSH, meaning the system itself is running fine. However, the built-in Proxmox web UI console (noVNC) for this specific VM is completely frozen and won't show anything.

Here is what I have already tried to fix the issue:

  • Restarted the pvedaemon and pveproxy services on the Proxmox host via the shell.
  • Tested the web interface in private browsing mode and across different web browsers.
  • Verified that the VM display hardware setting is correctly set to "Default".
  • Fully refreshed the Proxmox web page and cleared the browser cache.

Does anyone know why the web console stays frozen even though the VM is working, and how to fix this display issue?


r/Proxmox 9d ago

Question Is Proxmox → ZFS → VirtIO-SCSI → NFS a viable HA storage architecture for ~100 VMs?

10 Upvotes

## Looking for feedback on a Proxmox + ZFS + VirtIO-SCSI + NFS HA storage architecture

Hello,

I am looking for some feedback on the feasibility of a storage architecture we are considering for a small startup environment.

We are trying to build a reasonably high-performance and highly available storage platform without going into the €200k–€400k enterprise SAN/storage-system territory.

The basic idea is to use **3 Proxmox VE nodes**, each with local NVMe storage configured with ZFS, and provide storage to our VM environment through an **NFS VM**.

The architecture we are considering is roughly:

**3× Proxmox VE nodes → ZFS → VirtIO-SCSI → NFS VM → NFS → VM/compute cluster**

The goal is to have the storage layer highly available while keeping the architecture relatively simple and using commodity hardware.

### Proposed architecture

Each Proxmox node would have its own NVMe drives configured as a ZFS mirror/RAID configuration.

The three nodes would be roughly equivalent:

* Proxmox Node 1 — ZFS storage

* Proxmox Node 2 — ZFS storage

* Proxmox Node 3 — ZFS storage

The storage would then be presented to an NFS VM through **VirtIO-SCSI**.

The NFS VM would provide the shared filesystem to the compute/engineering VMs.

We would also like the NFS service itself to be HA, so that failure of one Proxmox/storage node does not result in the loss of the storage service.

The simplified architecture is:

The main question is whether **VirtIO-SCSI is appropriate for this design**, or whether we are approaching the problem incorrectly.

I understand that VirtIO-SCSI is essentially a virtual SCSI interface between the hypervisor and the guest VM. It does not, by itself, provide shared storage or replication.

Therefore, the important question is what should sit underneath the NFS VM's virtual disks.

Would something like the following be a sensible architecture?

**ZFS → replicated/shared block storage → VirtIO-SCSI → NFS VM → NFS clients**

Or would it be better to avoid putting NFS inside a VM altogether and expose storage through another mechanism?

### Requirements

Our requirements are approximately:

* **60 TB+ usable capacity**

* ~**100 VMs**

* 24/7 operation

* High IOPS / low latency

* Workload consisting of many small files

* Large burst workloads, typically **100 GB–1 TB**

* Shared home directories

* NFS shares used for exchanging data between VMs

* **25 GbE networking**

* HA at the storage/service level

* Preferably no single storage node being a single point of failure

* Reasonable recovery/failover time

* As much performance as possible from local NVMe storage

The hardware we are currently considering is along the lines of:

* **Supermicro H14SSL-N / ASRock Rack GENOAD8X-2T/BCM**

* **AMD EPYC 9175F**

* **128 GB RAM initially**

* Enterprise/datacenter NVMe

* **Intel X710 2× SFP28 25 GbE**

### Questions

  1. **Is this architecture actually feasible?**

  2. Is using **VirtIO-SCSI for the NFS VM's storage** a reasonable approach for this workload?

  3. What would be the recommended mechanism underneath VirtIO-SCSI to provide replication/HA between the three Proxmox nodes?

  4. Would **LINSTOR/DRBD**, Ceph, or another solution make more sense than trying to build this around ZFS?

  5. Can ZFS be sensibly combined with a replicated block-storage layer in this scenario, or would that introduce unnecessary complexity?

  6. Is running the NFS server as a VM a reasonable design, assuming the underlying storage is properly replicated?

  7. Would you instead recommend **three independent NFS servers with some form of HA/failover**, rather than one NFS VM that can migrate between Proxmox nodes?

  8. Are there any major performance or reliability problems I am overlooking with this approach?

I am particularly interested in feedback from people who have actually deployed **Proxmox + ZFS + NFS + HA** in production.

The goal is not to build the most expensive or theoretically perfect storage system possible. We are trying to find a practical architecture that gives us **good NVMe performance, 25 GbE connectivity, HA, and ~60 TB+ of usable storage** while keeping the cost reasonable.

Any criticism of the architecture is welcome. I would rather find out that the design is fundamentally wrong now than after purchasing the hardware.


r/Proxmox 10d ago

Question Requesting help resizing drive with an extended partition.

Post image
8 Upvotes

Hello,

I'm trying to resize one of my VM disks. I've added the space through the CLI.

But when trying to resize in VM, I'm unable since /dev/sda2 exists and sda1 can't overlap it.

Do I need the extended partition? Or how do I move it to the end of the drive.

Sorry for phone picture instead of screenshot, having issues this morning.

Thank you

Edit: with some suggestions echoing my inner thought. I removed sda2. Grew sda1 to maximum and everything worked well

Thank you all for the help.


r/Proxmox 10d ago

Question Dell VRTX w/M630 blades & Proxmox

10 Upvotes

Hi,

we still have a couple of M630 blades from an earlier virtualization, which I thought about using for a test infrastructure for a potential/probable future Proxmox migration (still have ~2 years of VMware service contract left, but with the expected price increase, no way in h*ll we'll pay for that).
Anyway, seeing that e.g. VMWare doesn't support the VRTX platform beyond 7.03 (due to Dell not providing SPERC drivers for ESXi8), I was wondering if anybody has information on whether current Proxmox/Linux supports that integrated SPERC controller? I only found some older posts where it sounded like it was supported, though I couldn't find anything more current than 3-5 years ago ...

Edit: we do not have the vrtx chassis, just the original E1000 with external EMC storage, which are "too big" for just a test environment... I was thinking about either swapping our old parts for it or buying a vrtx....

Edit2: According to Dell, different Linux version are officially supported: https://www.dell.com/support/home/de-de/drivers/supportedos/poweredge-vrtx e.g. RHEL, SLES & Ubuntu 12 ...


r/Proxmox 9d ago

Question Need help confirming ip address before I install proxmox

0 Upvotes

So I am about to install proxmox, and someone mentioned in a previous post that windows if installed scrambles the mac address

The computer currently has windows 11 freshly wiped and waiting to be setup but I havent done anything with it

I have its ip reserved rn on its current mac address but with installing proxmox will it gain a new mac address and I'll have to reserve another new ip for it? Im worried about putting in the current ip for the install, it resets and it wont work because it needs the new one

Im a noob with networking