Sometimes it can happen, a ZFS pool become 100% full. Since ZFS is a COW (Copy-on-Write FS), it is very difficult to remove data from it because at least enough space must be free to write a timestamp.
To prevent this from happening, you can...
I use zfs create -o reservation=100G pool/.reserved-space and also monitor the space usage.
If you have an emergency, as in the space is full, and forgot to do that before then temporarily altering spa_slop_shift might help.
For example
# Shows...
gpu pass thru doesnt start with 44, only q35 for some reason, surprising because some people type that they've been able to run it on that platform too...
No.
They are different things and don't conflict.
The block size is the volblocksize and the ashift is the ashift.
No. It's unclear that the best ashift for your specific device is. Maybe test (real-world) performance? A erasure-page-size is...
Yeah, this one is rough....
No BIOS updates available. The latest BIOS for these systems are applied.
>I get that each testing cycle takes a week, but sadly there is not much to go on here. could you test assigning one of the 4 unassigned cards...
For anyone wanting to achieve max_output (heads) on virtio. You need to modify your conf file, and use qemu commands instead of the proxmox built GUI/config. It would be nice to have this as a front end option
You need to set VGA none, then...
Thank you for
Thank you for your reply. I think I will see if upgrading fixes the problem but before I do that
Thank you for your help.
This is the file
The clone is rewriting the hostname (there is an input to enter before cloning), network interfaces MAC address is updated as well to avoid collisions. Can't we add a checkbox to rotate the SSH keys?
I wouldn't use this result of vibe coding for anything important though. But for learning that might work although imho reading the manual and trying to setup everything might be more effective (as pointed out by Udo). I agree with the rest of...
Linux admins have built a "Proxmox" for years before PVE became a thing. the reason we use PVE and not our homegrown solutions is because they put everything you need together for you. Its not that you COULDNT do it yourself- it would just take...
Each of those (sub-) projects has its own documentation, usually good ones. Just read it, build one/two/three test-setups and learn how to debug them.
Then combine everything to build a usable whole, emulating PVE. Theoretically that's no...
Ja, würde ich schon sagen.
Doch, mit den ProxmoxDatacenterManager oder auf den Knoten im Terminal mit pct remote-migrate bzw. qm remote-migrate, das habe ich auch oben erwähnt ;) Und der PDM und die CLI-Tools nutzen dafür auch nur api-Calls, die...
Guten Abend zusammen...
ich stehe hier vor einem Problem...
Ein verstorbener Freund hat im Haus seinen PVE-Server hinterlassen, um den ich mich nun kümmere, damit seine Frau die Dienste nutzen kann. Eigentlich läuft alles, nur heute waren wir...
FYI for whoever this may interest in the future:
I ditched Unraid in favor of attaching the drives directly to Proxmox and use my 2TB NVME as an L2ARC in front of the HDDs.
Giggling3999 appreciate you, managed to pass thru a gpu and run 2 screens on it (instead of modesetting) ill be testing for a week or so and drop solutions here, but ive already managed to run 2 screensh on software renderers but cpu usage was...