Hello.
I have a question about `ceph pg {pg.num} mark_unfound_lost delete`.
Will this only delete objects which are unfound, or the whole PG which
you put in as an argument?
Objects (oid's) which i can see with `ceph pg {pg.num} list_missing`?
So in the case bellow, would it remove the object
"rbd_
It has been resolved.
It seems that it in fact only removes the objects which you list with
the list_missing
option.
On Tue, Jan 22, 2019 at 9:42 AM Mathijs van Veluw <
mathijs.van.ve...@gmail.com> wrote:
> Hello.
> I have a question about `ceph pg {pg.num} mark_unfound_lost del