]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: rev cluster protocol to match osd hearbeat change
authorSage Weil <sage@newdream.net>
Mon, 7 Dec 2009 21:47:50 +0000 (13:47 -0800)
committerSage Weil <sage@newdream.net>
Mon, 7 Dec 2009 21:47:50 +0000 (13:47 -0800)
src/include/ceph_fs.h

index e2fd0247827e8eaf1336b5a5846e8385e6e51f85..830c5a2332cac62be4608cca81132e2ee9674840 100644 (file)
@@ -35,7 +35,7 @@
  * internal cluster protocols separately from the public,
  * client-facing protocol.
  */
-#define CEPH_OSD_PROTOCOL     7 /* cluster internal */
+#define CEPH_OSD_PROTOCOL     8 /* cluster internal */
 #define CEPH_MDS_PROTOCOL     9 /* cluster internal */
 #define CEPH_MON_PROTOCOL     5 /* cluster internal */
 #define CEPH_OSDC_PROTOCOL   22 /* server/client */