On Fri, Sep 25, 2020 at 3:55 AM Liu, Changcheng <changcheng.liu@xxxxxxxxx> wrote: > > CEPH_PORT_FIRST isn't used anywhere. > non-monitors ports are in below range: > [CEPH_PORT_START, CEPH_PORT_LAST] > > Signed-off-by: Changcheng Liu <changcheng.liu@xxxxxxxxxx> > > diff --git a/include/linux/ceph/msgr.h b/include/linux/ceph/msgr.h > index 9e50aede46c8..0e7888665492 100644 > --- a/include/linux/ceph/msgr.h > +++ b/include/linux/ceph/msgr.h > @@ -13,7 +13,6 @@ > * range, simply for the benefit of tools like nmap or wireshark > * that would like to identify the protocol. > */ > -#define CEPH_PORT_FIRST 6789 > #define CEPH_PORT_START 6800 /* non-monitors start here */ > #define CEPH_PORT_LAST 6900 > > -- > 2.17.1 > Hi Changcheng, This is sent from changcheng.liu@xxxxxxxxx, but the Signed-off-by line doesn't cover that address. It is quite common for people to own several addresses, but the Signed-off-by line has to match. Could you please resend from the correct address / with the correct Signed-off-by line? Thanks, Ilya