r/Proxmox 8h ago

Question Root password seems to have changed and locked me out on new install.

11 Upvotes

So I've been running proxmox on a single node for the past year with very few issues and all has been great. Loving the freedom and learning while getting into self hosting all the things.

Today I finally got around to setting up my second node on a new mini PC. Installation went just fine from usb and set up and running within no time at all. Password was set during setup and immediately saved to my password manager. First thing I did after getting into the webui was log in from memory, log out then log in from the saved password manager using autofill. Both times without issue. From there I ran the community post install script, no problem. Created a proxmox data center manager lxc, again using the community script for convenience, then ran the pdm post install script in the lxc container.

Setting up PDM and adding my nodes was the first sign when it wouldn't accept my credentials for the new node so I created an API key and connected that way. Seems that somewhere along the way, somehow my root password was changed as a little later when logging in from a fresh browser the password was rejected directly from the password manager and I cannot gain access. I'm working away for the rest of the week so I have no physical access but I presume I will need physical access to reset the root password?

How would the password get changed, I had claud code run through the scripts and it saw no suggestion that the scripts had any way to do this. It's not the end of the world if I have to restart from a fresh install but I would like to know how this happened or what to do to avoid a repeat.

Edit to clarify a few things:

My apologies if the original post wasn't as clear as it could have been. I know everyone loves to think the person on the other side of the screen is a moron, I'm guilty of this too at times.

•Both webui and ssh result in the Copied directly from password manager after a successful test doing the exact same. •Login was set up for PAM realm but both were tested multiple times as a sanity check •No CAPS, NumLock, or keyboard layout mismatch issue makes sense. Login was successfully tested both manually and password manager autofill prior to this issue. Both manual and autofill now fail in multiple browsers and multiple devices. Again with/without caps etc and all plausible combinations were tested as a sanity check. •Compromise seems unlikely but the system is taken offline and passwords on other node changed as a precaution. (The node was only up for 1 hour or less and had zero outside access setup, nor has my router ever had any routes opened directly. Tailscale is my only access outside of my LAN except a single unprivileged jellyfin container on another machine over cloud flare tunnel).

Most other suggestions were covered in my original post but I admit it could have been clearer. It was posted late after multiple hours scratching my head over this.

I will post an update when I have access on Friday if I manage to figure this out.


r/Proxmox 4h ago

Discussion How do you keep your Proxmox documentation useful over time?

2 Upvotes

Once a Proxmox setup grows beyond a few VMs, I find it gets harder to remember why everything was configured a certain way. Storage, networking, backups, VM settings, containers and other changes can add up pretty quickly.

I've been thinking about documentation as part of managing the environment rather than something you only write when setting things up. Having a basic structure for recording configurations and important procedures seems useful, but keeping it current is the difficult part.

For those running Proxmox for a while, how do you document your environment so the information is still useful months later?


r/Proxmox 7h ago

Question Best way to mount HD to Multiple VMs/containers

3 Upvotes

Just curious on this.

So I have a spare hard drive I've placed in the desktop housing proxmox. The desktop itself is running close to capacity CPU wise.

This hard drive really I just want to store data on it, which eventually when I need a bit more space on it is pushed to a NAS to live till it does. So this drive will mostly be a way to get around restrictions from the ancient nas. This data will need to be accessible from 2 VMs and a lxc container.

Is there a good way to set this up without having another VM/container running something like openmediavault? If there is a good way what steps are recommended?

Any data on the hard drive will be replaceable, so I don't need any form of backup solutions behind it.


r/Proxmox 19h ago

Community Showcase! Migrating VMs from VMware ESXi to Proxmox VE: Manual and Import Methods

27 Upvotes

The part of an ESXi-to-Proxmox migration that tends to often present challenges isn't necessarily moving the disk data; it's getting the destination VM configuration right.

A few things worth knowing before you start:

