]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgrc: fix report sending after failover
authorJohn Spray <john.spray@redhat.com>
Tue, 26 Jul 2016 12:58:04 +0000 (13:58 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 29 Sep 2016 16:27:00 +0000 (17:27 +0100)
commite3104862b84eb4e2971c0dab3fb0b7389e0e43fa
tree9c776560d2ea010af02f5b337f2f76c088900618
parent9501bfdd711499c1314a3495549da24fbc02257e
mgrc: fix report sending after failover

The send_report loop doesn't get kicked off
on configure messages unless the period is
set to its initial value (0).

Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/MgrClient.cc