Hi guys,
I have PM 4.3-1/e7cdc165 and a few LXC containers on it. One of the LXC containers started using more than 100% SWAP space according to PM Web interface, as well as free. Here's how it looks from inside LXC. I can even get a crash with free:
And from Web interface:
Root of LXC container is a ZFS ZVOL.
Swap for hypervisor (ie. ProxMox) resides on ext4 partition.
LXC container has 512MB of swap, as per default GUI creation values.
By the looks of our monintoring system it happened during the nightly backups.
Aside of free crashing the system seems to perform normally.
I guess this is a bug. Should I report it?
Has anyone ever seen anything like this before?
I have PM 4.3-1/e7cdc165 and a few LXC containers on it. One of the LXC containers started using more than 100% SWAP space according to PM Web interface, as well as free. Here's how it looks from inside LXC. I can even get a crash with free:
Code:
[root@www log]# free
total used free shared buff/cache available
Mem: 24576000 8211196 15756116 565840 608688 15756116
Swap: 524288 584968 -60680
[root@www log]# free -m
total used free shared buff/cache available
Mem: 24000 8018 15387 552 594 15387
Swap: 512 571 18014398509481924
[root@www log]# free -h
total used free shared buff/cache available
Mem: 23G 7.8G 15G 552M 594M 15G
Segmentation fault
And from Web interface:
Code:
SWAP usage 111.57% (571.26 MiB of 512.00 MiB)
Root of LXC container is a ZFS ZVOL.
Swap for hypervisor (ie. ProxMox) resides on ext4 partition.
LXC container has 512MB of swap, as per default GUI creation values.
By the looks of our monintoring system it happened during the nightly backups.
Aside of free crashing the system seems to perform normally.
I guess this is a bug. Should I report it?
Has anyone ever seen anything like this before?