Search results

  1. A

    [SOLVED] local-lvm usage much higher than LXC bootdisk size

    Hi, I'm unsure where to go from, what info I need to gather, or what to debug as I'm not entierly sure what's going on yet. Here's all I know so far: I have an LXC container that has 100GB of assigned storage, and a volume that's slightly under that size. Taking a look at the LXC container...
  2. A

    Limit network usage per VM/Container instead of per network device?

    Current host & container setup: auto lo iface lo inet loopback iface ens3 inet manual auto vmbr0 iface vmbr0 inet static # Main Bridge - LXC with Dedicated IPv4 address 1.1.1.2/22 gateway 1.1.1.1 bridge_ports ens3 ... # --- Dedicated IPs (v4)...
  3. A

    LXC CPU Isolation

    Hi, I've been using LXC for a while now, though I've noticed two things: - Load Average is not the container load average, instead its host - Reported CPU usage (inside of the container, with tools like htop and vmstat) are not of the container itself, instead the host core that it was assigned...
  4. A

    VNC from API - Error 401: permission denied - invalid PVE ticket

    Hi, I'm in the process of building a custom UI for Proxmox, utilizing its API. Backend is C# and frontend is Vue. For interfacing with Proxmox, I'm using this: https://github.com/Corsinvest/cv4pve-api-dotnet I've come to a point where I wanted to implement VNC functionality, and this is the...