Actions
Bug #5134
closedif ZFS_DEBUG or debug= is set, libzpool should enable debug prints
Start date:
2014-09-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
currently you have to set both ZFS_DEBUG (or debug= as a command argument) and
set the zfs_flags global variable. Setting the environment variable should be
sufficient.
Updated by Electric Monk almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7fa49ea5e7d23077615525b1738f90f273258b05
commit 7fa49ea5e7d23077615525b1738f90f273258b05 Author: Matthew Ahrens <mahrens@delphix.com> Date: 2014-09-11T07:03:51.000Z 5134 if ZFS_DEBUG or debug= is set, libzpool should enable debug prints Reviewed by: Adam Leventhal <adam.leventhal@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions