|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs)
> James Harper wrote:
>
> > I use DRBD locally and used to regularly see messages about
concurrent
> > outstanding requests to the same sector. DRBD logs this because it
can't
> > guarantee the serialising of requests so two write requests to the
same
> > sector might be reordered at any layer different between the two
> > servers. It sounds like AoE would make this even worse if the
'first'
> > write was lost resulting in the 'second' write being performed first
> > followed by the 'first' write.
>
> Bear in mind that with modern disks it is normal for them to have
> command queuing and reordering built in. So unless you specifically
> turn it off, your carefully ordered writes may be re-ordered by teh
> drive itself.
>
That's why barriers were invented. I don't see how AoE could possibly
support that if it just processes requests in the order it receives
them, eg if the command sequence went:
Write1
Write2 w/barrier
Write3
If Write2 was lost by the network and AoE just writes the writes as it
receives them then we have a problem. It must implement some sort of
sequencing and ordering or data loss is inevitable unless you can
guarantee that nothing ever crashes or fails (in which case why are you
using RAID, journaling filesystems, etc).
James
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] iscsi vs nfs for xen VMs, (continued)
- Re: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), John Madden
- Re: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Javier Guerra Giraldez
- Re: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Simon Hobson
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Jeff Sturm
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Simon Hobson
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs),
James Harper <=
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Jeff Sturm
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), James Harper
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), Jeff Sturm
- RE: [Xen-users] AoE (Was: iscsi vs nfs for xen VMs), James Harper
- Re: [Xen-users] iscsi vs nfs for xen VMs, Pasi Kärkkäinen
- Re: [Xen-users] iscsi vs nfs for xen VMs, Bart Coninckx
- Re: [Xen-users] iscsi vs nfs for xen VMs, Pasi Kärkkäinen
- Re: [Xen-users] iscsi vs nfs for xen VMs, Bart Coninckx
- Re: [Xen-users] iscsi vs nfs for xen VMs, Pasi Kärkkäinen
- Re: [Xen-users] iscsi vs nfs for xen VMs, Bart Coninckx
|
|
|
|
|