Bug #5527
::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir'
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2015-01-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Updated by Justin Gibbs about 6 years ago
% mdb /dev/ksyms /dev/kmem
Loading modules: [ unix genunix specfs dtrace mac cpu.generic uppc apix scsi_vhci zfs mpt sd ip hook neti sockfs arp usba stmf stmf_sbd fctl md lofs random idm crypto sppp ptm nfs cpc fcp fcip nsmb smbsrv ufs logindmux ]
::walk spa | ::spa_space
mdb: couldn't find type struct zfs`dmu_buf_t: No type information available for that name
This was broken by the recent removal of the dd_phys field in struct dsl_dir.
Updated by Electric Monk almost 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2515f5d4dbff605ba645d47a6851d8d0bac5b994
commit 2515f5d4dbff605ba645d47a6851d8d0bac5b994 Author: Justin T. Gibbs <justing@spectralogic.com> Date: 2015-02-03T18:32:22.000Z 5527 ::spa_space fails with mdb: couldn't find member dd_phys of type struct zfs`dsl_dir' Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>