Re: svn commit: r242314 - head/sys/geom/raid

2013-01-13 Thread Slawa Olhovchenkov
On Mon, Oct 29, 2012 at 02:18:54PM +, Alexander Motin wrote: > Author: mav > Date: Mon Oct 29 14:18:54 2012 > New Revision: 242314 > URL: http://svn.freebsd.org/changeset/base/242314 > > Log: > Make GEOM RAID more aggressive in marking volumes as clean on shutdown > and move that action f

Re: svn commit: r242314 - head/sys/geom/raid

2012-10-29 Thread Alexander Motin
On 29.10.2012 16:27, Andriy Gapon wrote: on 29/10/2012 16:18 Alexander Motin said the following: Author: mav Date: Mon Oct 29 14:18:54 2012 New Revision: 242314 URL: http://svn.freebsd.org/changeset/base/242314 Log: Make GEOM RAID more aggressive in marking volumes as clean on shutdown an

Re: svn commit: r242314 - head/sys/geom/raid

2012-10-29 Thread Andriy Gapon
on 29/10/2012 16:18 Alexander Motin said the following: > Author: mav > Date: Mon Oct 29 14:18:54 2012 > New Revision: 242314 > URL: http://svn.freebsd.org/changeset/base/242314 > > Log: > Make GEOM RAID more aggressive in marking volumes as clean on shutdown > and move that action from shutdo

svn commit: r242314 - head/sys/geom/raid

2012-10-29 Thread Alexander Motin
Author: mav Date: Mon Oct 29 14:18:54 2012 New Revision: 242314 URL: http://svn.freebsd.org/changeset/base/242314 Log: Make GEOM RAID more aggressive in marking volumes as clean on shutdown and move that action from shutdown_pre_sync to shutdown_post_sync stage to avoid extra flapping.