Hello all.
I have a Proxmox server running from a s3p4000 server with 4 bays.
I have 4 disks. Two with 3TB and 2 with 1tb.
I had created a ZFS mirror with the two 1tb drives and created my images.
I then wanted to use the 3 TB drives to use TrueNAS and saw that I needed to set to enable the IOMMU using this link.
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
update-grub
After rebooting the server my TrueNas can see the disks to create a mirror for the two 3TB drives.
Unfortunately my 1tb mirror now displays disk status unknown in the GUI.
I had to remove the intel_iommu=on option to get the mirror to be seen again but that means TrueNAS can't see the drives anymore.
How do I enable the iommu feature but still manage to have my 1tb mirror seen in Proxmox?
Thank you.
I have a Proxmox server running from a s3p4000 server with 4 bays.
I have 4 disks. Two with 3TB and 2 with 1tb.
I had created a ZFS mirror with the two 1tb drives and created my images.
I then wanted to use the 3 TB drives to use TrueNAS and saw that I needed to set to enable the IOMMU using this link.
nano /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on"
update-grub
After rebooting the server my TrueNas can see the disks to create a mirror for the two 3TB drives.
Unfortunately my 1tb mirror now displays disk status unknown in the GUI.
I had to remove the intel_iommu=on option to get the mirror to be seen again but that means TrueNAS can't see the drives anymore.
How do I enable the iommu feature but still manage to have my 1tb mirror seen in Proxmox?
Thank you.