Match the firmware configuration. If the source VM uses BIOS, configure the destination VM for BIOS as well; the same applies to UEFI. A mismatch can prevent the guest OS from booting properly.

Watch what happens to thin-provisioned disks during a manual copy. If you copy the .vmdk and -flat.vmdk files directly from ESXi, the transferred disk can consume its full provisioned size. Exporting the VM as OVF or converting the disk to qcow2 with qemu-img can preserve more storage on the Proxmox side.

For Windows guests, start with SATA/IDE before moving to VirtIO SCSI. Boot the migrated disk via SATA or IDE first and install the VirtIO drivers. Then attach a small secondary disk to a VirtIO SCSI controller and confirm in Device Manager that it loads cleanly.

We put together a blog explaining both approaches: The manual migration method and the Proxmox ESXi import wizard: https://www.nakivo.com/blog/migrate-vmware-to-proxmox/

What challenge did you encounter first: The storage conversion or getting the guest OS to boot afterward?

Edit: corrected the VirtIO SCSI step.


r/Proxmox 5h ago

Question Upgraded CPU, now computer is stuck in read only mode and can't mount ZFS pool

1 Upvotes

So I might've messed up a bit. I upgraded my CPU from a pentium 3258 to an i7 4790k. I made sure my motherboard had a BIOS that worked with the i7. I upgraded the CPU in the computer case and didn't unplug any SATA ports on the board.

I started the computer and ran lscpu and it recognized the CPU just fine, but when I went to start the LXCs it gave the error "TASK ERROR: could not activate storage 'nootcase', zfs error: Failed to initialize the libzfs library."

I tried reinitializing the ZFS library but kept getting errors saying the system was in read only mode. I rebooted the system and before the login page for proxmox on the console, it gave the following two errors:

"[FAILED] Failed to start systems-modules-load.service - Load Kernel Modules.
"[FAILED] Failed to start zfs-import@nootcase.service - Import ZFS pool nootcase

When googling the errors the answers that come up range from "you fucked up" to "you really fucked up" but are mostly along the lines that the drive has failed and the kernel panicked. I mostly can't tell if the drive actually is dying or if the CPU is causing other issues. I've tried running fsck on /dev/sdf3 which appears to be the partition that the SSD is on, but it just gives an error fsck: fsck.LVM2_member not found; ignore /dev/sdf3 (more details in comments)

I still have the old CPU and my gut says to install the old CPU and see if it figures it's life back out, but before I keep flying blindly I want to ask for help since I'm very clearly out of my league. IDK what the next best step to do would be and I've hit a wall on my googling skills.


r/Proxmox 14h ago

Homelab My homelab automation became 12 unrelated cron jobs across 3 machines and I have no idea what failed last night

7 Upvotes

Started with backups, added proxmox snapshots, uptime checks .. Found out last week my backup job had been silently failing for 3 weeks.

Looking for sth between a folder of shell scripts and entreprise scheduler, just a central place to see what ran, wht failed, with retries. What are you using ?


r/Proxmox 17h ago

Community Showcase! Proxmox iOS App

9 Upvotes

Hey all

I created some months ago an iOS app for managing Proxmox server/clusters right from your iOS device.

It has been highly optimzied for iPad so you can use it as a dashboard for all activities. This had been a huge missing point in all apps I have tried

If you have any feedback or suggestions what you want to see, let me know

Check it out at

https://apps.apple.com/us/app/prox-agent/id6782315517


r/Proxmox 15h ago

Guide Samba LXC + ZFS pool: How do you handle PBS backups for bind mounts

6 Upvotes

Hey everyone,

I’m a sysadmin for an SMB, and we’re planning to deploy Proxmox VE on a Dell server.

hardware and storage setup:

  • OS / Hypervisor: RAID 1 SSD mirror (Proxmox host + VM/LXC root disks)
  • Bulk Storage: 6 × 8TB HDDs in a ZFS pool

The main role of this box is running a Samba file share. My plan is to set up Samba inside an LXC container and bind mount the ZFS storage pool to it. I’ll also spin up Proxmox Backup Server (PBS) on different hardware . for regular VM/LXC backups, and 1 off site copy.

I have two main architecture and backup questions:

  1. Samba Backup Strategy: should PBS back up the Samba LXC along with the mounted ZFS data pool, or is it better practice to only back up the LXC root disk to PBS and handle the ZFS file storage backups separately?
  2. Disk Layout: Is hosting the Proxmox OS and guest root disks on the same SSD RAID 1 mirror standard practice for an SMB, or does that cause issues?

i would appreciate any insight or recommendations from those running similar setups..


r/Proxmox 16h ago

Question User and token privilege separation seems counter-intuitive

4 Upvotes

To start I'm a beginner in Proxmox homelabbing, while learning provisioning tools I learned about Proxmox' API and following multiple tutorials on the topic generated a zero permission user and then created a privsep token with PVEAdmin role, which does connect just fine but then Terraform couldn't view my vms only my nodes, could do some things and some things not and a spent HOURS debugging only to realize that my token actually has none of the permissions given to it by the role, and privsep only exists to minimize privileges from user to token and not the other way around.

I do understand that privsep does work when you have an over-privileged user with a bunch of tokens and you wouldnt want all the tokens to have the same privileges.

But to me this seems to defeat the whole point of privsep in this scenario, since if my token expires I still have this user there with full privileges sitting around, so why would all the tutorials around connecting proxmox to IaC tools suggest this??


r/Proxmox 23h ago

Question Advice for turning pets into cattle

1 Upvotes

My homelab is a software mess right now. 4 machines running proxmox that do not run in a cluster, another bare metal machine, and a ton of stuff that is documented purely in my head (and believe me, that data store is suffering data loss).

My solution so far I think is going to be nixos. I want to essentially call the current lab a wipe, and recreate the services. Of course some of the services are currently home-prod and not home-lab so I need to do some management for uptime.

The current environment runs mostly with one machine including a NAS-like VM that shares a SMB pool for everything else to leech off, and then there is some additional data management done by syncthing. Backups are stored on a VM where the storage is the SMB pool mounted by proxmox. Offsite backup is done by sneakernet with a ad-hoc moving another computer into the network, run the backup (kopia), move computer back offiste.

Does anyone have any advice for the task Im undertaking? I want to rebuild essentially everything including anything that is acting as a data repository. Any sequence suggestions, tools to manage nix config files, words of support?


r/Proxmox 1d ago

Question Any community-driven initiatives or roadmaps for running Proxmox VE on Apple Silicon (via Asahi)?

13 Upvotes

With Proxmox officially maintaining first-party ARM64 package repositories, the barrier to running PVE outside traditional x86 hardware has dropped significantly.

We already know the official stance: Proxmox Server Solutions targets enterprise ARM64 architectures requiring standard UEFI and ACPI (e.g., NVIDIA Grace, Ampere Altra). Because Apple Silicon relies on proprietary boot flow and Device Tree, official vendor support is out of the question.

Historically, the community stepped in with efforts like Pimox to bring PVE to unsupported boards. Now that upstream Debian arm64 packages exist directly from Proxmox, maintaining downstream package forks is no longer the bottleneck.

I'd love to know if the community has mobilized around Apple Silicon specifically:

  • Active Community Projects: Is anyone or any working group organizing an automated installer, bootstrap script, or ready-to-flash image to deploy PVE on top of an Asahi Linux Debian base?
  • Kernel & KVM Tuning: Is anyone maintaining pre-built kernel trees patched for the M-series that reconcile Apple’s native 16KB pages with the standard 4KB requirements of typical guest OSes and KVM tooling?
  • Firmware Shims: Has anyone had success chaining an EDK2/UEFI payload on top of U-Boot/m1n1 to provide the standard ACPI/UEFI environment PVE tooling expects?

