[PATCH] Add X-Python-Version >=2.6 to debian control file.

2013-02-27 Thread Filippos Giannakos
python-ceph complains when installed to debian squeeze about the 'with' statement. Apparently installation tries to install the python-ceph package for python 2.5, which does not support the 'with' statement natively. Signed-off-by: Filippos Giannakos --- debian/control |1 + 1 file changed,

rename whilst in use

2013-02-27 Thread Wolfgang Hennerbichler
hi, I've accidently renamed a rbd object that has been in use within a kvm-domain. After detaching the rbd object I could rename it, but the source seems still to be around in space: # rbd ls -l rd | grep mysql3 mysql3.new 12000M 2 # rbd create rd/test --size 1 # rbd rename rd/test rd

Re: rename whilst in use

2013-02-27 Thread Josh Durgin
On 02/27/2013 04:59 AM, Wolfgang Hennerbichler wrote: hi, I've accidently renamed a rbd object that has been in use within a kvm-domain. After detaching the rbd object I could rename it, but the source seems still to be around in space: # rbd ls -l rd | grep mysql3 mysql3.new 12000M

Re: rename whilst in use

2013-02-27 Thread Wolfgang Hennerbichler
On 02/27/2013 11:01 PM, Josh Durgin wrote: > Since it doesn't appear in rbd ls, this suggests that the old > rbd_id.mysql3 object still exists. Yes. Is there a way I can safely delete it? rados ls -p rd | grep mysql | less mysql3.rbd rbd_id.mysql3.new => here it is (and yes, it's format==1).