From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55CE1025.6080009@kernel.dk> Date: Fri, 14 Aug 2015 09:58:29 -0600 From: Jens Axboe MIME-Version: 1.0 Subject: Re: server mode and verify_dump References: <55CE0DA9.6050204@kernel.dk> In-Reply-To: <55CE0DA9.6050204@kernel.dk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Sitsofe Wheeler , fio List-ID: On 08/14/2015 09:47 AM, Jens Axboe wrote: > On 08/03/2015 03:12 PM, Sitsofe Wheeler wrote: >> Hi, >> >> I've noticed that when running fio in server mode it's not possible to >> get a dump of using verify_dump when a verify mismatch occurs. Is it >> possible to add a mode where the server process saves the mismatch >> files to its current working directory for inspection later? > > That sounds like an oversight. To save time, can you let me know how you > are invoking fio and with what job file? Should not be that hard to > fixup, it should just work. Just tested this, and the fio backend does dump the files if verify_dump=1 is set: [...] write3: (g=0): rw=randread, bs=4K-4K/4K-4K/4K-4K, ioengine=sync, iodepth=1 Starting 1 process crc16: verify failed at file file offset 2023424, length 4096 Expected CRC: 5b54 Received CRC: c1aa received data dumped as file.2023424.received expected data dumped as file.2023424.expected -- Jens Axboe