Hi,
I have on an server the effect, that dorp_caches don't finisched during an pveperf run.
There run an VM with IO, but the load is quite low and the underlaying storage system are an zfs striped mirror of 4 samsung enterprise disks.
There are no io-waits:
I used not so big values for zfs_arc
Versions:
Any hint?
Udo
I have on an server the effect, that dorp_caches don't finisched during an pveperf run.
Code:
ps aux | grep echo
root 835293 99.9 0.0 4292 708 pts/3 R+ Jul20 1140:50 sh -c echo 3 > /proc/sys/vm/drop_caches
There are no io-waits:
Code:
top
top - 07:59:21 up 10 days, 22:03, 6 users, load average: 4.29, 4.50, 4.93
Tasks: 694 total, 3 running, 469 sleeping, 0 stopped, 0 zombie
%Cpu(s): 7.5 us, 4.3 sy, 0.0 ni, 88.0 id, 0.0 wa, 0.0 hi, 0.2 si, 0.0 st
KiB Mem : 16495880+total, 53446384 free, 10989219+used, 1620224 buff/cache
KiB Swap: 8388604 total, 4656968 free, 3731636 used. 53238628 avail Mem
...
Code:
cat /etc/modprobe.d/zfs.conf
options zfs zfs_arc_min=4294967296
options zfs zfs_arc_max=8589934592
Code:
pveversion -v
proxmox-ve: 5.2-2 (running kernel: 4.15.17-3-pve)
pve-manager: 5.2-5 (running version: 5.2-5/eb24855a)
pve-kernel-4.15: 5.2-4
pve-kernel-4.15.18-1-pve: 4.15.18-15
pve-kernel-4.15.17-3-pve: 4.15.17-14
pve-kernel-4.15.17-1-pve: 4.15.17-9
ceph: 12.2.5-pve1
corosync: 2.4.2-pve5
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-5
libpve-common-perl: 5.0-35
libpve-guest-common-perl: 2.0-17
libpve-http-server-perl: 2.0-9
libpve-storage-perl: 5.0-24
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-3
lxcfs: 3.0.0-1
novnc-pve: 1.0.0-1
openvswitch-switch: 2.7.0-3
proxmox-widget-toolkit: 1.0-19
pve-cluster: 5.0-28
pve-container: 2.0-24
pve-docs: 5.2-4
pve-firewall: 3.0-13
pve-firmware: 2.0-5
pve-ha-manager: 2.0-5
pve-i18n: 1.0-6
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.2-1
pve-xtermjs: 1.0-5
qemu-server: 5.0-29
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.9-pve1~bpo9
Udo