Hi, Eugene.
--- Original message ---
From: "Eugene Grosbein" <eugen at grosbein.net>
Date: 9 January 2018, 10:45:13
> 09.01.2018 14:11, wishmaster wrote:
>
> > Jan 5 09:49:40 server kernel: swap_pager_getswapspace(32): failed
> > Jan 5 09:49:40 server kernel: swap_pager_getswapspace(24): failed
> > Jan 5 09:49:40 server kernel: swap_pager_getswapspace(18): failed
>
> [skip]
>
> This has nothing to do with netgraph, dummynet or ipfw.
Yes, you right, I think.
>
> > Without netgraph/dummynet rules I see in top -HSP a lot of processes
of MySQL. But innodb_buffer_pool_size is just 2GB. Server has 16GB RAM.
> >
> > PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU COMMAND
> >
> > 11570 106 20 0 570M 516M select 3 0:38 0.00% clamd{clamd}
> > 11570 106 20 0 570M 516M select 1 0:00 0.00% clamd{clamd}
> > 10612 88 20 0 2909M 451M uwait 3 0:07 0.01% mysqld{mysqld}
> > 10612 88 20 0 2909M 451M uwait 3 0:04 0.01% mysqld{mysqld}
> > .....
> >
> > uname -a
> > FreeBSD server 11.1-STABLE FreeBSD 11.1-STABLE #0 r325503: Tue Nov 7
13:38:44 EET 2017 wishmaster at servers:/usr/obj/usr/src/sys/MY amd64
>
> Have you configured any swap partitions for the server?
This problematic server has two HDD in mirror. Swap is about 32GB and located
on each HDD.
The second almost identical server has only one HDD.
>From dmesg:
avail memory = 16527147008 (15761 MB)
GEOM_MIRROR: Device mirror/swap launched (2/2).
# zpool status
pool: my_zroot
state: ONLINE
scan: resilvered 2,19M in 0h0m with 0 errors on Wed May 17 13:14:09 2017
config:
NAME STATE READ WRITE CKSUM
my_zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada1p4 ONLINE 0 0 0
ada0p4 ONLINE 0 0 0
errors: No known data errors
# swapinfo
Device 1K-blocks Used Avail Capacity
/dev/mirror/swap 33554428 0 33554428 0%
The Capacity parameter of swapinfo is <= 2...3% even though
swap_pager_getswapspace(32) is occurred.
--
Vitaliy