I figured it out. Some of my backups have been stuck when they hit 100%. I noticed this because the IO delay will always start happening at 4 AM, which is when backups are scheduled, and of course, they were not stopping.
I guess backing up...
I ended up removing the node from the cluster entirely as it was acting weird, like tying to start VMs that are already started on the other nodes. But now it still shows up in the cluster even though pvecm nodes does no longer list it. I ended...
Well i figure it out...
I added the path in the LXC apparmor and I reloaded app armor... but nothing. I was missing this:
sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.mysqld
After I added the path and put this in... presto! it started up...
Hi,
depending on what you would like to archive, you can try to implement a solution via hookscripts. ( https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_hookscripts )
But a more suitable solution might be the Proxmox Datacenter Manager +...
I have done a ton of research and killed this container more times than I'd like to admit... so I'm giving up and asking for help! I have an LXC running ubuntu 22.04.5 with MySQL installed... this thing has been rock solid for months... now...
It looks like you run into the bug reported here: https://bugzilla.proxmox.com/show_bug.cgi?id=7271
Feel free to chime in there!
To temporarily downgrade pve-container you can run apt install pve-container=6.0.18
If you check the bugtracker, there is a patch available as of today to be code reviewed: https://bugzilla.proxmox.com/show_bug.cgi?id=7271#c6
Once reviewed and applied, it will be part of one of the next versions of the pve-container package...
FYI this also affects ceph bind mounts. (I think it's the same underlying issue so I won't open a separate thread/report.)
Relevant config (readonly mount point):
mp0: /mnt/pve/cephfs-hdd/dump,mp=/cephfs-hdd-backups,backup=0,ro=1
Starting...
Moin thomas0815,
willkommen im Forum.
Noch als kurze Ergänzung zu deiner ursprünglichen Herausforderung:
Die Disks sind deswegen im local-lvm auf dem RAID1 gelandet, weil an der VM für jede Platte konfiguriert wird auf welchem Speicher sie...
I’m looking for a practical way to enforce tenant-level resource limits in Proxmox.
My current approach is to use Pools + RBAC to isolate tenant resources and delegate operations to a pool admin (create/delete VMs, start/stop, snapshots...
hmm die realtek 8125 sollten eigentlich out of the box funktionieren, wenn du einen halbwegs aktuellen kernel einsetzt.
was sagt denn das output von lspci -nnk und ip a ?
lspci zeigt dir die ganzen pci device und den verwendeten treiber an und...
this looks like inadequate storage.
you see pretty high iowait percentage coinciding with the io.
this points towards the storage not beeing able to keep up with the demand.
may i ask what type of storage are you using (shared storage with...
One very low-end approach, with these assumptions:
you have two nearly identical PVE server, not clustered
one is doing its job, the other is turned off
you have sane PBS (with SSDs only, at least for the latest backup) - as you need to have...