Displaying 20 results from an estimated 10000 matches similar to: "Issues with Adding RBD Block Devices"
2015 Mar 31
0
Re: couple of ceph/rbd questions
On 03/31/2015 11:47 AM, Brian Kroth wrote:
> Hi, I've recently been working on setting up a set of libvirt compute
> nodes that will be using a ceph rbd pool for storing vm disk image
> files.  I've got a couple of issues I've run into.
>
> First, per the standard ceph documentation examples [1], the way to add
> a disk is to create a block in the VM definition XML
2013 Oct 21
0
Re: Create RBD Format 2 disk images with qemu-image
On 10/17/2013 05:28 AM, Jon wrote:
> Hello,
>
> I would like to use RBD Format 2 images so I can take advantage of layering.
>
> However, when I use "qemu-img create -f rbd rbd:data/foo 10G", I get
> format 1 RBD images. (Actually, when I use the "-f rbd" flag, qemu-img
> core dumps, but it looks like that feature may have been deprecated [1])
>
> Is
2013 Jun 08
0
Re: [ceph-users] Setting RBD cache parameters for libvirt+qemu
On 06/07/2013 04:18 PM, John Nielsen wrote:
> On Jun 7, 2013, at 5:01 PM, Josh Durgin <josh.durgin@inktank.com> wrote:
>
>> On 06/07/2013 02:41 PM, John Nielsen wrote:
>>> I am running some qemu-kvm virtual machines via libvirt using Ceph RBD as the back-end storage. Today I was testing an update to libvirt-1.0.6 on one of my hosts and discovered that it includes this
2014 Jan 16
0
Re: Ceph RBD locking for libvirt-managed LXC (someday) live migrations
On Wed, Jan 15, 2014 at 05:47:35PM -0500, Joshua Dotson wrote:
> Hi,
> 
> I'm trying to build an active/active virtualization cluster using a Ceph
> RBD as backing for each libvirt-managed LXC.  I know live migration for LXC
> isn't yet possible, but I'd like to build my infrastructure as if it were.
> That is, I would like to be sure proper locking is in place for
2013 Oct 17
2
Create RBD Format 2 disk images with qemu-image
Hello,
I would like to use RBD Format 2 images so I can take advantage of layering.
However, when I use "qemu-img create -f rbd rbd:data/foo 10G", I get format
1 RBD images. (Actually, when I use the "-f rbd" flag, qemu-img core dumps,
but it looks like that feature may have been deprecated [1])
Is there any way to have qemu-img create RBD Format 2 images or am I better
off
2016 Feb 01
2
virsh, virt-filesystems, guestmount, virt-install not working well with ceph rbd yet?
Hello everybody,
This is a cross post to libvirt-users, libguestfs and ceph-users.
I came back from FOSDEM 2016 and this was my 7th year or so and seen the
awesome development around visualization going on and want to thank
everybody for there contributions.
I seen presentations from oVirt, OpenStack and quite a few great Redhat
people, just like the last previous years.
I personally been
2016 Feb 01
2
virsh, virt-filesystems, guestmount, virt-install not working well with ceph rbd yet?
Hello everybody,
This is a cross post to libvirt-users, libguestfs and ceph-users.
I came back from FOSDEM 2016 and this was my 7th year or so and seen the
awesome development around visualization going on and want to thank
everybody for there contributions.
I seen presentations from oVirt, OpenStack and quite a few great Redhat
people, just like the last previous years.
I personally been
2018 Aug 06
0
Re: ceph rbd pool and libvirt manageability (virt-install)
Hello everybody,
virt-install --version
1.4.0
How do I create a ceph network disk with virt-install without having to
edit it?
    <disk type='network' device='disk'>
      <driver name='qemu' type='raw'/>
      <auth username='libvirt'>
        <secret type='ceph' uuid='ec9be0c4-a60f-490e-af83-f0f27aaf48c9'/>
     
