]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: Fix some signing and typo issues in debug output
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 27 Mar 2025 13:11:02 +0000 (13:11 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 22 Apr 2025 07:38:15 +0000 (08:38 +0100)
commit1e0d0b21b37b3736a5cb54c346a6df0a8bf38337
treebc99d643cc703687f884d3922c8b607029c16fce
parent59874ef7fb189457d3ff4edd0c65f91e00b46e3d
osd: Fix some signing and typo issues in debug output

Some dout messages contained unsigned shard ids.  These should be signed, so that invalid shard ids show as -1, rather than max int.

Also a very basic typo.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osd/osd_types.cc