qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] best way to provide disk storage for vm without shared storage system
@ 2013-07-03 13:31 Vasiliy Tolstov
  2013-07-04  8:57 ` [Qemu-devel] [libvirt] " Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Vasiliy Tolstov @ 2013-07-03 13:31 UTC (permalink / raw)
  To: libvirt-users, libvirt-list, qemu-devel

Hello. I'm very happy with libvirt and qemu, that great software!
(after some playing i want to create golang bindings to libvirt)..

Now i provide ext4 fs for qcow2 images (raid1 with two sata disks).
Now i don't need live migration (but may need it in feature).
What is the best way to provide disks to vm in case of performance,
ability to create backups (i don't want lvm snapshots)?

As i search from google more speed can take physical storage - lvm.
But may be QED or FVD can provide near lvm performance to me?

--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru

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

* Re: [Qemu-devel] [libvirt] best way to provide disk storage for vm without shared storage system
  2013-07-03 13:31 [Qemu-devel] best way to provide disk storage for vm without shared storage system Vasiliy Tolstov
@ 2013-07-04  8:57 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-07-04  8:57 UTC (permalink / raw)
  To: Vasiliy Tolstov; +Cc: libvirt-users, libvirt-list, qemu-devel

On Wed, Jul 03, 2013 at 05:31:44PM +0400, Vasiliy Tolstov wrote:
> Now i provide ext4 fs for qcow2 images (raid1 with two sata disks).
> Now i don't need live migration (but may need it in feature).
> What is the best way to provide disks to vm in case of performance,
> ability to create backups (i don't want lvm snapshots)?
> 
> As i search from google more speed can take physical storage - lvm.
> But may be QED or FVD can provide near lvm performance to me?

"Best" really depends.  If you don't want to use LVM you could use raw
image files (fast) and perform backups inside the guest just like on a
physical machine.

qcow2 has pretty good performance nowadays.  If you care about
performance then benchmark your workload to decide which configuration
best.  There is no single answer because it depends on your workload and
additional constraints (like no LVM).

Stefan

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

end of thread, other threads:[~2013-07-04  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 13:31 [Qemu-devel] best way to provide disk storage for vm without shared storage system Vasiliy Tolstov
2013-07-04  8:57 ` [Qemu-devel] [libvirt] " Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).