All of lore.kernel.org
 help / color / mirror / Atom feed
* Disk difference (file, tap:aio ecc)
@ 2010-04-08 21:44 Fantu
  2010-04-09 18:02 ` Mike Viau
  2010-04-09 18:12 ` Mike Viau
  0 siblings, 2 replies; 3+ messages in thread
From: Fantu @ 2010-04-08 21:44 UTC (permalink / raw)
  To: xen-devel


Someone can explain me good difference betwen different disk please? I not
found good explain
-- 
View this message in context: http://old.nabble.com/Disk-difference-%28file%2C-tap%3Aaio-ecc%29-tp28184984p28184984.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Disk difference (file, tap:aio ecc)
  2010-04-08 21:44 Disk difference (file, tap:aio ecc) Fantu
@ 2010-04-09 18:02 ` Mike Viau
  2010-04-09 18:12 ` Mike Viau
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Viau @ 2010-04-09 18:02 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1574 bytes --]


To: 

Fantu <fantonifabio@xxxxxxxxxx>




Subject: 

Re: [Xen-users] Difference between file and tap:aio




From: 

Pasi Kärkkäinen <pasik@xxxxxx>




Date: 

Fri, 9 Apr 2010 17:24:44 +0300




Cc: 

xen-users@xxxxxxxxxxxxxxxxxxx




Delivery-date: 

Fri, 09 Apr 2010 07:25:49 -0700
> Date: Thu, 8 Apr 2010 14:44:59 -0700
> From: fantonifabio@tiscali.it
> To: xen-devel@lists.xensource.com
> Subject: [Xen-devel] Disk difference (file, tap:aio ecc)
> 
> 
> Someone can explain me good difference betwen different disk please? I not
> found good explain
> -- 
> View this message in context: http://old.nabble.com/Disk-difference-%28file%2C-tap%3Aaio-ecc%29-tp28184984p28184984.html
> Sent from the Xen - Dev mailing list archive at Nabble.com.
> 

[quote]
file: uses dom0 kernel page cache, and thus might give better performance than 
phy: or tap:aio:,
but it's also more insecure because of the caching.

tap:aio: uses direct IO, so it bypasses dom0 kernel caches, and works like phy: 
in that sense.

blktap1 provides also other modes than :aio, like: qcow, but those were not 
very stable or fast,
so blktap2 was developed. for blktap1 see: 
http://wiki.xensource.com/xenwiki/blktap .

blktap2 also has vhd image support including snapshots and cloning.
See here: http://wiki.xensource.com/xenwiki/blktap2 .

-- Pasi

[/quote]
 		 	   		  
_________________________________________________________________
Got a phone? Get Hotmail & Messenger for mobile!
http://go.microsoft.com/?linkid=9724464

[-- Attachment #1.2: Type: text/html, Size: 2710 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Disk difference (file, tap:aio ecc)
  2010-04-08 21:44 Disk difference (file, tap:aio ecc) Fantu
  2010-04-09 18:02 ` Mike Viau
@ 2010-04-09 18:12 ` Mike Viau
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Viau @ 2010-04-09 18:12 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1543 bytes --]


To:     Fantu <fantonifabio@xxxxxxxxxx>
Subject:     Re: [Xen-users] Difference between file and tap:aio
From:     Pasi Kärkkäinen <pasik@xxxxxx>
Date:     Fri, 9 Apr 2010 17:24:44 +0300
Cc:     xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date:     Fri, 09 Apr 2010 07:25:49 -0700

> Date: Thu, 8 Apr 2010 14:44:59 -0700
> From: fantonifabio@tiscali.it
> To: xen-devel@lists.xensource.com
> Subject: [Xen-devel] Disk difference (file, tap:aio ecc)
> 
> 
> Someone can explain me good difference betwen different disk please? I not
> found good explain
> -- 
> View this message in context: http://old.nabble.com/Disk-difference-%28file%2C-tap%3Aaio-ecc%29-tp28184984p28184984.html
> Sent from the Xen - Dev mailing list archive at Nabble.com.
> 

[quote]
file: uses dom0 kernel page cache, and thus might give better performance than 
phy: or tap:aio:,
but it's also more insecure because of the caching.

tap:aio: uses direct IO, so it bypasses dom0 kernel caches, and works like phy: 
in that sense.

blktap1 provides also other modes than :aio, like: qcow, but those were not 
very stable or fast,
so blktap2 was developed. for blktap1 see: 
http://wiki.xensource.com/xenwiki/blktap .

blktap2 also has vhd image support including snapshots and cloning.
See here: http://wiki.xensource.com/xenwiki/blktap2 .

-- Pasi

[/quote] 		 	   		  
_________________________________________________________________
Hotmail & Messenger are available on your phone. Try now.
http://go.microsoft.com/?linkid=9724461

[-- Attachment #1.2: Type: text/html, Size: 2069 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-09 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 21:44 Disk difference (file, tap:aio ecc) Fantu
2010-04-09 18:02 ` Mike Viau
2010-04-09 18:12 ` Mike Viau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.