It isn't supported. A RAID 0 disk isn't supported either. You best bet is to change the controller personality to IT mode, if possible.
What happens exactly? There has been no change regarding this. My bet is that your drives had some kind of...
Much better way to go.
That provides a broader incentive there. Look at it the other way around for these projects. Without them, Proxmox wouldn't exist, and when you see from the "bottom" that only the top is making money, it's exhausting.
Turns out that Proxmox explicitly does not want donations: https://forum.proxmox.com/threads/donation-to-proxmox-how-to-apologies-if-this-create-noise.173232/post-806352 .
There have been threads before about additional (cheaper) subscription...
Hey everyone
Just a quick update from my side regarding the topic and my post above (#30).
I’ve been continuing to work on this idea and published it as PBS_Chunk_Checker.
The script has now been completely rewritten in Python, which gave it...
There is a script that does what's needed at github.com/markusressel/zfs-inplace-rebalancing.
When I do potentially problematic things like changing the topology (and the current situation allows me to) I set a global checkpoint to have a way...
Well except that apparmor change is a real issue. You basically disabled one of the security layers to have it your way. Now call me paranoid but imho "disabling security" should never be a solution and if one need to do it "to save resources"...
You are setting up a very complex scenario. I don't have time this morning to walk you through all the complexities of what you are trying to do with regard to the dual ISP setup. It is called "multi-homing" and you can look it up. That is not a...
There is an expectation that system administrators take precautionary steps before removing critical components of the system.
In earlier versions, Proxmox VE included a safeguard that prevented storage from being removed while it was still in...
mach backups mit der integrierten backup funktion auf einen netzwerkshare. dann die clean install, und danach kannst du den share wieder als storage einbinden und die backups zurückspielen.
backups der gäste beinhalten die virtuellen disks und...
This is kind of a mess. You should not have gateways specified for all the bridges, and you should not have a gateway that's on a different network than the bridge, and you should not have the same /24 on multiple interfaces unless they really...
You can not have multiple "gateway 1.2.3.4" entries. Only ONE Default Gateway can exist at any given point in time.
Clean up that mess, only the one pointing to "the internet" should be left. ;-)
After that look at ip route show to verify a...
Er meint 3x2er-Paare als stripe und diese 3 Doppelpacks gemirrored, das braucht logischerweise 6 disks.
Du hast nur 3, da bleibt nicht viel Wahl.
Die ist trotzdem nicht schlecht, aber ein triple mirror performt besser, sowie ein 4x, ein 5x usw...
Moin, wenn das Systemdesign eine Trennung von Proxmox VE Hostsystem (a) und die Daten der LXC und VM (b) vorsieht, dann benötigt man:
a) rpool -- 2x ZFS Mirror 2x SSD SATA III und
b) dpool -- VDEV0: 2x ZFS Mirror 2x SSD SATA III - ZFS Stripe -...
May be.
Try it without "-silent" and all the other options (or read about them in man curl - which is a really-too-long-to-read manual, unfortunately). Directly on a console I get this:
$ curl...
So... why not use wget then? (Instead of debugging curl.)
Just use wget to get that file (which is a bash script!), set permissions to include the executional bit and start it.
If that (my) sentence is a miracle for you then you need to learn...
This is a Debian Trixie change as shown here.
During the PVE 8 to 9 upgrade process, the pve8to9 --full script will have warned you of such, as I have documented here.
Good luck.