]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/LogEntry: addr -> addrs
authorSage Weil <sage@redhat.com>
Fri, 25 May 2018 20:11:32 +0000 (15:11 -0500)
committerSage Weil <sage@redhat.com>
Sun, 27 May 2018 22:26:26 +0000 (17:26 -0500)
commitad4f6a13989cbfd34dc76215ceb93494d8cd0adb
tree1f7300a852bdfebe9b120f89e9286d5bf980c70c
parent10a2a5604cae545271d5362cd7e7a45312cd1834
common/LogEntry: addr -> addrs

We want to switch to an addrvec.  This requires multiple parts:

 - switch the Key type to use just the rank
 - separate entity_name_t rank
 - compat encoding
 - graylog field naming has changed (includes name)
 - syslog output formatting has changed (includes name)
 - LogEntry operator<< modified a bit

Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes
src/common/Graylog.cc
src/common/LogClient.cc
src/common/LogClient.h
src/common/LogEntry.cc
src/common/LogEntry.h
src/librados/RadosClient.cc
src/mon/LogMonitor.cc
src/pybind/mgr/dashboard/frontend/package.json
src/test/mon/test_mon_workloadgen.cc