Guest User

Untitled

a guest
Oct 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. (dbx) next
  2. t@1 (l@1) stopped in main (optimized) at line 3116 in file "zdb.c"
  3. 3116 nvlist_free(policy);
  4. (dbx) next
  5. t@1 (l@1) stopped in main (optimized) at line 3121 in file "zdb.c"
  6. 3121 argv++;
  7. (dbx) next
  8. t@1 (l@1) stopped in main (optimized) at line 3122 in file "zdb.c"
  9. 3122 argc--;
  10. (dbx) next
  11. t@1 (l@1) stopped in main (optimized) at line 3123 in file "zdb.c"
  12. 3123 if (!dump_opt['R']) {
  13. (dbx) next
  14. t@1 (l@1) stopped in main (optimized) at line 3124 in file "zdb.c"
  15. 3124 if (argc > 0) {
  16. (dbx) next
  17. t@1 (l@1) stopped in main (optimized) at line 3135 in file "zdb.c"
  18. 3135 (os != NULL) ? dump_dir(os) : dump_zpool(spa);
  19. (dbx) next
  20.  
  21. MOS Configuration:
  22. version: 22
  23. name: 'test_pool'
  24. state: 0
  25. txg: 5
  26. pool_guid: 5103194920190347983
  27. hostid: 9381812
  28. hostname: 'openindiana'
  29. vdev_children: 1
  30. vdev_tree:
  31. type: 'root'
  32. id: 0
  33. guid: 5103194920190347983
  34. create_txg: 4
  35. children[0]:
  36. type: 'disk'
  37. id: 0
  38. guid: 9358302462041951045
  39. path: '/dev/dsk/c2t0d0p0'
  40. devid: 'id1,sd@n6000c29b3b550053668d4b365c2441f6/q'
  41. phys_path: '/pci@0,0/pci15ad,1976@10/sd@0,0:q'
  42. whole_disk: 0
  43. metaslab_array: 23
  44. metaslab_shift: 28
  45. ashift: 9
  46. asize: 32207536128
  47. is_log: 0
  48. create_txg: 4
  49. t@1 (l@1) stopped in main (optimized) at line 3150 in file "zdb.c"
  50. 3150 (os != NULL) ? dmu_objset_disown(os, FTAG) : spa_close(spa, FTAG);
Add Comment
Please, Sign In to add comment