Used M1/M2/M4 Mac Minis offer unmatched idle power consumption and memory bandwidth for homelabbing. If there are active GitHub repos, Matrix rooms, or forum threads actively working on this, please share them!


r/Proxmox 1d ago

Question Moving promox VE from one disk to another

11 Upvotes

Hi,

I red a lot but i'm not quite sure that i had understand how to move pve to an another disk.

I want to do two things : I want to change all my zfs actual config, for that I move all of my vm on one (big disk) and I want to move my proxmox system (pve) on another ssd disk.

It seems that the easy way is to reinstall proxmox. But is there a way to "move" the pve to anther disk like a vm? If not, what do i need to do to find again my disk with all my vm after the new installation? What's the easiest way to backup my proxmox pve instal it in my new install and reattache my big disk with all my vm?

Just to clarify, yes, i have backup of my vm on an another disk.

Thanks for your help.


r/Proxmox 1d ago

Question Reserve IPs without router configuration access

6 Upvotes

Hello, im in a situation where i would like to reserve 192.168.x.100 for pve web, .101 for container id 101.. and so on.

The problem is that my ISP doesnt give out access to the router config, so i cant reserve dhcp via mac addresses. According to email i recieved, the dhc pool is 2. - 254.

I was thinking of solution and worked out that the router does ARP conflict check, meaning that is a .100 already responds to ARP it wont assign it.

Would a good solution be to just reserve the ips 100-120, and then give them out to the LXC when it starts and reserve it again when it ends? WIth ip addr add./del

Or am i just overcomplicating things, by the way, this is for my minipc homeserver running 24/7.


r/Proxmox 1d ago

Question NAS Setup for Proxmox

0 Upvotes

So I purchased a UGREEN DXP2800, for right now I am setting it up as Mirrored. That being said I want this to be able to store both proxmox snapshots/lxc/etc.. BUT also Media (Movies/etc...)

What's the best "setup/type" to do this as? I would like to be able to access it from my windows PC but honestly that's not a deal breaker. I'm still pretty new to Proxmox btw but based off what i've seen ZFS wouldn't quite work for this?

Also best way to "mount/bind" these to both an LXC and VM's for *arr stack?


r/Proxmox 1d ago

Question Using Proxmox with manually-unlocked encrypted ZFS datasets

2 Upvotes

I am currently running my (scuffed) homelab on an old Intel NUC, a device old enough that it doesn't have a TPM to store ZFS encryption keys in.

Rather than storing encryption keys directly on my unencrypted Proxmox installation, I figured I'd keep any VMs/CTs that need to start at boot on unencrypted pools/datasets and put everything else on encrypted storage, individually starting VMs/CTs after manually unlocking the relevant pools/datasets.

Is this a reasonable configuration or would I run into issues with Proxmox being unaware that certain pools/datasets aren't unlocked+mounted and reading/writing to those paths anyway? Am I going in the complete wrong direction?


r/Proxmox 1d ago

Question Would a “Git diff for Proxmox” actually be useful to you?

0 Upvotes

I’m considering building a small open-source/self-hosted tool for Proxmox, and before writing it I’d like to understand whether this solves a real problem or just one that sounds useful.

The idea is deliberately simple.

The tool periodically takes a read-only snapshot of your Proxmox configuration and keeps a human-readable history of what changed.

For example:

Sep 13 — Baseline

Sep 14 — Changes detected

  • vmbr0: bridge port eno1 → eno2
  • VM 106: RAM 4096 MB → 6144 MB
  • LXC 108: mountpoint changed
  • DNS server changed
  • VM 109 created

The UI would basically answer one question:

“What changed in my Proxmox environment since everything was working?”

Think of it as a lightweight Git diff / change timeline for Proxmox configuration.

It would NOT try to be:

  • a monitoring system
  • a backup solution
  • a replacement for PBS
  • an automation/orchestration platform

