commit | 58d81b1294f02262a141687cd62529c1ec8e6484 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Jan 21 16:33:15 2016 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Fri Mar 25 18:51:39 2016 +0100 |
tree | d173c6a869e09038b47af7c203fe0d77d9d5d2c3 | |
parent | 0e04dc26cc594d31ee6b1382b452b6bc83b57937 [diff] |
libceph: monc ping rate is 10s Split ping interval and ping timeout: ping interval is 10s; keepalive timeout is 30s. Make monc_ping_timeout a constant while at it - it's not actually exported as a mount option (and the rest of tick-related settings won't be either), so it's got no place in ceph_options. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>