[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH 26/30] ext4: do not send discards as barriers
- From: Boaz Harrosh <bharrosh panasas com>
- To: Tejun Heo <tj kernel org>
- Cc: jeremy goop org, Jan Kara <jack suse cz>, snitzer redhat com, mst redhat com, linux-ide vger kernel org, dm-devel redhat com, James Bottomley suse de, konishi ryusuke lab ntt co jp, Christoph Hellwig <hch lst de>, k-ueda ct jp nec com, vst vlnb net, linux-scsi vger kernel org, Christoph Hellwig <hch infradead org>, Jeff Moyer <jmoyer redhat com>, rusty rustcorp com au, linux-raid vger kernel org, swhiteho redhat com, chris mason oracle com, tytso mit edu, jaxboe fusionio com, linux-kernel vger kernel org, linux-fsdevel vger kernel org, rwheeler redhat com
- Subject: Re: [dm-devel] [PATCH 26/30] ext4: do not send discards as barriers
- Date: Tue, 31 Aug 2010 13:27:04 +0300
On 08/31/2010 01:13 PM, Tejun Heo wrote:
> Hello,
>
> On 08/31/2010 12:07 PM, Boaz Harrosh wrote:
>> I don't know all the specifics of the virtio driver and the KVM backend but
>> don't the KVM target io is eventually directed to a local file or device?
>> If so the scsi device has disappeard but the bulk of the data is in host cache
>> at the backstore (file or bdev). Once all files are closed the data is synced
>> to disk.
>>
>> Is it not the same as Ric's problem of disconnecting the sata cable but
>> not dropping power to the drive. The main of the cache is still intact.
>
> There are two layers of caching there.
>
> drive cache - host page cache - guest
>
> When guest issues FLUSH, qemu will translate it into fdatasync which
> will flush the host page cache followed by FLUSH to the drive which
> will flush the drive cache to the media. If you delete the host disk
> device, it will be detached w/o host page cache flushed. So, although
> it's not complete, it will lose good part of cache. With out write
> out timeout increased and/or with laptop mode enabled, it will
> probably lose most of cache.
>
Ha, ok you meant that device. So if you have a dedicated physical device
for backstore that would be a very nice scriptable way.
Thanks, that's a much better automated test than pulling drives out of
sockets.
> Thanks.
>
Boaz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]