Sweet! Just built it and will be deploying to test.
Quick one on pre-reqs: it should be docker V2. It can almost complete with V1, but has permission issues at the end.
Most likely related to the issues that were fixed in the respective commits [1] [2] - they're indeed not included in the ISO atm.
[1] https://git.proxmox.com/?p=pve-common.git;a=commit;h=8516622423e11789ef2801bd44f58803544eafab
[2]...
On further testing, after deleting the bond, the GUI's automatic network configuration thing doesn't deactivate the previously bonded NICs (set autostart to OFF/NO).
That, at least, definitely seems to be a bug.
I opened a ticket...
Running docker in a vm is not crazy but best practice ;) Running docker in lxcs is more problematic since such setups are more likely to break after updates. Main reason to do this nontheless is if one want to use a iGPU without passthrough to a...
Then it's propably best to contact office@proxmox.com or a Proxmox Partner. As a volunteer I won't bother anymore trying to help somebody who thinks the effort of me or other community members is "useless chatter" and feels he is entitled to...
Zu den lxc-Problem, was Falk erwähnt hat: Sowas steht normalerweise in den Release-Notes einer neuen Version. Grundsätzlich würde ich aber nicht erwarten, dass ältere Container reibungslos funktionieren.
Zu virtuellen Maschinen: Die disk-Images...
I'd recommend Opnsense. It fits all these requirements and it can be installed as a VM on Proxmox VE (just download the iso-vga installer) https://opnsense.org/
It's basically an open source firewall. Among other functions, you can create...
I'll give you some options:
OPNSense
pfSense
VyOS
Proxmox!
A Debian box is quite capable of being a very decent router and you already have one: Proxmox. However, that is one for the likes of me to run up. What you probably need is something...
On further testing, after deleting the bond, the GUI's automatic network configuration thing doesn't deactivate the previously bonded NICs (set autostart to OFF/NO).
That, at least, definitely seems to be a bug.
I opened a ticket...
Hello, I am just learning Proxmox at the moment, I managed to get my VMs running and all, but one day I failed to attach a Virtiofs storage to one of my VM (orange text) even after shutting down and restarting the VM. So I decided to bulk...
Good morning! I noticed the same thing on my home system - also a Ugreen DXP2800 NAS. After finding this thread I also downgraded to the 6.17.4-2-pve kernel, and hd-idle seemes to be working again. I can‘t tell for sure because a zfs replication...
@Johannes S @leesteken I feel you gave me a push in the right direction. I'll get a liitle deeper into ZFS and will report how it comes out.
Thank you so far & have a nice evening!
Nope, you won't buy the two small SSDs, and you will need at least one other 4TB SSD since a striped mirror will need at least four drives.
It's the ZFS equivalent of RAID10, basically you build two mirrors, then stripe then together. This gives...
Regarding RAIDZ versus (striped) mirrors on ZFS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/
I would run the SSDs in a triple mirror or (if you have budget for another 4TB SSD) striped mirror. Just buying...
A hardware RAID controller Battery Backup Unit (BBU) can cache sync writes and that might indeed help. (Or replace the SSDs with ones that have PLP.)
ZFS RAIDz1 is a poor choice for VM as the IOPS are much lower then using a ZFS stripe of...