]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: cleanups to optracker code 21371/head
authorJohn Spray <john.spray@redhat.com>
Thu, 12 Apr 2018 09:26:12 +0000 (10:26 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 12 Apr 2018 10:19:41 +0000 (11:19 +0100)
commit55f470f55e858f7b623d54dea9d57cef6c574bf1
tree995941d23de36a161939d8dd49d8dd1a51b71851
parent032d3b53fb40e978148326a4ed397b9c1b24f855
mon: cleanups to optracker code

* Make the types of the configuration options
  TYPE_SECS instead of numbers.
* Remove unused 'filterstr' argument handling,
  this argument is not part of the mon's admin
  socket command definitions.

Signed-off-by: John Spray <john.spray@redhat.com>
src/common/options.cc
src/mon/Monitor.cc