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...
Hi,
No, but with almost every reply you nag about the PDM enterprise not included inside the PVE community subscription, which was already replied by proxmox team and will not change, so why try again and again ?
You are just trying to convince...
This server (DELL POWEREDGE T610) came from my high school, the leaving administrator passed it on to me as a testing platform to enhance my exposure and to get my foot through the door into IT administration. I spent two weeks learning from him...
I only would use a pbs vm or lxc as a kind of initial relay so you can do restores without booting up the actual pbs or connecting to the ( slower) remote. The actual backups ( as in the second and third copy of the 3-2-1 backup rule...