hey are you still using this card? I recently grabbed one off amazon myself and finally got it setup. Took a bit of work, I'll provide an overview and if you're still needing some help just lmk.
Get the RHEL 7 linux drivers from the broadcom...
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...
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...