]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/ceph_kvstore_tool: extract StoreTool into kvstore_tool.cc
authorKefu Chai <kchai@redhat.com>
Sat, 19 Jan 2019 16:01:55 +0000 (00:01 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 19 Jan 2019 16:49:14 +0000 (00:49 +0800)
commit301a64212f0a38a3b5db4bd1bd0f15e26ff055cf
treee00bd2cdc225fe6111d38a72605338e6cf62e5e5
parent51bfb6791ff0479c4a2bd7e368c8af7f3fb3761c
tools/ceph_kvstore_tool: extract StoreTool into kvstore_tool.cc

to workaround n bug in GCC 7.3, which leads to ICE like

build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos7/DIST/centos7/MACHINE_SIZE/huge/release/14.0.1-2751-gb268822/rpm/el7/BUILD/ceph-14.0.1-2751-gb268822/src/tools/ceph_kvstore_tool.cc:625:1:
internal compiler error: Segmentation fault
 }
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/CMakeLists.txt
src/tools/ceph_kvstore_tool.cc
src/tools/kvstore_tool.cc [new file with mode: 0644]
src/tools/kvstore_tool.h [new file with mode: 0644]