Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-11 Thread Sakirnth Nagarasa
On 6/11/19 10:42 AM, Igor Podlesny wrote: > On Tue, 11 Jun 2019 at 14:46, Sakirnth Nagarasa > wrote: >> On 6/7/19 3:35 PM, Jason Dillaman wrote: > [...] >>> Can you run "rbd rm --log-to-stderr=true --debug-rbd=20 >>> ${POOLNAME}/${IMAGE}" and provide the logs via pastebin.com? >>> Cheers, >>>

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-11 Thread Igor Podlesny
On Tue, 11 Jun 2019 at 14:46, Sakirnth Nagarasa wrote: > On 6/7/19 3:35 PM, Jason Dillaman wrote: [...] > > Can you run "rbd rm --log-to-stderr=true --debug-rbd=20 > > ${POOLNAME}/${IMAGE}" and provide the logs via pastebin.com? > > > >> Cheers, > >> Sakirnth > > It is not necessary anymore the re

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-11 Thread Sakirnth Nagarasa
On 6/7/19 3:35 PM, Jason Dillaman wrote: > On Fri, Jun 7, 2019 at 7:22 AM Sakirnth Nagarasa > wrote: >> >> On 6/6/19 5:09 PM, Jason Dillaman wrote: >>> On Thu, Jun 6, 2019 at 10:13 AM Sakirnth Nagarasa >>> wrote: On 6/6/19 3:46 PM, Jason Dillaman wrote: > Can you run "rbd trash ls -

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-07 Thread Jason Dillaman
On Fri, Jun 7, 2019 at 7:22 AM Sakirnth Nagarasa wrote: > > On 6/6/19 5:09 PM, Jason Dillaman wrote: > > On Thu, Jun 6, 2019 at 10:13 AM Sakirnth Nagarasa > > wrote: > >> > >> On 6/6/19 3:46 PM, Jason Dillaman wrote: > >>> Can you run "rbd trash ls --all --long" and see if your image > >>> is lis

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-07 Thread Sakirnth Nagarasa
On 6/6/19 5:09 PM, Jason Dillaman wrote: > On Thu, Jun 6, 2019 at 10:13 AM Sakirnth Nagarasa > wrote: >> >> On 6/6/19 3:46 PM, Jason Dillaman wrote: >>> Can you run "rbd trash ls --all --long" and see if your image >>> is listed? >> >> No, it is not listed. >> >> I did run: >> rbd trash ls --all -

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-06 Thread Jason Dillaman
On Thu, Jun 6, 2019 at 10:13 AM Sakirnth Nagarasa wrote: > > On 6/6/19 3:46 PM, Jason Dillaman wrote: > > Can you run "rbd trash ls --all --long" and see if your image > > is listed? > > No, it is not listed. > > I did run: > rbd trash ls --all --long ${POOLNAME_FROM_IMAGE} > > Cheers, > Sakirnth

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-06 Thread Sakirnth Nagarasa
On 6/6/19 3:46 PM, Jason Dillaman wrote: > Can you run "rbd trash ls --all --long" and see if your image > is listed? No, it is not listed. I did run: rbd trash ls --all --long ${POOLNAME_FROM_IMAGE} Cheers, Sakirnth ___ ceph-users mailing list ceph-us

Re: [ceph-users] Remove rbd image after interrupt of deletion command

2019-06-06 Thread Jason Dillaman
On Thu, Jun 6, 2019 at 5:07 AM Sakirnth Nagarasa wrote: > > Hello, > > Our ceph version is ceph nautilus (14.2.1). > We create periodically snapshots from an rbd image (50 TB). In order to > restore some data, we have cloned a snapshot. > To delete the snapshot we ran: rbd rm ${POOLNAME}/${IMAGE}

[ceph-users] Remove rbd image after interrupt of deletion command

2019-06-06 Thread Sakirnth Nagarasa
Hello, Our ceph version is ceph nautilus (14.2.1). We create periodically snapshots from an rbd image (50 TB). In order to restore some data, we have cloned a snapshot. To delete the snapshot we ran: rbd rm ${POOLNAME}/${IMAGE} But it took very long to delete the image after half an hour it had o

Re: [ceph-users] Remove RBD Image

2015-07-29 Thread Christian Eichelmann
Hi Ilya, that worked for me and actually pointed out that one of my collegues currently had the rbd pool locally mounted via fuse-rbd, which obviously locks all images in this pool. Problem solved! Thanks! Regards, Christian Am 29.07.2015 um 11:48 schrieb Ilya Dryomov: > On Wed, Jul 29, 2015 at

Re: [ceph-users] Remove RBD Image

2015-07-29 Thread Ilya Dryomov
On Wed, Jul 29, 2015 at 11:30 AM, Christian Eichelmann wrote: > Hi all, > > I am trying to remove several rbd images from the cluster. > Unfortunately, that doesn't work: > > $ rbd info foo > rbd image 'foo': > size 1024 GB in 262144 objects > order 22 (4096 kB objects) > b

[ceph-users] Remove RBD Image

2015-07-29 Thread Christian Eichelmann
Hi all, I am trying to remove several rbd images from the cluster. Unfortunately, that doesn't work: $ rbd info foo rbd image 'foo': size 1024 GB in 262144 objects order 22 (4096 kB objects) block_name_prefix: rb.0.919443.238e1f29 format: 1 $ rbd rm foo 2015-07-2