]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: admin sock output XML elements whitespace 3031/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 28 Nov 2014 15:08:49 +0000 (16:08 +0100)
committerLoic Dachary <ldachary@redhat.com>
Fri, 28 Nov 2014 16:59:15 +0000 (17:59 +0100)
commit8658911d658b860128b1b102f2565f151738ef96
treeb000ed1e3a03607bb9dac9a1ba54d659e97aeeaa
parentbc90df1ed48a513a518853c9c6369d16edd8af7f
common: admin sock output XML elements whitespace

Replace white space with underscore in XML elements displayed from admin
socket commands. <config get>...</config get> becomes
<config_get>...</config_get>

http://tracker.ceph.com/issues/10199 Fixes: #10199

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/common/ceph_context.cc
src/test/common/test_context.cc