]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: default ms type = async
authorSage Weil <sage@redhat.com>
Mon, 6 Jun 2016 12:29:29 +0000 (08:29 -0400)
committerSage Weil <sage@redhat.com>
Mon, 6 Jun 2016 12:29:29 +0000 (08:29 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 267aff753df09ddb50ac891f9b27d2819e21c216..768c7f941c34d26d3f8874aab9f4efb031347b5d 100644 (file)
@@ -166,7 +166,7 @@ OPTION(heartbeat_file, OPT_STR, "")
 OPTION(heartbeat_inject_failure, OPT_INT, 0)    // force an unhealthy heartbeat for N seconds
 OPTION(perf, OPT_BOOL, true)       // enable internal perf counters
 
-OPTION(ms_type, OPT_STR, "simple")   // messenger backend
+OPTION(ms_type, OPT_STR, "async")   // messenger backend
 OPTION(ms_tcp_nodelay, OPT_BOOL, true)
 OPTION(ms_tcp_rcvbuf, OPT_INT, 0)
 OPTION(ms_tcp_prefetch_max_size, OPT_INT, 4096) // max prefetch size, we limit this to avoid extra memcpy