The OSDMap NEW and AUTOOUT bit additions subtely change the decoding of
the incremental maps in a reasonably harmless way in that the bits get
implicitly cleared whenever the OSD weight changes from non-zero. The
monitors need to agree on this behavior to avoid odd behavior. We don't
care what clients see, since those bits are informational only.
Signed-off-by: Sage Weil <sage@newdream.net>
*/
#define CEPH_OSD_PROTOCOL 8 /* cluster internal */
#define CEPH_MDS_PROTOCOL 14 /* cluster internal */
-#define CEPH_MON_PROTOCOL 8 /* cluster internal */
+#define CEPH_MON_PROTOCOL 9 /* cluster internal */
#define CEPH_OSDC_PROTOCOL 24 /* server/client */
#define CEPH_MDSC_PROTOCOL 32 /* server/client */
#define CEPH_MONC_PROTOCOL 15 /* server/client */