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
Hi,
I think I found what trigger mon reelection.
It is system disk load (logrotate, and other ...), I have mon
directory on this disk aslo.
Regards
Dominik
2013/9/13 Gregory Farnum :
> I believe that's too high of an allowed skew with the default lease etc
> settings. The actual complaint is "I g
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
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