Skip to content

os/bluestore: Add printing shards to Onode::printer#62815

Merged
aclamk merged 1 commit intoceph:mainfrom
aclamk:aclamk-bs-debug-print-shards
May 8, 2025
Merged

os/bluestore: Add printing shards to Onode::printer#62815
aclamk merged 1 commit intoceph:mainfrom
aclamk:aclamk-bs-debug-print-shards

Conversation

@aclamk
Copy link
Contributor

@aclamk aclamk commented Apr 15, 2025

It was not printed at all. Sometimes it is important.

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

@aclamk aclamk requested a review from a team as a code owner April 15, 2025 08:55
out << " 0x" << s.offset;
}
}
out << ", " << std::dec << o.extent_map.spanning_blob_map.size()
Copy link
Contributor

@ifed01 ifed01 Apr 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO better put std::dec within the above 'if' statement to have it in sync with std::hex specification.

It was not printed at all. Sometimes it is important.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
@aclamk aclamk force-pushed the aclamk-bs-debug-print-shards branch from 6dd2757 to 40ab7c2 Compare April 15, 2025 15:28
@aclamk aclamk added the aclamk-testing-phoebe bluestore testing label Apr 23, 2025
@aclamk
Copy link
Contributor Author

aclamk commented Apr 23, 2025

jenkins test make check

@aclamk
Copy link
Contributor Author

aclamk commented Apr 25, 2025

Approved by: https://tracker.ceph.com/issues/71057

@aclamk
Copy link
Contributor Author

aclamk commented Apr 25, 2025

jenkins test make check

@aclamk
Copy link
Contributor Author

aclamk commented Apr 25, 2025

jenkins test make check arm64

@aclamk aclamk removed the aclamk-testing-phoebe bluestore testing label May 8, 2025
@aclamk aclamk merged commit 56d7e88 into ceph:main May 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants