__wti_disagg_fetch_shared_meta() reads the checksum metadata page and validates it against its checksum. If the the checksum doesn't match, it returns an error which eventually causes the system to abort.
When the checksum doesn't match, we should also dump the content of the bad/corrupted page as a debugging aid. Similar to what the block manager does when there is a checksum mismatch.