Recent content by KiralyCraft

  1. K

    Identifying PCIe SATA Controller

    Looks like it's device "04:00.0", as it also has the ASMedia name in the big list. You can find out it's actual ID if you do "lspci -n" and see what there is for 04:00.0
  2. K

    Identifying PCIe SATA Controller

    Hmm, it looks like this way you get the root PCI bridges. Could you post the contents of "lspci" ? Maybe your device has an intuitive name
  3. K

    [SOLVED] Proxmox Cluster - Graphs not working for non-master node

    Looks like it's an issue with rrdcached and time sync across the nodes.
  4. K

    Identifying PCIe SATA Controller

    Run a "ls -al /sys/block/sd*" in the Shell. You should get output like lrwxrwxrwx 1 root root 0 Mar 13 17:54 /sys/block/sda -> ../devices/pci0000:00/0000:00:1c.0/0000:03:00.0/host2/scsi_host/host2/port-2:2/end_device-2:2/target2:0:1/2:0:1:0/block/sda Pick the ID of the PCI bridge from that...
  5. K

    [SOLVED] Proxmox Cluster - Graphs not working for non-master node

    Hello, I have a Proxmox VE cluster with three nodes. One of these I use to access the cluster via the WebUI. For the other nodes, I cannot see individual graphs in the Summary tab, but instants are available. How can I debug this issue? The nodes are running the same versions of packages. I'm...
  6. K

    [TUTORIAL] Hey Proxmox & Community - Let's talk about resources isolation

    This guide is amazing, I have a NUMA-enabled DL580G7 with 4 sockets and weak CPUs. I've been investigating issues regarding virtualization in NUMA systems, but this guide is practically the answer to my prayers. I will give this a go when I have a bit more time, but nevertheless thank you for...
  7. K

    Automatically boot install ISO without user prompt

    You can do it the "hard" way. Boot another system from DVD, that boots automatically. I can recommend "systemrescuecd", which I'm almost certain boots automatically after 30 seconds. When it's loaded, install Debian 11 (Bullseye) on your machine using "debootstrap". Then, boot the installed...
  8. K

    DL580G7 - Underperforming GPU passthrough

    Hello, I have an HP DL580 G7 with the following specifications: 4 x GTX 1060 3GB running at 8x PCI-E 2.0 4 x Intel Xeon X7560 @ 2.27 GHz 32 x DDR3 running at 1333 MT/s, "Dual Rank" (Each cartridge has 2 x 8 GB + 2 x 2 GB sticks, installed properly) PVE Kernel 5.19.7-1 patched for RMRR...