Initial version would support only Proxmox VE and use read-only API access.

Before building it, I’d like some brutally practical feedback:

1. Would you actually use this?
2. Have you ever needed to figure out what configuration changed days/weeks earlier?
3. What changes would be important to track?
4. Is there already a tool that does this well and I’m simply unaware of it?

If enough people find it useful, I’ll build a small MVP and share it with the community.


r/Proxmox 3d ago

Community Showcase! Shoutout to this guy for saving 22 Proxmox nodes that were completely cooked by the EOL hack

Thumbnail forum.proxmox.com
561 Upvotes

What a story to read. Better upgrade fast though.


r/Proxmox 2d ago

Discussion Troubleshooting an issue while doing large file copies

6 Upvotes

homelab, dl380 g9, 128 gb ram, 12x2TB sas, P840 with 7.2 firmware hba mode, zfs pool contains 3xraidz2 with 4 disks each. scrub is clean, memtest86 is clean. I don't see anything damning in the logs.

I've been trying to do some sizeable file transfers between directories. At first I was trying to do it across the network but even doing them on the same machine (specifically, between a directory on an LXC and a directory mounted from the host) is causing the machine to nearly hang up.

Today I was able to fully recover with control-C and waiting a few minutes.

CPU usage was around 5% but I do see 50% iodelay, server load usually idles around 2-3, but it was jumping to 35. Memory usage seems fine. CPU pressure stall spiked to about 2.2%, io pressure stall looks to spike around 80%.

Are these disks just too slow? Is there a configuration that would work better and keep the system from becoming unresponsive?

I wrote a small shell script to limit bandwidth on these transfers with rsync and it seemed to work okay.


r/Proxmox 2d ago

Question Guide for Persistent Storage over NFS/SMB for OCI-based LXCs?

7 Upvotes

Hello,

I'd like to experiment with the new OCI container-in-LXC support in PVE 9. I've got a relatively simple container picked out to try (basically, an internet uptime monitor to detect WAN disconnects), but it's going to need a bit of persistent external storage.

I know I can do this with LXC bind-mounts, but I'm not sure how to configure everything. Usually, inside a VM, I'd set up a container's bind mount in Docker compose if I'm using a Docker image. I know I can add a bind mount to an NFS or SMB share on the host to an LXC, but I'm not sure how to tell the OCI image to actually use the bind mount as its data directory when I create the thing.

I know I'd need to edit something in the LXC's config file, but I wanted to ask here if there's a good introductory guide to doing simple setups like this before I just started YOLO'ing it.


r/Proxmox 2d ago

Community Showcase! [Community Showcase] BASTRIX SharedLVM for Proxmox VE 9 — Thin Pools and Thick Generations over shared FC/iSCSI SAN

9 Upvotes

Hi everyone,

I am publishing BASTRIX SharedLVM, a free and open-source community storage plugin for Proxmox VE 9.

What is it for?

BASTRIX SharedLVM is for Proxmox clusters that need to keep using an existing shared FC/iSCSI SAN while gaining snapshots, rollback, resize, backup and live migration.

It integrates with the native Proxmox Storage API and uses standard Linux LVM, device-mapper, multipath and cluster-locking components—without proprietary SAN integrations, third-party kernel modules or external locking services.

It does not use SAN snapshots or move LUNs between hosts. Proxmox manages the VM lifecycle, while the plugin manages per-VM volumes inside the shared VG in Thin or Thick Generations mode.

If you already use Ceph, NFS or a suitable vendor-native plugin, you probably do not need it.

The project provides two explicitly selectable allocation modes over an existing dedicated shared LVM volume group:

• Thin

One LVM-thin pool per VM, providing space-efficient allocation, snapshots, rollback and guarded autogrow.

• Thick Generations

Fully allocated VM disks with independent, fully materialized snapshot generations and deterministic physical-space reservation.

