Environment:
- fresh proxmox install
- proxmox installed under first ssd
- second ssd used as a cache of pve
- 4 x 2TB disks grouped in one volume
There is 6 centos 7 VMs almost doing nothing with I/O. The WA of Host is 0.0 and the WA of the VMs is n, with n 0.0>=n>1.0
screen command executed inside of the host:
Now inside of VM:
This is the first time that I am seeing that. I already configured this same setup at least 8 times and I never saw this. Ant two of them use exactly same server setup from same datacenter.
The host hardware/features/info:
- Dual Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz (16c/32t)
- 256gb DDR3 1600mhz
- 2 x SSD (one to proxmox, another one to pve cache)
- 4x 2TB HDD (one volume under LVM). The chunksize is 64Kb (7.26Tb volume).
- fresh proxmox install
- proxmox installed under first ssd
- second ssd used as a cache of pve
- 4 x 2TB disks grouped in one volume
There is 6 centos 7 VMs almost doing nothing with I/O. The WA of Host is 0.0 and the WA of the VMs is n, with n 0.0>=n>1.0
screen command executed inside of the host:
Code:
root@pve:~# time screen -ls
No Sockets found in /run/screen/S-root.
real 0m0.002s
user 0m0.000s
sys 0m0.002s
root@pve:~#
Now inside of VM:
Code:
[root@dev-2 ~]# time screen -ls
No Sockets found in /var/run/screen/S-root.
real 0m0.431s
user 0m0.149s
sys 0m0.282s
[root@dev-2 ~]#
This is the first time that I am seeing that. I already configured this same setup at least 8 times and I never saw this. Ant two of them use exactly same server setup from same datacenter.
The host hardware/features/info:
- Dual Intel(R) Xeon(R) CPU E5-2660 0 @ 2.20GHz (16c/32t)
- 256gb DDR3 1600mhz
- 2 x SSD (one to proxmox, another one to pve cache)
- 4x 2TB HDD (one volume under LVM). The chunksize is 64Kb (7.26Tb volume).