commit | f48db1e9ac6f1578ab7efef9f66c70279e2f0cb5 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <ilya.dryomov@inktank.com> | Mon Dec 30 19:21:29 2013 +0200 |
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | Tue Dec 31 20:32:30 2013 +0200 |
tree | 3c6a017262e228c2346cc1233326ad58868a07a5 | |
parent | cdff49918c8286ac18593e742ead25242c76c81d [diff] |
libceph: use CEPH_MON_PORT when the specified port is 0 Similar to userspace, don't bail with "parse_ips bad ip ..." if the specified port is port 0, instead use port CEPH_MON_PORT (6789, the default monitor port). Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>