Hello,
I've migrated my old proxmox server to a new system running on 4.4, the new system uses 2 raid 10 arrays, formated with xfs. I get many times a month:
As soon as I get the error above one container stop responding, all other containers and vms runs without any problem, so the problem could not be the file system on which the disk images are stored. The container with this problem runs mysql server with a lot of transactions (log server).
As soon as I enter
the container runs again.
I found another threat, in this its recomendet to defrag, but this seams not to be the problem, defrag ratio:
I run this:
So now I’m really confused, why happens this xfs error in a disk image with type ext4?
I never had any problem with this container on the old hardware with ext4.
Thanks for any hint!
I've migrated my old proxmox server to a new system running on 4.4, the new system uses 2 raid 10 arrays, formated with xfs. I get many times a month:
Code:
[11127866.527660] XFS: loop5(22218) possible memory allocation deadlock size 44960 in kmem_alloc (mode:0x2400240)
As soon as I get the error above one container stop responding, all other containers and vms runs without any problem, so the problem could not be the file system on which the disk images are stored. The container with this problem runs mysql server with a lot of transactions (log server).
As soon as I enter
Code:
echo 2 > /proc/sys/vm/drop_caches
I found another threat, in this its recomendet to defrag, but this seams not to be the problem, defrag ratio:
Code:
root@pm:~# xfs_db -r -c "frag -f" /dev/mapper/pve-root
actual 44325, ideal 41709, fragmentation factor 5.90%
root@pm:~# xfs_db -r -c "frag -f" /dev/sdb1
actual 8832243, ideal 8117641, fragmentation factor 8.09%
I run this:
Code:
root@pm:~# blkid |grep loop5
/dev/loop5: UUID="314dcf4a-e614-4559-94aa-11e3b0c5230f" TYPE="ext4"
So now I’m really confused, why happens this xfs error in a disk image with type ext4?
I never had any problem with this container on the old hardware with ext4.
Thanks for any hint!
Last edited: