Hallo,
Ich gehe mal davon aus, dass du als Dateisystem ZFS verwendest richtig ?
ZFS benutz standardmäßig den gesamten verfügbaren Ram als Cache. Diesen kannst du aber beschränken.
Dafür musst du die Datei /etc/modprobe.d/zfs.conf anlegen, darin kannst du dann mit den Parametern options zfs...
OK.
Ich würde von allem VMs ein VZDump erstellen auf eine externe Festplatte. Dann beide Festplatten überprüfen wenn nötig austauschen und dann neuinstallieren.
Du musst die Pools über die IDs importieren.
So wie es aussieht sind verschiedene Festplatten und auf zwei gibt es jeweils einen ZFS Pool mit dem Namen rpool.
# Den ersten importieren
zpool import -f 12889173982891979162
# Den zweiten importieren
zpool import rpool2 2084038775991408377
Für...
Versuche doch mal den Pool unter einem anderen Namen zu importieren.
zpool import rpool pool2
Schaue doch mal hier vorbei: https://docs.oracle.com/cd/E19253-01/820-2313/gazuf/index.html
Hallo, wir hatten das selbe Problem mit dem neuem EX42-NVME.
Bei dem ersten Versuch haben wir die LARA(KVM Konsole von Hetzner) abgeschossen.
Daraufhin haben wir Hetzer geschrieben die sollen doch mal bitte die Lara zurücksetzten. Als Antwort haben wir allerdings erhalten es wäre besser wenn...
Wir haben folgendes Setup:
Nach der Installation von Proxmox mit der LARA, haben wir eine zusätzliche Linux Bridge für das Subnetz angelegt.
root@fal-pve01:~# cat /etc/network/interfaces
..........
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
auto vmbr0
iface vmbr0 inet static...
Hallo,
wir haben eine VM mit einer Router/Firewall Lösung installiert die eine zusätzliche IP Adresse bekommen hat.
Das Subnetz haben wir dann von Hetzner auf die IP Adresse Routen lassen.
Thanks again for the information.
The kernel shouldn't be a problem as far as I know we have nothing older than Debian Stretch.
But is batched discard or online discard better recommended ?
And if I use batched discard how often should it run the trim ?
Thanks for the info.
I have now added discard in the fstab as mount option.
root@fal-mail01 ~ # cat /etc/fstab
...
UUID=d5b559e4-4ef1-45a5-813c-ecXXXXXX1 / ext4 discard,errors=remount-ro 0 1
...
And once entered
fstrim / -v
Hello everybody,
i have some questions regarding Trim in VMs on ZFS.
In VM Config discard is enabled
root@fal-pve01:~# cat /etc/pve/qemu-server/107.conf
agent: 1
bootdisk: scsi0
cores: 6
cpu: host
memory: 12288
name: fal-mail01
net0: virtio=XXXXXXXXXXXX,bridge=vmbr1
numa: 0
onboat: 1
ostype...
Hello,
the Vms are since Promxox 4 .4 or so in so-called ZFS volumes short ZVOLs . ZFS volumes are datasets that represent a block unit.
In short, your VM disks are no longer in the shap of a file on the file system, but are a block device, so to speak.
Path to the zvols :
root@fal-pve02 ~ #...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.