<div dir="ltr"><div>> not sure it's related, but with O_DIRECT I think that the write need to be aligned with multiple of 4k block. (or 512bytes)<br></div>That is right and you just can't use O_DIRECT without alignment. You would just get an error on "write" system call. If you check drbd_oos_test.c you find posix_memalign there.<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 10:33 AM, Alexandre DERUMIER <span dir="ltr"><<a href="mailto:aderumier@odiso.com" target="_blank">aderumier@odiso.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
not sure it's related, but with O_DIRECT I think that the write need to be aligned with multiple of 4k block. (or 512bytes)<br>
<br>
(and I remember some bug with qemu and and 512b-logical/4k-physical disks<br>
<br>
<a href="http://pve.proxmox.com/pipermail/pve-devel/2012-November/004530.html" target="_blank">http://pve.proxmox.com/pipermail/pve-devel/2012-November/004530.html</a><br>
<br>
I'm not an expert so I can't confirm.<br>
<br>
----- Mail original -----<br>
De: "Stanislav German-Evtushenko" <<a href="mailto:ginermail@gmail.com">ginermail@gmail.com</a>><br>
À: "dietmar" <<a href="mailto:dietmar@proxmox.com">dietmar@proxmox.com</a>><br>
Cc: "aderumier" <<a href="mailto:aderumier@odiso.com">aderumier@odiso.com</a>>, "pve-devel" <<a href="mailto:pve-devel@pve.proxmox.com">pve-devel@pve.proxmox.com</a>><br>
Envoyé: Jeudi 28 Mai 2015 09:22:12<br>
Objet: Re: [pve-devel] Default cache mode for VM hard drives<br>
<div class=""><div class="h5"><br>
Hi Dietmar,<br>
<br>
I did it couple of times already and everytime I had the same answer "upper layer problem". Well, as we've done this long way up to this point I would like to continue.<br>
<br>
I have just done the same test with mdadm and not DRBD. And what I found that this problem was reproducible on the software raid too, just as it was claimed by Lars Ellenberg. It means that problem is not only related to DRBD but to O_DIRECT mode generally when we don't use host cache and a block device reads data directly from userspace.<br>
<br>
The testcase is bellow.<br>
<br>
1. Prepare<br>
<br>
dd if=/dev/zero of=/tmp/mdadm1 bs=1M count=100<br>
dd if=/dev/zero of=/tmp/mdadm2 bs=1M count=100<br>
losetup /dev/loop1 /tmp/mdadm1<br>
losetup /dev/loop2 /tmp/mdadm2<br>
mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/loop{1,2}<br>
<br>
2. Write data with O_DIRECT<br>
<br>
./a.out /dev/md0<br>
<br>
3. Check consistency with vbindiff<br>
<br>
vbindiff /tmp/mdadm{1,2} #press enter multiple times to skip metadata<br>
<br>
And here we find that data on "physical devices" is different and md raid did not catch this.<br>
<br>
<br>
On Thu, May 28, 2015 at 7:40 AM, Dietmar Maurer < <a href="mailto:dietmar@proxmox.com">dietmar@proxmox.com</a> > wrote:<br>
<br>
<br>
> What this means?<br>
<br>
I still think you should discuss that on the DRBD list.<br>
<br>
<br>
<br>
<br>
<br>
Best regards,<br>
Stanislav German-Evtushenko<br>
</div></div></blockquote></div><br><br></div></div></div>