]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Added values to json::OSDPoolGetReply
authorJon Bailey <jonathan.bailey1@ibm.com>
Mon, 14 Jul 2025 12:52:28 +0000 (13:52 +0100)
committerJon Bailey <jonathan.bailey1@ibm.com>
Sun, 7 Sep 2025 09:27:36 +0000 (10:27 +0100)
commite8ef0f441c2f682d855767bba1dfbd58d2bf9ac2
treee9538147f6f5bae0f6f397858f52d99d6caab1b9
parentfbc054bb68418a9884f7c146917321e81612d097
common: Added values to json::OSDPoolGetReply

OSDPoolGetReply actually returns a lot more values than what is currently supplied. These have been added in as optionals (as they can not be give as well) so its possible to query them to find out if they exist and use them if they do.

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
src/common/json/OSDStructures.cc
src/common/json/OSDStructures.h
src/erasure-code/consistency/RadosCommands.cc
src/erasure-code/consistency/ceph_ec_consistency_checker.cc
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc