For your next iteration: read about adding a (mirrored) "Special Device". And in your current setup try to verify if L2ARC does actually work the way you want it. Examine the output of zarcsummary for this. See...
Hello,
I tried to take image by using clonzilla and machine was sucessfully deployed!! WOW, that is really amazing tool and I love it!
Than you so much both of you guys!!
Regards,
Hello,
I tried to take image by using clonzilla and machine was sucessfully deployed!! WOW, that is really amazing tool and I love it!
Than you so much both of you guys!!
Regards,
example, with working vnc and more modern solution (half of the stuff Giggling3999 has added can be configured within the ui if you are targeting modern systems (example: his tablets and other stuff)), also noVnc (it wrongfully calculates offsets...
Hello,
I tried to take image by using clonzilla and machine was sucessfully deployed!! WOW, that is really amazing tool and I love it!
Than you so much both of you guys!!
Regards,
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...