Bug #6289
::dbuf dcmd misaligned output
Start date:
2015-10-06
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
::dbuf dcommand output is misaligned
Before (64 bit):
$ sudo mdb -k
addr object lvl blkid holds os0xffffff026b3ff828::dbuf
ffffff026b3ff828 f78f 0 bonus 1 rpool/versions/2015.7.2015.07.10/root
After (64 bit):
addr object lvl blkid holds os0xffffff020ebffdf8::dbuf
ffffff020ebffdf8 1042 0 bonus 1 rpool/versions/2015.7.2015.07.10/running/var
Before (32 bit):
addr object lvl blkid holds os0x8a7fdf8::dbuf
8a7fdf8 2 1 80000dc 1 ztest/ds_1
After (32 bit):
addr object lvl blkid holds os0x166007f0::dbuf
166007f0 118 0 0 1 ztest/ds_4
After (with under-width pointer):
addr object lvl blkid holds os0x9362c10::dbuf
9362c10 111 0 bonus 0 mos
there is beauty in the world again
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit ba3132cfb269da4118d7dc25a8c6c1a91f9f5303
commit ba3132cfb269da4118d7dc25a8c6c1a91f9f5303 Author: Joe Stein <joe.stein@delphix.com> Date: 2015-10-10T23:17:24.000Z 6289 ::dbuf dcmd misaligned output Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>