On Thu, Oct 27, 2016 at 12:30 PM, Richard Chan
<rich...@treeboxsolutions.com> wrote:
> Hi Cephers,
>
> In my period list I am seeing an orphan period
>
> {
>     "periods": [
>         "24dca961-5761-4bd1-972b-685a57e2fcf7:staging",
>         "a5632c6c4001615e57e587c129c1ad93:staging",
>         "fac3496d-156f-4c09-9654-179ad44091b9"
>     ]
> }
>
>
> The realm a5632c6c4001615e57e587c129c1ad93 no longer exists.
>
> How do I clean this up?
>
> radosgw-admin --cluster flash period delete --realm-id
> a5632c6c4001615e57e587c129c1ad93
> missing period id
>

you need to provide period id not realm id for this command.

try:
radosgw-admin --cluster flash period delete --period <period id to delete>

> doesn't work as it wants a period id, instead of deleting by realm-id
>
>
>
>
>
>
>
> --
> Richard Chan
>
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to