What version of qemu-img are you using? I found [1] this when poking around on my qemu server when checking for rbd support. This version (note it's proxmox) has rbd listed as a supported format.
[1] # qemu-img -V; qemu-img --help|grep rbd qemu-img version 2.11.2pve-qemu-kvm_2.11.2-1 Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers Supported formats: blkdebug blkreplay blkverify bochs cloop dmg file ftp ftps gluster host_cdrom host_device http https iscsi iser luks nbd null-aio null-co parallels qcow qcow2 qed quorum raw rbd replication sheepdog throttle vdi vhdx vmdk vpc vvfat zeroinit On Tue, Oct 30, 2018 at 12:08 PM Kevin Olbrich <[email protected]> wrote: > Is it possible to use qemu-img with rbd support on Debian Stretch? > I am on Luminous and try to connect my image-buildserver to load images > into a ceph pool. > > root@buildserver:~# qemu-img convert -p -O raw /target/test-vm.qcow2 >> rbd:rbd_vms_ssd_01/test_vm >> qemu-img: Unknown protocol 'rbd' > > > Kevin > > Am Mo., 3. Sep. 2018 um 12:07 Uhr schrieb Abhishek Lekshmanan < > [email protected]>: > >> [email protected] writes: >> >> > Can anyone confirm if the Ceph repos for Debian/Ubuntu contain packages >> for >> > Debian? I'm not seeing any, but maybe I'm missing something... >> > >> > I'm seeing ceph-deploy install an older version of ceph on the nodes >> (from the >> > Debian repo) and then failing when I run "ceph-deploy osd ..." because >> ceph- >> > volume doesn't exist on the nodes. >> > >> The newer versions of Ceph (from mimic onwards) requires compiler >> toolchains supporting c++17 which we unfortunately do not have for >> stretch/jessie yet. >> >> - >> Abhishek >> _______________________________________________ >> ceph-users mailing list >> [email protected] >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >> > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com >
_______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
