From: Kefu Chai Date: Tue, 1 Oct 2019 04:51:45 +0000 (+0800) Subject: os: remove KineticStore X-Git-Tag: v15.1.0~1353^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a119b442f8234162a9de101378ada38778f768df;p=ceph-ci.git os: remove KineticStore kinetic-cpp-client and kinetic project as a whole are not acitvely supported or maintained anymore. see - https://github.com/Kinetic/kinetic-cpp-client - http://www.openkinetic.org Signed-off-by: Kefu Chai --- diff --git a/qa/suites/perf-basic/settings/optimized.yaml b/qa/suites/perf-basic/settings/optimized.yaml index 9e0ebbd4512..8b53498db9c 100644 --- a/qa/suites/perf-basic/settings/optimized.yaml +++ b/qa/suites/perf-basic/settings/optimized.yaml @@ -71,7 +71,6 @@ overrides: debug rocksdb: "0/0" debug leveldb: "0/0" debug memdb: "0/0" - debug kinetic: "0/0" debug fuse: "0/0" debug mgr: "0/0" debug mgrc: "0/0" diff --git a/qa/suites/rados/perf/settings/optimized.yaml b/qa/suites/rados/perf/settings/optimized.yaml index 3a7db65c423..dc4dcbb969e 100644 --- a/qa/suites/rados/perf/settings/optimized.yaml +++ b/qa/suites/rados/perf/settings/optimized.yaml @@ -67,7 +67,6 @@ overrides: debug rocksdb: "0/0" debug leveldb: "0/0" debug memdb: "0/0" - debug kinetic: "0/0" debug fuse: "0/0" debug mgr: "0/0" debug mgrc: "0/0" diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 3f51bb0558a..fbc6b1199b4 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -816,13 +816,6 @@ OPTION(leveldb_paranoid, OPT_BOOL) // leveldb paranoid flag OPTION(leveldb_log, OPT_STR) // enable leveldb log file OPTION(leveldb_compact_on_mount, OPT_BOOL) -OPTION(kinetic_host, OPT_STR) // hostname or ip address of a kinetic drive to use -OPTION(kinetic_port, OPT_INT) // port number of the kinetic drive -OPTION(kinetic_user_id, OPT_INT) // kinetic user to authenticate as -OPTION(kinetic_hmac_key, OPT_STR) // kinetic key to authenticate with -OPTION(kinetic_use_ssl, OPT_BOOL) // whether to secure kinetic traffic with TLS - - OPTION(rocksdb_log_to_ceph_log, OPT_BOOL) // log to ceph log OPTION(rocksdb_cache_size, OPT_U64) // rocksdb cache size (unless set by bluestore/etc) OPTION(rocksdb_cache_row_ratio, OPT_FLOAT) // ratio of cache for row (vs block) diff --git a/src/common/options.cc b/src/common/options.cc index 5f4a2f24791..cc1127f69c9 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3945,26 +3945,6 @@ std::vector