Recent content by nitrosont

  1. N

    Adguard LXC 100% Auslastung auf Proxmox

    @Bu66as : Danke für Deine zusätzlichen Tipps/Anregungen! Ich werde den LXC in der kommenden Zeit im Auge behalten und hier Feedback geben. Ich kann aber jetzt - nach knapp einer Woche mit den geänderten Einstellungen (RAM) - schon sage, dass der LXC bisher stabil läuft.
  2. N

    Adguard LXC 100% Auslastung auf Proxmox

    Ja, ich weiß ehrlich gesagt gar nicht, warum ich mit dem Ram sooo sparsam war bei dem Container. Ich werde es nun mal beobachten. Meine Vermutung war, dass beim Update der Filterlisten der Ram einfach nicht ausgereicht hat und daher der Container abgeschmiert ist.
  3. N

    Adguard LXC 100% Auslastung auf Proxmox

    Vielen Dank für die konkreten Tipps! Meine Rückmeldungen dazu: Version: v0.107.72 root@pve0:~$cat /etc/pve/lxc/231.conf #<div align='center'>AdGuard LXC #</div> arch: amd64 cores: 1 features: keyctl=1,nesting=1 hostname: adguard memory: 256 net0...
  4. 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.
  5. 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...
  6. N

    Single SAS Port Passthrough (Dual Port HBA)

    Uh :( And from lspci it just shows as one PCIe device?
  7. 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....
  8. 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.
  9. N

    Synology Diskstation auf Proxmox Backup Server sichern?

    Könntest Du den Beitrag verlinken, in dem das Problem bzw. die Vorgehensweise beschrieben wird?
  10. 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...
  11. 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:
  12. 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...