]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #32777 into master
authorJan Fajerski <jfajerski@suse.com>
Mon, 9 Nov 2020 13:10:36 +0000 (14:10 +0100)
committerJan Fajerski <jfajerski@suse.com>
Mon, 9 Nov 2020 13:10:36 +0000 (14:10 +0100)
commitd544dfb549d70a698d88e50f65218c6a9b787fa9
tree2573d811336b58d0db3951bb40210c41ae4365cb
parentdd073a006107065a442fcb9df306be9e791ecad4
parentea0967c963a0250f8ab4c76e04f8ff461cff8a9d
Merge PR #32777 into master

* refs/pull/32777/head:
common,log,msg: Fix win32 compiler warnings
win32,common: provide a default ceph.conf location
common: add newline before parsing config on Windows
common: verify unix sockets support on Windows
common: fix md_config_t::get_cluster_name
global, common: Print config parse errors
common: accept config files containing whitespaces
librbd: avoid broken mingw rng
common: define DEV_NULL
tools,common,msg: Use O_BINARY for win32 compatibility
log: fix timestamps on Windows
common,librbd: add portable ceph_memzero_s
common,msg: Fix socket handling
common: Extend win32 compatbility layer

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
src/client/Client.cc
src/common/CMakeLists.txt
src/common/buffer.cc
src/common/config.cc
src/common/config_proxy.h
src/global/global_init.cc
src/include/buffer.h
src/test/common/CMakeLists.txt
src/tools/osdmaptool.cc
src/tools/rados/rados.cc