2013 Jun 07
0
Re: [ceph-users] Setting RBD cache parameters for libvirt+qemu
On 06/07/2013 02:41 PM, John Nielsen wrote:
> I am running some qemu-kvm virtual machines via libvirt using Ceph RBD as the back-end storage. Today I was testing an update to libvirt-1.0.6 on one of my hosts and discovered that it includes this change:
> 	[libvirt] [PATCH] Forbid use of ':' in RBD pool names
> 		...People are known to be abusing the lack of escaping in current
2013 Jun 07
1
Re: [ceph-users] Setting RBD cache parameters for libvirt+qemu
On Jun 7, 2013, at 5:01 PM, Josh Durgin <josh.durgin@inktank.com> wrote:
> On 06/07/2013 02:41 PM, John Nielsen wrote:
>> I am running some qemu-kvm virtual machines via libvirt using Ceph RBD as the back-end storage. Today I was testing an update to libvirt-1.0.6 on one of my hosts and discovered that it includes this change:
>> 	[libvirt] [PATCH] Forbid use of ':'
2013 Nov 26
3
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hey Hilko,
>> I'm guessing that you're using Ubuntu, am I right?
Pretty good guess. :)
For the time being I'm using 13.10.  I know I've said it previously,  but
your right, I should include that info so I don't make people have to go
digging.
How do you normally deal with that warning? I typically rename the kvm
binary, then link qemu-system-x86_64 but my concern is
2018 Feb 02
1
failed to update cdrom device with rbd disk
Hello,
I'm trying to using virsh update-device to update the CDROM from type='file'
to ceph rbd iso with type='network'.
But I always get
error: Failed to update device from disk
error: internal error: unable to execute QEMU command 'change': error
connecting: Operation not supported
I'm using libvirt-libs-3.10.0-1.el7.x86_64 with centos7.4
my original cdrom xml:
 
2019 Apr 26
2
Libvirt pool cannot see or create rbd clones
Hello everyone,
To increase my odds of finding an answer I also wanted to ask here.
This is my post from serverfault[1] in verbatim:
While trying to get a cloned disk running from my OS snapshot I run
into the problem that Libvirt cannot see existing images cloned from a
snapshot. Created via:
# rbd -p vmdisks clone vmdisks/coreos_2023@base vmdisks/coreos00.disk
The base image has the one
2014 Jan 15
2
Ceph RBD locking for libvirt-managed LXC (someday) live migrations
Hi,
I'm trying to build an active/active virtualization cluster using a Ceph
RBD as backing for each libvirt-managed LXC.  I know live migration for LXC
isn't yet possible, but I'd like to build my infrastructure as if it were.
That is, I would like to be sure proper locking is in place for live
migrations to someday take place.  In other words, I'm building things as
if I were
2015 Mar 31
2
couple of ceph/rbd questions
Hi, I've recently been working on setting up a set of libvirt compute 
nodes that will be using a ceph rbd pool for storing vm disk image 
files.  I've got a couple of issues I've run into.
First, per the standard ceph documentation examples [1], the way to add a 
disk is to create a block in the VM definition XML that looks something 
like this:
<disk type='network'
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
2013 Nov 07
4
Re: RBD images locking
Eric,
Well, in case where several servers may start the same virtual machines after a reboot for exemple.
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2013-August/003887.html
I've seen this hook here : http://www.wogri.at/en/linux/ceph-libvirt-locking/
But it's a hook... 
Yes, I may try to write a patch. My coding skills are surely not as good as yours but I 'd be glad to make
2015 Oct 13
0
[ovirt-users] CEPH rbd support in EL7 libvirt
hi
is ovirt useable with xen? is there any doc/howto how to use it?
Am 2015-10-12 15:04, schrieb Sven Kieske:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> 
> On 12/10/15 10:13, Nux! wrote:
>> Hi Nir,
>> 
>> I have not tried to use Ovirt with Ceph, my question was about
>> libvirt and was directed to ask the question here, sorry for the
2013 Jan 19
9
pygrub/hvm boot with alternate script= for block devices
Hi,
I am doing some experimentation with xen and Ceph and have a problem
booting my guest when my disk = [] uses an alternate block script.
Installation from a .iso was ok since the boot device was a file but 
now
trying to boot from the rbd neither the hvmbuilder or pygrub can start
as they treat the first value after target= as the /dev node to try and
use.
My disk parameter looks like:
disk =
2018 Aug 07
1
Re: ceph rbd pool and libvirt manageability (virt-install)
On Mon, Aug 06, 2018 at 09:19:59PM +0200, Jelle de Jong wrote:
> Hello everybody,
> 
> virt-install --version
> 1.4.0
> 
> How do I create a ceph network disk with virt-install without having to
> edit it?
> 
>     <disk type='network' device='disk'>
>       <driver name='qemu' type='raw'/>
>       <auth