WARUM: Kein iommu auf ZFS Installation

gueniepr

Member
Nov 23, 2021
37
0
11
73
Hallo, ich habe versucht auf meinem Server DL380 Gen 9 auf 2 1TB SSDs ein Dateisystem ZFS mirror 1 zu installieren, hat auch soweit geklappt. Alles schien normal zu laufen ?
Nur nach der Installation versuchte ich in /default/grub meine Eintragung für iommu zu machen, also intel_iommu=on iommu=pt, nach einem update für Grub und Neustart fand ich kein IOMMU ist ON in den logs und ich konnte auch keine virtuelle Netzwerke konfigurieren ? Ich habe das ganze sicher 10 Mail ausprobiert, dann habe ich aufgegeben :-(. Nach der nächsten installation mit ext3 wie vorgeschlagen im Setup und Eintragung der iommu Parameter, lief alles wie am Schnürchen ? Nur verstehen kann ich das nicht. Ich bin Anfänger bei Proxmox darum die Frage.

Danke für Antworten
 
Hallo, ich habe versucht auf meinem Server DL380 Gen 9 auf 2 1TB SSDs ein Dateisystem ZFS mirror 1 zu installieren, hat auch soweit geklappt. Alles schien normal zu laufen ?
Ich frag nur mal sicherheitshalber nach? Der Raidcontroller ist in einem vernünftigen HBA mode? Oder hast du dein SSD's auf SATA angeschlossen?

Do not use ZFS on top of a hardware RAID controller which has its own cache management. ZFS needs to communicate directly with the disks. An HBA adapter or something like an LSI controller flashed in “IT” mode is more appropriate.
 
Beispiele für deinen Intel entsprechend anpassen:

Wenn legacy boot:
Code:
nano /etc/default/grub
    ->
GRUB_CMDLINE_LINUX_DEFAULT="amd_iommu=on iommu=pt"
+
update-grub

Wenn UEFI:
Code:
nano /etc/kernel/cmdline
    ->
root=ZFS=rpool/ROOT/pve-1 boot=zfs amd_iommu=on iommu=pt
+
proxmox-boot-tool refresh

In beiden Fällen danach reboot. Falls das danach immer noch nicht klappt, musst du es ggf. im BIOS noch aktivieren. Ich kenne deinen Server nicht, bei manchen BIOSen muss man es explizit von 'auto' auf 'enabled' setzen und/oder noch andere Dinge wie SVM aktivieren.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!