Narendra Prasad Madanapalli
2010-Sep-19 16:57 UTC
[libvirt-users] libvirt support for sheepdog file system
Hi Everyone, I am planning to extend libvirt to support sheepdog for qemu/kvm and found that storage code is placed in src/storage. Storing files in sheepdog is independent of file system and we just need to specify vm-name on qemu command ine. Here are the following comands used for creating and running a VM using qemu qemu-img create sheepdog:MyImage001 25G qemu-system-x86_64 sheepdog:MyImage001 I would appreciate if any one provide pointers on incorporating sheepdog functionality to libvirt. Thanks, Narendra.
Justin Clift
2010-Sep-21 18:00 UTC
[libvirt-users] libvirt support for sheepdog file system
On 09/20/2010 02:57 AM, Narendra Prasad Madanapalli wrote:> Hi Everyone, > > I am planning to extend libvirt to support sheepdog for qemu/kvm and > found that storage code is placed in src/storage. Storing files in > sheepdog is independent of file system and we just need to specify > vm-name on qemu command ine. Here are the following comands used for > creating and running a VM using qemu > > qemu-img create sheepdog:MyImage001 25G > qemu-system-x86_64 sheepdog:MyImage001 > > > I would appreciate if any one provide pointers on incorporating > sheepdog functionality to libvirt.Hi Narendra, This sounds relevant, have you come across it? http://www.mail-archive.com/sheepdog at lists.wpkg.org/msg00615.html I've only just seen it now, but it looks like it might do what you want. ? Regards and best wishes, Justin Clift
Reasonably Related Threads
- problem with sheepdog backend when creating a pool
- libvirtd doesn't attach Sheepdog storage VDI disk correctly
- Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
- TFTPD: Cannot open /etc/hosts.{allow, deny}: Too many open files
- Sheepdog support in libguestfs (was: Re: About features of libguestfs)