I built a HA with 3 PROXMOX servers and a FreeBSD storage ZFS/NFS. (all last packages)
I am trying to run CTs and VMs.
The KVM VMs are working fine in the NFS storage with good performance.
But when I start any CT on a NFS share, it takes over 2 to 3 HOURS to come up.
When I enter the CT using "vzctl enter ID" just after starting it, I can see only 3 processes (main) loaded, then after 20 minutes I do "ps ax" again and can see one service more loaded, and one more after 20 min, so on...
Maybe there is a issue with ios limit or something like that?
Another strange detail, when looking into ioacct for that ct, there are no READ activity:
root@server01:~# cat /proc/bc/104/ioacct
read 0
write 151552
dirty 151552
cancel 0
missed 0
syncs_total 0
fsyncs_total 91
fdatasyncs_total 0
range_syncs_total 0
syncs_active 0
fsyncs_active 0
fdatasyncs_active 0
range_syncs_active 0
io_pbs 0
fuse_requests 0
fuse_bytes 0
Any ideas?
I am trying to run CTs and VMs.
The KVM VMs are working fine in the NFS storage with good performance.
But when I start any CT on a NFS share, it takes over 2 to 3 HOURS to come up.
When I enter the CT using "vzctl enter ID" just after starting it, I can see only 3 processes (main) loaded, then after 20 minutes I do "ps ax" again and can see one service more loaded, and one more after 20 min, so on...
Maybe there is a issue with ios limit or something like that?
Another strange detail, when looking into ioacct for that ct, there are no READ activity:
root@server01:~# cat /proc/bc/104/ioacct
read 0
write 151552
dirty 151552
cancel 0
missed 0
syncs_total 0
fsyncs_total 91
fdatasyncs_total 0
range_syncs_total 0
syncs_active 0
fsyncs_active 0
fdatasyncs_active 0
range_syncs_active 0
io_pbs 0
fuse_requests 0
fuse_bytes 0
Any ideas?