* BUG: problem when removing / creating rbd image (format v2)
@ 2012-11-03 10:27 Stefan Priebe
2012-11-03 16:18 ` Josh Durgin
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Priebe @ 2012-11-03 10:27 UTC (permalink / raw)
To: ceph-devel@vger.kernel.org
Hello list,
[systemI: ~]# rbd -p kvmstor rm vm-113-disk-1
2012-11-03 11:25:43.520833 7fb191d71760 -1 librbd::ImageCtx: error
finding header: (2) No such file or directory
Removing image: 0% complete...failed.
rbd: delete error: (2) No such file or directory
2012-11-03 11:25:43.531708 7fb191d71760 -1 librbd: error removing img
from new-style directory: (2) No such file or directory
[systemI: ~]# rbd create -p kvmstor --format 2 --size 32000
--stripe-count 4 --stripe-unit 1048576 -s 4194304 kvm-113-disk-1
rbd: create error: (17) File exists
2012-11-03 11:25:41.017364 7fae8b832760 -1 librbd: rbd image
kvm-113-disk-1 already exists
[systemI: ~]# rbd -p kvmstor rm vm-113-disk-1
2012-11-03 11:26:55.552217 7f1349114760 -1 librbd::ImageCtx: error
finding header: (2) No such file or directory
2012-11-03 11:26:55.564664 7f1349114760 -1 librbd: error removing img
from new-style directory: (2) No such file or directory
Removing image: 0% complete...failed.
rbd: delete error: (2) No such file or directory
There seems to be a bug ;-)
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: BUG: problem when removing / creating rbd image (format v2)
2012-11-03 10:27 BUG: problem when removing / creating rbd image (format v2) Stefan Priebe
@ 2012-11-03 16:18 ` Josh Durgin
2012-11-03 16:32 ` Stefan Priebe
0 siblings, 1 reply; 3+ messages in thread
From: Josh Durgin @ 2012-11-03 16:18 UTC (permalink / raw)
To: Stefan Priebe; +Cc: ceph-devel
On 2012-11-03 03:27, Stefan Priebe wrote:
> Hello list,
>
> [systemI: ~]# rbd -p kvmstor rm vm-113-disk-1
> 2012-11-03 11:25:43.520833 7fb191d71760 -1 librbd::ImageCtx: error
> finding header: (2) No such file or directory
> Removing image: 0% complete...failed.
> rbd: delete error: (2) No such file or directory
> 2012-11-03 11:25:43.531708 7fb191d71760 -1 librbd: error removing img
> from new-style directory: (2) No such file or directory
>
> [systemI: ~]# rbd create -p kvmstor --format 2 --size 32000
> --stripe-count 4 --stripe-unit 1048576 -s 4194304 kvm-113-disk-1
> rbd: create error: (17) File exists
> 2012-11-03 11:25:41.017364 7fae8b832760 -1 librbd: rbd image
> kvm-113-disk-1 already exists
^ this k wasn't in your other commands. Is this a copy-paste error
or a typo?
> [systemI: ~]# rbd -p kvmstor rm vm-113-disk-1
> 2012-11-03 11:26:55.552217 7f1349114760 -1 librbd::ImageCtx: error
> finding header: (2) No such file or directory
> 2012-11-03 11:26:55.564664 7f1349114760 -1 librbd: error removing img
> from new-style directory: (2) No such file or directory
> Removing image: 0% complete...failed.
> rbd: delete error: (2) No such file or directory
>
> There seems to be a bug ;-)
>
> Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: BUG: problem when removing / creating rbd image (format v2)
2012-11-03 16:18 ` Josh Durgin
@ 2012-11-03 16:32 ` Stefan Priebe
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Priebe @ 2012-11-03 16:32 UTC (permalink / raw)
To: Josh Durgin; +Cc: ceph-devel, alexandre DERUMIER
Am 03.11.2012 17:18, schrieb Josh Durgin:
> On 2012-11-03 03:27, Stefan Priebe wrote:
>> Hello list,
>>
>> [systemI: ~]# rbd -p kvmstor rm vm-113-disk-1
>> 2012-11-03 11:25:43.520833 7fb191d71760 -1 librbd::ImageCtx: error
>> finding header: (2) No such file or directory
>> Removing image: 0% complete...failed.
>> rbd: delete error: (2) No such file or directory
>> 2012-11-03 11:25:43.531708 7fb191d71760 -1 librbd: error removing img
>> from new-style directory: (2) No such file or directory
>>
>> [systemI: ~]# rbd create -p kvmstor --format 2 --size 32000
>> --stripe-count 4 --stripe-unit 1048576 -s 4194304 kvm-113-disk-1
>> rbd: create error: (17) File exists
>> 2012-11-03 11:25:41.017364 7fae8b832760 -1 librbd: rbd image
>> kvm-113-disk-1 already exists
>
> ^ this k wasn't in your other commands. Is this a copy-paste error
> or a typo?
*ARGH* Sorry it was a typo and i didn't recognized it.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-03 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-03 10:27 BUG: problem when removing / creating rbd image (format v2) Stefan Priebe
2012-11-03 16:18 ` Josh Durgin
2012-11-03 16:32 ` Stefan Priebe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.