Sorry for resurrecting this old thread, but I am testing both ceph and gluster right now on my 4930K system (because it's what I have that I can spin up quickly with as few variables between systems as possible).
Subjectively, the Win11 23H2...
Interesting read!
Though I am not sure about your goal. Using pre-historic software for learning or as an experiment is... nice. Not more.
(( PVE 7.x is out-of-support for two years now...
Hi,
Still not a paywall, since, by definition, a paywall limits a feature by paying, which is not the case with ANY proxmox software (remember "No-Subscription" Repository).
As far as I know, you don't need an enterprise license to use PDM...
As long as you have a L3 connection between your pbs and dedicatedserver it should work. You could portforward the source ip of the dedicted server to your pbs, or could use tailscale or a similar solution. The first way is probably faster, the...
It may work for you. Every single backup is better than none.
Personally I would not accept this approach as "okay, Backup done" - especially if it is your only backup.
Obviously you lose the backup mechanism when the only host dies. Sure, the...
Looks like a corrupted ZFS space map.
Try in recovery mode:
zpool import
zpool import -N -o readonly=on zfspoolname
zpool status -v
zpool events -v
dmesg -T | grep -iE 'zfs|nvme|ata|error|timeout|reset|checksum|panic'
If read-only works you...
That's not really an issue though since the enterprise repo get new packages only after the test and no-subscription repo. So the "paywall" doesn't actually limit you any feature or getting updates. Basically you pay by being beta tester and...
The more generic way e.g. used by the Debian installer is cryptsetup +LUKS
( e.g. you can follow https://reintech.io/blog/configuring-luks-encrypted-disk-debian-12 )
I would not recommend to use encryption within the VMs, you will need to handle...
Hello,
please read openzfs encryption too.
on the net are many references about this.
Our is:
# https://openzfs.org/wiki/ZFS-Native_Encryption
And see the result of a search:
# https://openzfs.org/w/index.php?search=Encryption
I use outside...
I am using ZFS exclusively, so I can not (and should not) say much about the other storage solutions.
Encrypting a disk from the inside of a VM? Sounds wrong to me as it adds additional attack vectors and key management problems. From my...
This is a problematic area. While there are theoretically multiple mechanism to implement it, the only reference I know of is: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#zfs_encryption
Zed (ZFS event daemon) sends a notification mail when a pool changes to DEGRADED state when properly configured. See:
https://pve.proxmox.com/wiki/ZFS_on_Linux#_configure_e_mail_notification
/etc/zfs/zed.d/statechange-notify.sh...
Imho it's a bad idea to have your backups inside your prouction environment. Imagine something bad happens ( hardware error, ransomware) you will need your cluster to restore your cluster. Even worse: If some bad actor manages to take over your...
The doc says that PBS should have at least 2-4 GB RAM plus 1GiB RAM per TB backup space: https://pbs.proxmox.com/docs/installation.html#system-requirements
Now this is for a bare metal install so I can easily imagine that for a LXC you might...
Auch das ist ja ok. :) Wie schon erwähnt nutzt ich hier Synology NAS seit über 10 Jahren und ich hatte meine Gründe warum ich NAS von Synology gekauft habe und ich habe eben auch meine Gründe warum ich das heutzutage nicht mehr machen würde. Und...
I don’t think your feature request will likely be implemented even if you post it on the forum.
Please check the URL below to see if your request already exists. If it does, please add your comment to the existing thread; if not, please submit a...
Recently one of my PVE machines had a degraded RAIDz2 pool where 2 disks just disappeared, since the redundancy level is 2 I did not notice this at all in day to day work.
The disks returned to being detected with a reboot and resilvered in a few...