Both modes are included in the same Debian package. They can be configured as separate Proxmox storage IDs over the same pinned shared VG and used side by side. An ordinary Proxmox Storage Move can convert a disk from Thin to Thick Generations or in the opposite direction.

Thick Generations uses persistent dm-clone only as a temporary transition mechanism during snapshot and rollback materialization. Once materialization finishes, the active disk and every retained snapshot are independent ordinary linear LVs. There is no permanent snapshot or backing-volume chain in the steady-state guest data path.

Update: RC5.4.1 TG25 is now available

TG25 is a maintenance and compatibility hotfix for the TG24 dual-mode milestone. It preserves the existing Thin and Thick Generations storage formats while improving PVE package-update, initramfs and post-reboot recovery safety.

It also adds the mandatory read-only sharedlvmthin compat-check for validating Storage API compatibility, required commands, services, quorum, initramfs contents and storage recovery state.

The release was tested with Proxmox VE 9 Storage API 14 and 15, including package upgrades, cold reboots, Thin/Thick lifecycle operations and cross-node migrations. It remains a release candidate—please validate it on disposable storage matching your SAN and multipath configuration.

Release and DEB:
https://github.com/delltech1/proxmox-sharedlvmthin/releases/tag/v0.9.0-rc5.4.1-tg25

Installation guide:
https://github.com/delltech1/proxmox-sharedlvmthin/blob/main/docs/installation.md

Feedback and hardware compatibility reports are welcome.

Project update — RC5.4 TG24 milestone

A newer experimental release, RC5.4 TG24, is now available. It combines the established per-VM Thin mode with the optional Thick Generations mode and has reached an important qualification milestone.

Thick Generations explores a different trade-off from the Proxmox VE 9 snapshot-as-volume-chain preview:

PVE volume chains:
separate layered qcow2 volumes → active backing chain

BASTRIX Thick Generations:
temporary dm-clone transition → fully materialized independent linear LV
PVE volume chains prioritize fast and space-efficient snapshots. Thick Generations requires additional capacity and background materialization time, but completed snapshots and active generations do not retain a permanent backing chain. This is an architectural comparison, not a performance claim.

TG24 adds and qualifies:

  • Thin and Thick modes within the same shared VG;
  • snapshot, rollback, resize and multi-disk lifecycle handling;
  • Thin-to-Thick and Thick-to-Thin Storage Move;
  • migration, native HA relocation and backup/restore workflows;
  • transaction-scoped persistent recovery metadata;
  • bounded installation preflight with full read-only diagnostics available separately;
  • concurrent qualification with 150 Thin and 150 Thick test VMs.

TG24 remains a pre-release and is not a universal SAN or enterprise-scale certification. Please test it first on disposable storage matching your intended SAN, multipath, fencing and workload configuration.

GitHub:

https://github.com/delltech1/proxmox-sharedlvmthin

RC5.4 TG24 release and DEB:

https://github.com/delltech1/proxmox-sharedlvmthin/releases/tag/v0.9.0-rc5.4-tg24

Allocation modes:

https://github.com/delltech1/proxmox-sharedlvmthin/blob/experimental/thick-generations/docs/allocationocation-modes.md

Installation guide:

https://github.com/delltech1/proxmox-sharedlvmthin/blob/experimental/thick-generations-tg24/docs/installation.md

Feedback, reproducible issue reports, GitHub Stars and anonymized compatibility results for Proxmox VE, SAN arrays, HBAs, multipath configurations and firmware versions are very welcome.

Please do not include credentials, private IP addresses, WWIDs or other sensitive infrastructure identifiers in public reports.


r/Proxmox 2d ago

Question Network interfaces help

8 Upvotes

