apt install nfs-kernel-server installiert einen NFS-Server im Proxmox, denn das ist auch nur ein Debian.
Zur Einrichtung und Verwendung eines NFS-Servers empfehle ich weitere Recherche im Internet.
I've been using /dev/disk/by-id/... names.
Both systems are mature production systems, which didn't show the problem until upgrading from 6.8 kernel to 7.0.
Da muss ich @TErxleben zustimmen: Docker in LXC ist einfach anfälliger und nicht so isoliert wie VMs. Ich schätze mal 70% oder mehr der hiesigen Posts im Forum, die Probleme mit LXC und Docker thematisieren, wären unnötig, wenn die User direkt...
Mit Docker hab ich mich noch nicht so auseinandergesetzt. Aber ich glaube Docker ist doch auch ein Container ... und Docker in LXC wäre Container in Container. Das versuche ich zu vermeiden, weil ich mir schon denken kann, dass das nicht der...
Good morning,
I have used the community-script to install Gramps-Web in an LXC.
In the documentation it is stated that it can be updated.
How can I update this fantastic application to the latest version?
Thanks in advance for your help
John...
Für die Replikation schau direkt ins Job-Log: in der GUI beim Gast unter Replication den Job anklicken, da steht meist recht klar drin an welchem Punkt er abbricht. Auf der Shell dazu journalctl -u pvesr. Und parallel pvecm status beobachten...
Thanks @Onslow — that one actually answers the quota question from my first post:
"Once the quota is reached, new writes for dedup-enabled datasets bypass deduplication and are written as unique blocks, preventing unbounded DDT growth."
So it...
Hi AlexanderB
You could try with this vlan entry:
auto vmbr0.9
iface vmbr0.9 inet static
address 192.168.9.20/24
gateway 192.168.9.1
Did you check that vlan9 is tagged on nic0 uplink on switch-side (or Bridge when virtual) as with...
Thank you very much for your help.
I got it working with
auto lo
iface lo inet loopback
iface nic0 inet manual
#iface nic1 inet manual
auto vlan9
iface vlan9 inet static
vlan-raw-device nic0
address 192.168.9.20/24...
So Whatson&Pinkerton, you just won a Darwin Award. ))) I just wanted to say with my post that I'm interested to see how the author risked his data (not on a test machine) and how he "let" AI into his homelab.
Ein "echter" blockbasierter zentraler Speicher landet fast zwangsläufig bei CEPH oder glusterFS.
Beides kostspielig, komplex und erfordert entsprechende Skills beim Administrieren.
Wenn ich lese, dass du mit einer SSD beginnen möchtest, dann gehe...
Recht einfach ließe sich das über eine NAS und NFS einrichten. Die NAS kann bare-metal oder auch als VM vorhanden sein. Ich vermute mal, Du wirst Nextcloud, Immich, etc. als Docker Container laufen lassen? Im LXC wäre das mit Docker nicht zu...
Da begehst du dann tatsächlich einen Fehler. VMs sind ggü. LXCs deutlich zuverlässiger und der Resourcenverbrauch ist bestenfalls per Benchmark messbar, aber diemals im täglichen Betrieb spürbar.
Funktionierende Sicherungen sind das A&O.
Um...
Zur spa_slop_shift-Frage aus #3: nein, kein Reboot nötig. Das echo ins /sys/module/zfs/parameters/spa_slop_shift greift sofort, ZFS rechnet den Slop-Space live neu. Nur ist der Wert nach nem Reboot wieder auf Default. Wenn dus dauerhaft willst...
Thanks @Onslow — that one actually answers the quota question from my first post:
"Once the quota is reached, new writes for dedup-enabled datasets bypass deduplication and are written as unique blocks, preventing unbounded DDT growth."
So it...