Re: [ceph-users] Centos 7 qemu

2014-10-06 Thread Nathan Stratton
On Mon, Oct 6, 2014 at 8:22 AM, Ignazio Cassano wrote: > Hi, > but what kernel version you are using ? > I think rbd kernel module is not in centos 7 kernel . > Have you buill it by sources ? > Built kernel via source, I see modules loaded: [root@virt01a secrets]# lsmod Module

Re: [ceph-users] Centos 7 qemu

2014-10-06 Thread Nathan Stratton
Ah! Thats it! I built qemu with rbd but have not rbd kernel module. I tried to build that on stock el7 kernel and got: /root/rpmbuild/BUILD/ceph-3.10.24-dc9ac62/fs/ceph//inode.c: In function 'splice_dentry': /root/rpmbuild/BUILD/ceph-3.10.24-dc9ac62/fs/ceph//inode.c:904:193: error: 'struct dentry

Re: [ceph-users] Centos 7 qemu

2014-10-06 Thread Ignazio Cassano
Hi, but what kernel version you are using ? I think rbd kernel module is not in centos 7 kernel . Have you buill it by sources ? 2014-10-06 14:08 GMT+02:00 Nathan Stratton : > SELinux is already disabled > > [root@virt01a /]# setsebool -P virt_use_execmem 1 > setsebool: SELinux is disabled. > >

Re: [ceph-users] Centos 7 qemu

2014-10-06 Thread Nathan Stratton
SELinux is already disabled [root@virt01a /]# setsebool -P virt_use_execmem 1 setsebool: SELinux is disabled. ><> nathan stratton | vp technology | broadsoft, inc | +1-240-404-6580 | www.broadsoft.com On Mon, Oct 6, 2014 at 1:16 AM, Vladislav Gorbunov wrote: > Try to disable selinux or run

Re: [ceph-users] Centos 7 qemu

2014-10-06 Thread Ignazio Cassano
Hi all, thank you for your answers and your effort. I ' like also to know if there is difference between mapping rbd device and using them like normal block device (/dev/rbd) in kvm and using qemu-img e libvirt support for rbd. Are there performances issues in first case ? Regards Ignazio 2014

Re: [ceph-users] Centos 7 qemu

2014-10-05 Thread Vladislav Gorbunov
Try to disable selinux or run setsebool -P virt_use_execmem 1 2014-10-06 8:38 GMT+12:00 Nathan Stratton : > I did the same thing, build the RPMs and now show rbd support, however > when I try to start an image I get: > > 2014-10-05 19:48:08.058+: 4524: error : qemuProcessWaitForMonitor:1889

Re: [ceph-users] Centos 7 qemu

2014-10-05 Thread Nathan Stratton
I did the same thing, build the RPMs and now show rbd support, however when I try to start an image I get: 2014-10-05 19:48:08.058+: 4524: error : qemuProcessWaitForMonitor:1889 : internal error: process exited while connecting to monitor: Warning: option deprecated, use lost_tick_policy prope

Re: [ceph-users] Centos 7 qemu

2014-10-05 Thread Henrik Korkuc
Hi, Centos 7 qemu out of the box does not support rbd. I had to build package with rbd support manually with "%define rhev 1" in qemu-kvm spec file. I also had to salvage some files from src.rpm file which were missing from centos git. On 2014.10.04 11:31, Ignazio Cassano wrote: > > Hi all, > I'd

[ceph-users] Centos 7 qemu

2014-10-04 Thread Ignazio Cassano
Hi all, I'd like to know if centos 7 qemu and libvirt suppirt rbd or if there are some extra packages. Regards Ignazio ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com