Just wanted to echo that this has stopped me for starting my LXC containers after updating Proxmox today.
This fixed the problem for me for now. Thank you very much for posting this!
Maybe this can be fixed by removing the code that's causing this issue in /usr/share/perl5/PVE/LXC.pm:
PVE::Tools::fchownat(fileno($mount_fd), '', $uid, $gid, PVE::Tools::AT_EMPTY_PATH)
or die "failed to propagate uid and gid to mountpoint...
syh all you want but you are the one that jumped in saying someone was wrong with no evidence. You aren't proving a negative, but your position is counter to common sense and a mountain of evidence you can easily google. There are always edge...
I moved a lot of data off the pool and used zfs rewrite to rewrite all the files hoping it would recover the reported capacity but none of it worked. The only interesting thing was that when I copied files to another pool the reported size of...
Vielen Dank!
Ich habe zwei USB ethernet Adapter bestellt, sobald die und die disks da sind gehe ich das Projekt an. Werde mich dann sicher noch mal melden müssen
Meine backups werden mit pbs an hetzner geschickt, eben damit ich mir darum nicht...
Hey everyone, I’m running a couple of lightweight automation scripts inside a Windows VM and noticed random cpu spikes and short freezes on proxmox when they’re active. Has anyone seen something similar with script-heavy workloads like rblx...
Is there a way to tell % done of vm snapshot sync doing pull replication PBS to PBS? (Would push work better?)
I have some large VMs (one 9TB, another 45TB) that seem to be taking longer then expected for incremental.
Currently we have a...
Let me know if there’s any way I can help - this would be a game changer for a project I have in flight right now. I am looking for the flexibility to migrate VM’s between nodes but do not require any sort of shared Layer 2 that all the current...
Indeed, du hast recht mit dem Setup mit Qdevice + ZFS Replikation. Das sollte funktionieren.
Meine Annahme war Shared Storage = NAS, um sich den zusätzlichen Disks in den PVE Hosts zu sparen und wegen der potenziellen ECC-RAM Thematik bei den...
I don't know if this was implied, but also software defined storage is a requirement so that you can quota the used storage for your clients / customers / tenants.
What is missing to turn this into a fully fledged setup are:
RAM restrictions...
Short answer: yes, Proxmox VE can be used for multi-tenant style setups – but it doesn’t come as an “opinionated multi-tenant product” out of the box.
You normally combine a few native features:
- Pools and roles (RBAC) for separating who can...
I wrote a little bit about SWAP monitoring here. If you use disk based SWAP anyways I'd recommend ZSWAP.
Note that swapon is basically the "human readable" version of cat /proc/swaps and with sysctl vm.swappiness you don't have to use a pipe and...
What I don't see mentioned here is that just monitoring the swap usage is not as good as monitoring the swap in AND swap out activity. You want to monitor that, because if you only swap in stuff without reading it back soon, that is actually...
This is of course true, nontheless they reference success stories which uses ZFS in small clusters like this one: https://www.proxmox.com/en/about/about-us/stories/story/farmacia-nova-da-maia
So imho ZFS still can be a viable solution depending...