Changes between Version 1 and Version 2 of Ticket #354
- Timestamp:
- 03/26/2025 03:10:26 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #354 – Description
v1 v2 10 10 When Volume_Retriever reloaded this 1-page segment, it set the bit count to a whole-word boundary because the volume backup system is dumping based upon VTOCe contents. It does not have access to the directory entry for the dumped segment (which contains the bit_count attribute). 11 11 12 When I ran the command, it adjusted the bit count to near end of the page. A page has 36864 bits, but the adjusted bit_count was set to 36774 as shown below.12 When I ran the adjust_bit_count command, it adjusted the bit count to near end of the page. A page has 36864 bits, but the adjusted bit_count was set to 36774 as shown below. 13 13 14 14 {{{
