Naja, bei TrueNAS Scale (und das alte TrueNAS auf FreeBSD Basis ist ja EOL) wird exakt die gleiche Virtualisierung (qemu/kvm des Linux-Kernels) genutzt wie bei ProxmoxVE, was also in einen funktioniert, wird es auch im anderen. Die WebUI ist halt...
Perhaps you sould take a look in PVE-Zsync.
One doesn't need to have the node in cluster, I guess.
https://pve.proxmox.com/wiki/PVE-zsync
Just an idea.
For a hdd-based pool adding two small ssds as special device mirror gives the best improvements. You will need to rewrite the data although. And it really needs to be a mirror, if the special device is gone, anything else on the pool is lost too
Ubuntu hat auch eine Autoinstall-Funktion: https://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html
Andere Distributionen haben ähnliche Mechanismen, die aber anders konfiguriert werden müssen...
I'd recommend keeping RFP on, and just going to your about:config and changing privacy.resistFingerprinting.exemptedDomains to a list of your domains like *.local.mysites.com,192.168.1.69,your.site.here
You don't need to disable virtualization on the Ceph nodes.
If you're using Proxmox VE 9, use a strict HA Node Affinity rule to allow the VMs to run only on your two compute nodes:
ha-manager rules add node-affinity compute-vms \...
This is the community forum, mainly used for the discussion of features by... users ;-)
You may create a "Feature Request / Bug" over at https://bugzilla.proxmox.com/ (after looking if there is a similar one already). That's the recommended...
Bist du sicher, dass die Fritz!Boxen jeglichen IPv6 Traffic einfach hereinlassen? Also ohne explizite Konfiguration, meine ich. Das würde mich tatsächlich sehr überraschen.
Meine Erwartung an eine Fritz!Box ist, dass ich eingehenden Traffic...
I think I need to reply ;-)
If you establish a separate pool on parts of the SSDs then that occupied and also the assigned empty space is hardcoded in size and it is "lost" for the SD.
I maximize the space for the SD as the base OS will get...
:)
There are multiple "valid" solutions! Don't feel pushed to follow my ideas. I just say what worked best for me.
My approach? Yes. It would have resulted in one single ZFS-pool. You would create a dedicated dataset (not a folder) to hold the...
Okay, that was a misunderstanding on my side...
In this case I would install PBS only on all spindles, multiple mirrors preferred. Nice side effect: at the end all of them are bootable.
When everything is up and running I would add the two SSD...
Just a quick note regarding the Docker in LXC topic. Jellyfin also offers Debian and Ubuntu repositories: https://jellyfin.org/docs/general/installation/advanced/manual#official-linux-repository-manual
They even provide a script that adds the...
Next question is why the split happened. Check whether ring 0 was already marginal for days:
journalctl -u corosync --since "14 days ago" | grep -Ei 'retransmit|token|link.*down|Sync left|new membership'
My understanding is the OP's plan was to load PBS bare metal, but since the PBS OS install by default would take over the entire mirrored SSD pool, they were wanting to partition it or otherwise steal some of the SSD space to be allocated as a...
I would expect to find some more of those QUORUM/TOTEM messages in the older logs. Maybe corosync was degraded a long time before - and nobody noticed.
Make your monitoring solution watch the output of
~# corosync-cfgtool -s
Local node ID 11...
The obvious one: when this computer dies badly both the original data and the backup is gone.
Rule zero: backups must be reliably available when the source is gone.
(( The famous 3-2-1 rule applies to a homelab too. And it has been extended...
Sure: in <your vm> - top right "More" - "Manage HA" you can find two checkboxes, one being "Auto-Rebalance [x]".
I did not test the actual behavior, but I would give it a try...