Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 08:42:20 +0300
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Ian FREISLICH <ianf@clue.co.za>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Filesystem wedges caused by r251446
Message-ID:  <20130713054220.GJ91021@kib.kiev.ua>
In-Reply-To: <E1Uxkyo-0002mE-MJ@clue.co.za>
References:  <20130712201051.GI91021@kib.kiev.ua> <201307110923.06548.jhb@freebsd.org> <201307091202.24493.jhb@freebsd.org> <E1UufRq-0001sg-HG@clue.co.za> <E1UxEWB-0000il-21@clue.co.za> <E1Uxhoe-0000d9-Sc@clue.co.za> <E1Uxkyo-0002mE-MJ@clue.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help

--D1DlOxT2xGoS+WIB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Fri, Jul 12, 2013 at 11:34:18PM +0200, Ian FREISLICH wrote:
> (kgdb) print runningbufreq
> $1 = 1
> (kgdb) print runningbufspace
> $2 = 0
> (kgdb) print lorunningspace
> $3 = 4587520
> (kgdb) print hirunningspace
> $4 = 4194304

This is extremely weird.  The hirunningspace is less then lorunningspace,
am I right ?  This causes the runningbufspace machinery to never wake up
waiters, I believe.  The process is put on sleep when hirunningspace is
reached, but would be woken up after we cross lorunningspace.  If the
space never goes up to your bigger lorunningspace, you get the process
stuck forever, owning vnode lock and making machine inoperable.

I just verified on the 4G VM on amd64, my numbers for lo is 4587520,
for high 6881280.  Verify your tuning and kernel options, which you should
have provided with the original report, I think.

--D1DlOxT2xGoS+WIB
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (FreeBSD)

iQIcBAEBAgAGBQJR4Oi7AAoJEJDCuSvBvK1BoyEP/iAMyHlwFAvxY8eeDWmgOCZH
76F5LMvoEnECUHm/tCgFdp9fArULIsAab9go+WQ+xn0CQ1ybFRM6ow0m6wehxIRl
0wySu2jDOhhY0zSYS8O0Ereo4Rk1FHce1uw0a5JhPpj8WfSElJsF/zMZ6AvEvZ0w
sbTbIyyZNzDIk76G9HWKpLye78zn1SFVxnnzHLXe3VrkpTnCdV+zJT97v9i76wzD
+YduVPmZTSOTSGYsGlMsxqJW79YTw7WEI7TYhbQPDqUKMNIEMTUZHRn2pbr/ioMc
/QZR4/G7THc4zGP3H2/KrRBCncvrXf+z6TyWkSsqj06dX1VkDXyIpTFHs6krFKcn
KzHbXDpZ+RxvC1jifIgfvbG3TtGxrGe2VbMFJ5hfuXyCmojBL9wz1WLtyACPlgd4
hdMsReP7/TtB26zSJZoI/ow6fzsjbQd2wz6qvl5e+JFoMM7i0x2ep+IraP43M2oc
OEzvVXZRf9w+VI9gzglhvhfUu5+lM1nqwtm24uzv/bukZpiVRPHDQhvQo6iVxoPj
XNXkAY8s+VwbT6Ohnp4laTk+A248Udv4ZFAC+HuPWrooIIF2SfifMqvCK98UxMd2
1n9rufckXhH87q1nW5hHnkNB9aBpWYX0TlJHdEMnUwsX0KfE0iv6Y7IMynux8xV8
clf8AgXVtOvJuA9ja3u1
=bA8l
-----END PGP SIGNATURE-----

--D1DlOxT2xGoS+WIB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130713054220.GJ91021>