search for: sheepdog

Displaying 20 results from an estimated 58 matches for "sheepdog".

2010 Sep 19
1
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 q...
2013 Sep 18
1
problem with sheepdog backend when creating a pool
Hello all, I am getting a error, when creating a sheepdog pool via libvirt. libvirt is compiled as: ./configure --prefix=/opt/libvirt --without-xen --with-yajl --with-storage-sheepdog=/opt/sheepdog Sheepdog is functional, when creating manually a vdi via "qemu-img" and than using as disk in libvirt. The error looks like this: internal error...
2015 Nov 24
2
libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi, I am trying to use libvirt with sheepdog. I am using Debian 8 stable with libvirt V1.21.0 I am encountering a Problem which already has been reported. ================================================================= See here: http://www.spinics.net/lists/virt-tools/msg08363.html ========================================================...
2011 Aug 25
1
(no subject)
Hi, I?ve used the libvirt and sheepdog, they are so great! But I have one question about libvirt and sheepdog. As we know, I can use this command to create a sheepdog image, #qemu-img create ?f raw sheepdog:fedora15.img 40G but how can I create a pool and volume for sheepdog with the xml of libvirt ? ________________________...
2015 Nov 30
1
Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi, I tried two different approaches. 1.) Convert an existing Image with qemu-img ================================================ qemu-img convert -t directsync lubuntu-14.04.3-desktop-i386.iso sheepdog:lubuntu1404.iso ================================================= results in ==================================================== root@orion2:/var/lib/libvirt/xml# virsh vol-dumpxml --pool herd lubuntu1404.iso <volume type='network'> <name>lubuntu1404.iso</name> <...
2013 Feb 18
0
Sheepdog support in libguestfs (was: Re: About features of libguestfs)
On Mon, Feb 18, 2013 at 11:28:47AM +0800, Edwin Cen wrote: > I wonder if libguestfs supports sheepdog which means if I can inject > some config info into virtual machine built on sheepdog with > libgeustfs or not? If the current version cannot support it can I > change something to make it happen? It's likely that sheepdog could be made to work, and adding support would probably be s...
2013 Sep 24
0
How to create snapshots for sheepdog with libvirt API
Hello! I am trying to create snapshots for sheepdog disks using libvirt API or virsh. The disk is defined in domain as follows: <disk type='network' device='disk'>       <driver name='qemu' cache='none'/>       <source protocol='sheepdog' name='sheepvol1'/>       <target dev='...
2013 Sep 24
0
creating snapshots for sheepdog with libvirt API
Hello! I am trying to create snapshots for sheepdog disks using libvirt API or virsh. The disk is defined in domain as follows: <disk type='network' device='disk'>       <driver name='qemu' cache='none'/>       <source protocol='sheepdog' name='sheepvol1'/>       <target dev='...
2015 Nov 30
0
Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
2015-11-24 15:33 GMT+03:00 Adolf Augustin <adolf.augustin@zettamail.de>: > t should have been solved in libvirt 1.2.17 > > See here: https://libvirt.org/news.html > > ===================================================== > .... > update sheepdog client] update sheepdog client path (Vasiliy Tolstov), > ..... > ===================================================== > > Nevertheless it doesn't work in Debian 8 testing (libvirt 1.2.21). This commit does not related to you issue. Also how you define the volume ? -- Vasiliy To...
2013 Apr 05
3
[PATCH] Add support for SSH (Secure Shell) block device.
Note this patch requires a non-upstream qemu patch that I've been experimenting with. See qemu-devel list. Rich.
2014 Aug 06
2
python-guestfs rbd
how to use python-guestfs to access rbd device? The function i found is g.add_drive_opts, but i dono know how it receive ceph's configuration. I found this link http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libguestfs/ Is that the only way i should use to access ceph rbd? Can we use python-guestfs to get the same effect? Thanks
2015 Jan 10
2
missing backend for pool type 5 (iscsi)
...piled with iscsi support : configure: Storage Drivers configure: configure: Dir: yes configure: FS: yes configure: NetFS: yes configure: LVM: yes configure: iSCSI: yes configure: SCSI: yes configure: mpath: yes configure: Disk: yes configure: RBD: no configure: Sheepdog: no configure: Gluster: no configure: ZFS: no And virsh report that iscsi is supported : virsh -V Virsh command line tool of libvirt 1.2.11 See web site at http://libvirt.org/ Compiled with support for: Hyperviseurs : QEMU/KVM LXC UML OpenVZ VMWare VirtualBox ESX Test Réseau : Remote Netwo...
2014 Mar 13
2
--rbd volume access--
http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libguestfs/#comment-8806 I came across this link and and i was able to retrieve the rbd image. $ guestfish ><fs> set-attach-method appliance ><fs> add-drive /dev/null ><fs> config -set drive.hd0.file=rbd:pool/volume ><fs> run I was able to retrieve f...
2012 Jun 07
1
Installing QEMU without KVM
...rk boot loader roms supported by QEMU, .rom format qemu-img.x86_64 : QEMU command line tool for manipulating disk images libvirt-lock-sanlock.x86_64 : Sanlock lock manager plugin for QEMU driver qemu-kvm.x86_64 : Userspace component of KVM qemu-kvm-tools.x86_64 : KVM debugging and diagnostics tools sheepdog.x86_64 : The Sheepdog Distributed Storage System for KVM/QEMU vios-proxy.x86_64 : Network proxy between a QEMU host and QEMU guests using : virtioserial channels vios-proxy-guest.x86_64 : Network proxy using virtioserial for QEMU guest vios-proxy-host.x86_64 : Network proxy using...
2010 Mar 02
2
Thoughts on storage infrastructure for small scale HA virtual machine deployments
...scenario and that's why I want to ask if someone in here has experience with such a setup, can give recommendations or comment on alternative setups? Would I maybe get away with 4 bonded gbit ethernet ports? Would I require fiber channel or 10gbit infrastructure? Regards, Dennis PS: The sheepdog project (http://www.osrg.net/sheepdog/) looks interesting in that regard but apparently still is far from production-ready.
2014 Mar 12
3
Re: [PATCH v2 03/18] New API parameter: Add discard parameter to guestfs_add_drive_opts.
On Tuesday 11 March 2014 23:13:46 Richard W.M. Jones wrote: > diff --git a/src/drives.c b/src/drives.c > index 2c85b52..68e37f7 100644 > --- a/src/drives.c > +++ b/src/drives.c > @@ -115,7 +115,8 @@ static struct drive * > create_drive_file (guestfs_h *g, const char *path, > bool readonly, const char *format, > const char *iface,
2017 Apr 19
2
virsh error: driver is not whitelisted
...his VM? And the strange thing about this error is that when I check the available drives, there is vvfat in the list: /usr/libexec/qemu-kvm -drive format=? Supported formats: ftps http null-aio null-co file quorum blkverify vvfat blkreplay qed raw qcow2 bochs dmg vmdk parallels vhdx vpc https sheepdog host_cdrom ssh host_device nbd gluster qcow iscsi rbd tftp ftp vdi blkdebug luks cloop Here some information about the environment: cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) virsh --version 2.0.0 /usr/libexec/qemu-kvm --version QEMU emulator version 2.6.0 (qemu-kvm-ev-2.6.0-...
2019 Nov 21
2
Fail to build upstream libvirt on rhel8
...erv --without-vmware --without-vz --without-bhyve --with-remote-default-mode=legacy --with-interface --with-network --with-storage-fs --with-storage-lvm --with-storage-iscsi --with-storage-iscsi-direct --with-storage-scsi --with-storage-disk --with-storage-mpath --with-storage-rbd --without-storage-sheepdog --with-storage-gluster --without-storage-zfs --without-storage-vstorage --with-numactl --with-numad --with-capng --without-fuse --with-netcf --with-selinux --with-selinux-mount=/sys/fs/selinux --without-apparmor --without-hal --with-udev --with-yajl --with-sanlock --with-libpcap --with-macvtap --wi...
2014 Jan 23
7
[PATCH 0/7] Various fixes for Ceph drives and parsing libvirt XML.
Miscellaneous fixes to: - Handling of Ceph drives now works end-to-end (RHBZ#1026688). - In particular, you can now use rbd:/// URIs in guestfish (and they work). - Parse Ceph & NBD network drives from libvirt XML correctly, so that existing domains with Ceph/NBD drives can be added (eg. using guestfish -d option). - Add more testing of the above.
2014 Mar 13
2
Re: --rbd volume access--
...reply kind regards Shumaila Naeem Software Engineer , Ovex Technologies On Thu, Mar 13, 2014 at 5:15 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > On Thu, Mar 13, 2014 at 03:06:17PM +0500, Shumaila Naeem wrote: > > > http://rwmj.wordpress.com/2013/03/12/accessing-ceph-rbd-sheepdog-etc-using-libguestfs/#comment-8806 > > I came across this link and and i was able to retrieve the rbd image. > > > > $ guestfish > > ><fs> set-attach-method appliance > > ><fs> add-drive /dev/null > > ><fs> config -set drive.hd0.file=r...