Backport #28387 to branch v25.1.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:
git checkout v25.1.x
git checkout -b manual-backport-28387-v25.1.x-762
git cherry-pick -x d6f3885a10 bada9827ad
git push origin manual-backport-28387-v25.1.x-762
gh pr create \
--title "[v25.1.x] CORE-14550: In health report don't calculate HWM for non-started partitions" \
--base "v25.1.x" \
--label "kind/backport" \
--head "manual-backport-28387-v25.1.x-762" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v25.1.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/28387 "