Search results

  1. S

    PCI Passthrough Selection with Identical Devices

    IMPORTANT: see EDIT #3 as to why this script doesn't work. I modified a bit the script from @radensb to be more dynamic and support several devices and separate the script from the configuration. My main motivation is to install the script using Saltstack on every PVE host. Then on each PVE...
  2. S

    [TUTORIAL] Cluster made of permanent + adhoc nodes

    Hi, I wanted to share my bits with you concerning my home lab cluster made of: - Permanent on-state machines - Ad-hoc machines (in order to reduce power consumption) Of course, besides the "usual" problems of voting (solved by assigning a much higher number of votes to the permanently-on...
  3. S

    Issue with chattr inside LXC container

    I will gladly provide any information that could help solve this issue but I'm not sure what I can give more as information ... I am just forcing a folder to be immutable with the "+i" flag. I don't want the system to be able to write to that folder without the ramdisk (tmpfs) being mounted...
  4. S

    Issue with chattr inside LXC container

    I recently started playing with Proxmox VE 5.1.3 and so far my impressions are good. Due to some performance overhead of KVM for a distcc compile server, I tried LXC and I get bare metal performance essentially. The only problem is that, in order to avoid filling the local disk, I want to...