Search results

  1. N

    Adguard LXC 100% Auslastung auf Proxmox

    Hallo, ich hatte in den vergangenen 5 Tagen ein ähnliches Verhalten: Ram voll und CPU des LXCs auch auf 100%. @Ronny1978: Hast Du es final fixen können? Mein LXC ist geupdatet, aber das Problem bleibt bestehen.
  2. N

    Single SAS Port Passthrough (Dual Port HBA)

    Idk if I understand your question completely. :oops: My goal / aim is - I've got two VMs: one should get a disk shelf attached to it and one should get a SAS LTO drive attached to it. My idea was, I could solve this with having only the LSI 9207-4i4e - passing through the one port to the...
  3. N

    Single SAS Port Passthrough (Dual Port HBA)

    Uh :( And from lspci it just shows as one PCIe device?
  4. N

    Single SAS Port Passthrough (Dual Port HBA)

    Thanks for the feedback. My hope hasn't died yet. Maybe because one connector of the LSI 9207-4i4e is extern and one is internal it might be different....
  5. N

    Single SAS Port Passthrough (Dual Port HBA)

    I'm aiming for the same thing. Only difference is, I want to use the LSI 9207-4i4e which has one internal SFF-8087 and one external SFF-8088. The controller is in shipping right now. My hope is, that it might show up as two PCIe devices in two IOMMU groups.
  6. N

    Synology Diskstation auf Proxmox Backup Server sichern?

    Könntest Du den Beitrag verlinken, in dem das Problem bzw. die Vorgehensweise beschrieben wird?
  7. N

    [SOLVED] Can't identify two identical nvme drives for PCIe passthrough

    Ok, I figured it out. List the NVMe subsystem with nvme list-subsys note the pci address of the corresponding drive - you can identify it via the serial number. Mine was 0000:02:00.0 Find the corresponding IOMMU group with lspci -v -s 0000:02:00.0 mine was IOMMU group 17 use this group to...
  8. N

    [SOLVED] Can't identify two identical nvme drives for PCIe passthrough

    Ok, I asked AI to give me a hint. I'll try that when I'm back at the system:
  9. N

    [SOLVED] Can't identify two identical nvme drives for PCIe passthrough

    I've got two identical NVMe drives (same model, same capacity) in my system. One drive I use for PVE storage. The other I'd like to passthrough to a vm. When I go into the settings of the vm, Idk which drive to select, because Idk which one is which. On the disks overview on the node, the...