DragonFly BSD
 

Message4671

Author dillon
Recipients matthias
Date 2008-05-21.19:06:16
Content
:	hammer -t 600 -c /var/db/reblock-build.cycle reblock-inodes /build 100
:	hammer -t 600 -c /var/db/reblock-build.cycle reblock-btree /build 100
:	hammer -t 600 -c /var/db/reblock-build.cycle reblock-data /build 95

    Sorry, I messed up that example.  The cycle file stores the object id
    the scan stopped at after reaching the timeout, so it can pick up from
    that point the next time.  Each type of reblocking scan should use a
    different file, so:

	hammer -t 600 -c /var/db/reblock-build1.cycle reblock-inodes /build 100
	hammer -t 600 -c /var/db/reblock-build2.cycle reblock-btree /build 100
	hammer -t 600 -c /var/db/reblock-build3.cycle reblock-data /build 95

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
History
Date User Action Args
2008-05-21 19:06:29dillonsetrecipients: + matthias
2008-05-21 19:06:29dillonlinkissue1015 messages
2008-05-21 19:06:16dilloncreate