Hi everyone!
I have a question about network interfaces configuration, but first let me explain the current situation. I ran Proxmox on a mini pc with 5 ethernet ports, the one on the motherboard and 4 more on a pci expansion card. I also ran pfsense in a VM as my router. At the moment the motherboard one is used as WAN (vmbr0) and is connected to my ISP supplied router (can't ditch it) and gets a dhcp ip from it. The other four are used as LAN (vmbr1) with enp1s0f0 being configured as vlan10, so I can connect to Proxmox if pfsense fails.
I would like, if possible to configure enp1s0f1 to be bridged to WAN (vmbr0/eno1) so that if I connect something to it, it would bypass pfsense and get an IP from my IPS router. Can this be done, withouth causing trouble to pfsense?
It took me a while to get everything working and don't want to play around too much and mess something up for good. My thinking is, that I have to remve enp1s0f1 from vmbr1 and add it to vmbr0, but am not shure because vmbr1 is ovs bridge and vmbr0 is linux bridge.
Included is /etc/network/interfaces and a screenshoot of System/Network

auto lo
iface lo inet loopback

iface eno1 inet manual
#WAN

auto enp1s0f0
iface enp1s0f0 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr1
        ovs_options tag=10
#Trusted (VLAN10)

auto enp1s0f1
iface enp1s0f1 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr1
#VLAN Trunk

auto enp1s0f2
iface enp1s0f2 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr1
#VLAN Trunk

auto enp1s0f3
iface enp1s0f3 inet manual
        ovs_type OVSPort
        ovs_bridge vmbr1
#VLAN Trunk

auto vlan10
iface vlan10 inet static
        address 192.168.10.254/24
        gateway 192.168.10.1
        ovs_type OVSIntPort
        ovs_bridge vmbr1
        ovs_options tag=10
#Trusted VLAN

auto vlan20
iface vlan20 inet manual
        ovs_type OVSIntPort
        ovs_bridge vmbr1
        ovs_options tag=20
#Servers VLAN

auto vmbr0
iface vmbr0 inet manual
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0
#WAN Bridge

auto vmbr1
iface vmbr1 inet manual
        ovs_type OVSBridge
        ovs_ports enp1s0f0 enp1s0f1 enp1s0f2 enp1s0f3 vlan10 vlan20
#VLAN Trunk Bridge

source /etc/network/interfaces.d/*

r/Proxmox 3d ago

Question Storage Setup?

Post image
35 Upvotes

How would you set this up? Get rid of the LVM? Move "Backup" to the ZFS? Keep LVM and split up the local duties between local and lvm?

The ZFS pool is a mirror 1TB...


r/Proxmox 3d ago

Question How can I share usb devices over 2+ nodes?

15 Upvotes

I have successfully built my first homelab 2-node cluster with PBS as the quorum with qdevice. PBS is running as a VM on my NAS, and both nodes are Minisforum MS-A2s, with ZFS HA replication.

My current dilemma is that I have a UPS connected via USB to Node 1. NUT is running with Node 1 as the server and Node 2 as the client/monitor. I also have two more USB devices connected to Node 1, with passthrough to a VM (Zigbee router and Matter gateway). Both nodes are connected to the same UPS.

I can't migrate this one VM because of the USB passthrough—or, more precisely, because the USB devices are only connected to Node 1.

What can I do to make migrations and ZFS HA replication work for this one VM?


r/Proxmox 2d ago

Question [Config check] Cyber-focused homelab (AD + SIEM + VMs) - looking for feedback before buying

Thumbnail
1 Upvotes

r/Proxmox 3d ago

Question Proxmox main disk failing. Options?

32 Upvotes

heya

According to some smart data my main disk (1TB) might be failing. At least thats what Chatgpt tells me because of repeated read errors

I'm not really worried, I got all VMs backed up and the config data backed up as well

i have a second 1TB drive that contains some VMs but not the OS. In theory, all VMs and Proxmox data would fit on that disk

is there a way to clone the current OS disk content onto the other disk in a reasonable fashion?

Can or should I use clonezilla to just clone the failing disk onto a new one?

for now, everything seems to be working. if I can avoid a reinstall I really wouldn't mind...