[ceph-users] help removing an rbd image?

2016-05-24 Thread Kevan Rehm
Greetings, I have a small Ceph 10.2.1 test cluster using a 3-replicate pool based on 24 SSDs configured with bluestore. I created and wrote an rbd image called "image1", then deleted the image again. rbd -p ssd_replica create --size 100G image1 rbd --pool ssd_replica bench-write --io-size 2M

Re: [ceph-users] help removing an rbd image?

2016-05-24 Thread Kevan Rehm
et with Ceph. Kevan On 5/24/16, 3:47 PM, "Jason Dillaman" wrote: >Any chance you are using cache tiering? It's odd that you can see the >objects through "rados ls" but cannot delete them with "rados rm". > >On Tue, May 24, 2016 at 4:34 PM, Kevan Rehm

Re: [ceph-users] help removing an rbd image?

2016-05-24 Thread Kevan Rehm
t; wrote: >My money is on bluestore. If you can try to reproduce on filestore, >that would rapidly narrow it down. >-Sam > >On Tue, May 24, 2016 at 1:53 PM, Kevan Rehm wrote: >> Nope, not using tiering. >> >> Also, this is my second attempt, this is repeatable

Re: [ceph-users] help removing an rbd image?

2016-05-26 Thread Kevan Rehm
f29.2d3d: (2) No such file or directory I'm not sure where to go from here. Suggestions? Kevan On 5/24/16, 4:11 PM, "Kevan Rehm" wrote: >Okay, will do. If the problem goes away with filestore, I'll switch back >to bluestore again and re-duplicate th

[ceph-users] ceph master build fails on src/gmock, workaround?

2016-07-09 Thread Kevan Rehm
Greetings, I cloned the master branch of ceph at https://github.com/ceph/ceph.git onto a Centos 7 machine, then did ./autogen.sh ./configure --enable-xio make but the build fails when it references the src/gmock subdirectory, see below. Typing "make" a second time stops in the same place. To