Re: [ceph-users] radosgw-admin object unlink

2013-10-26 Thread Yehuda Sadeh
No. The object unlink option is to delete an object via radosgw-admin. It has nothing to do with index-less buckets. On Sat, Oct 26, 2013 at 2:01 PM, Dominik Mostowiec wrote: > Hi, > "radosgw-admin object unlink" can do stomething like 'blind bucket' > (object in bucket without rgw index)? > > --

Re: [ceph-users] radosgw-admin object unlink

2013-10-26 Thread Dominik Mostowiec
Hi, "radosgw-admin object unlink" can do stomething like 'blind bucket' (object in bucket without rgw index)? -- Regards Dominik 2013/10/13 Dominik Mostowiec : > hmm, 'tail' - do you mean file/object content? > I thought that this command might be workaround for 'blind bucket'. > Am I wrong? > >

Re: [ceph-users] radosgw-admin object unlink

2013-10-13 Thread Dominik Mostowiec
hmm, 'tail' - do you mean file/object content? I thought that this command might be workaround for 'blind bucket'. Am I wrong? -- Regards Dominik 2013/10/13 Yehuda Sadeh : > This sends the objects through the removal process. If the object has > a 'tail', then it's going to be removed later by t

Re: [ceph-users] radosgw-admin object unlink

2013-10-13 Thread Yehuda Sadeh
This sends the objects through the removal process. If the object has a 'tail', then it's going to be removed later by the garbage collector. On Sat, Oct 12, 2013 at 11:02 PM, Dominik Mostowiec wrote: > Thanks :-) > > This command removes object from rgw index (not mark it as removed)? > > -- >

Re: [ceph-users] radosgw-admin object unlink

2013-10-12 Thread Dominik Mostowiec
Thanks :-) This command removes object from rgw index (not mark it as removed)? -- Regards Domink 2013/10/13 Yehuda Sadeh : > On Sat, Oct 12, 2013 at 4:00 PM, Dominik Mostowiec > wrote: >> Hi, >> How works radosgw-admin object unlink? >> >> After: >> radosgw-admin object unlink --bucket=testbu

Re: [ceph-users] radosgw-admin object unlink

2013-10-12 Thread Yehuda Sadeh
On Sat, Oct 12, 2013 at 4:00 PM, Dominik Mostowiec wrote: > Hi, > How works radosgw-admin object unlink? > > After: > radosgw-admin object unlink --bucket=testbucket 'test_file_1001.txt' Try: $ radosgw-admin object unlink --bucket=testbucket --object='test_file_1001.txt' Yehuda > > File stil

[ceph-users] radosgw-admin object unlink

2013-10-12 Thread Dominik Mostowiec
Hi, How works radosgw-admin object unlink? After: radosgw-admin object unlink --bucket=testbucket 'test_file_1001.txt' File still exists in bucket list: s3 -u list testbucket | grep 'test_file_1001.txt' test_file_1001.txt 2013-10-11T11:46:54Z 5 ceph -v ceph