]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/mon: pass a string to Client::run_command()
authorKefu Chai <kchai@redhat.com>
Tue, 2 Mar 2021 09:00:51 +0000 (17:00 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Mar 2021 11:04:28 +0000 (19:04 +0800)
commitd30e4c2318d81357b6b1e6755d820259d4069d32
tree0ceb748fa7538ba2ac43c464b76419e75367fd56
parent3a9fd7d711e050b52e1c4c2558e01c98ce459053
crimson/mon: pass a string to Client::run_command()

as the reason why MMonCommand uses a vector is but for legacy reasons,
there is no need to expose this via the interface.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc
src/crimson/mon/MonClient.h
src/crimson/osd/osd.cc