On Fri, Aug 7, 2020 at 10:25 PM Void Star Nill <void.star.nill@xxxxxxxxx> wrote: > > Hi, > > I want to understand the <EntityAddress> format for `ceph osd blacklist` > commands. The documentation just says it's the address. But I am not sure > if it can just be the host IP address or anything else. What does *:0/* > *3710147553* represent in the following output? > > $ ceph osd blacklist ls > listed 1 entries127.0.0.1:0/3710147553 2018-03-19 11:32:24.716146 > $ ceph osd blacklist rm 127.0.0.1:0/3710147553 > un-blacklisting 127.0.0.1:0/3710147553 The format is <ip>:<port>/<nonce>. For clients, nonce is a random value used to distinguish multiple clients on the same host. Thanks, Ilya _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx