Search results

  1. A

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

    That seems to have done it, aka `pct fstrim <vmid>`, thanks!
  2. A

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

    Huh, hold on, lvs -a now shows this though: lvs -a LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert data pve twi-aotz-- <79.53g 98.00 4.58 [data_tdata]...
  3. A

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

    First time that I ran it, got this: pct fstrim 100 /var/lib/lxc/100/rootfs/: 80.5 GiB (86397526016 bytes) trimmed Tho no space was cleared up on `local-lvm`, tried to run again after a bit, trims about 100MB-2GB depending on how much I wait, but its still, `local-lvm` usage still stays the same...
  4. A

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

    > so It's better to not create images larger than the whole pool. I'm not entierly sure what you mean by this, the VM images? Yeah, they are larger than the pool, thought they aren't as full as they are reported on there. That vm-100-disk-0, which is 100GB, for some reason says that its filled...
  5. 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...
  6. 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)...
  7. A

    i/o disk limit

    Neat, that works, so its using cgroups v2 now. All that has to be done is echo the correct configuration into `/sys/fs/cgroup/lxc/{id}/io.max` Only problem with that is that it seems like the configuration is reset when the VM is restarted, but oh well, nothing a quick simple script can fix...
  8. A

    i/o disk limit

    I've been trying what has been discussed here, though I don't seem to have the same setup as everyone else. Using Proxmox 7.1-10 Guessing something changed along the way, I've got the blkio mounted to /sys/fs/bpf, and there is no "blkio" directory inside of /sys/fs/cgroup/ or...
  9. A

    i/o disk limit

    Have there been any updates on this topic?
  10. A

    LXC CPU Isolation

    Hm, okay. I was mainly looking at isolating tools like htop, vmstat and uptime monitors like HetrixTools, though they do seem to use the syscalls so I guess they won't read the container specific values - Bit of a bummer... Thanks for your response, will keep that in mind.
  11. 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...
  12. A

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

    Here's what I ended up doing to fix this in a sense, I created a new role which has only console access: pve.Access.Roles.CreateRole("PVEVMVNC", privs: "VM.Console"); Then, when a user wants to VNC, they have an account created: // Example var user = "vm100usr@pve"; var password = "temppass"...
  13. 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...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!