]> granicus.if.org Git - zfs/commit
Fix arc_summary.py -d crash with Python3
authorScot W. Stevenson <scot.stevenson@gmail.com>
Sun, 12 Nov 2017 04:27:43 +0000 (05:27 +0100)
committerTony Hutter <hutter2@llnl.gov>
Tue, 30 Jan 2018 16:27:31 +0000 (10:27 -0600)
commit7de8fb33a206fabb06261c0a5b79656d66efb32f
tree284b92e075c1d421176ec01d86b43f519e3df6df
parent904c03672beeadf4c74b919f55b5f78be882b7f8
Fix arc_summary.py -d crash with Python3

Prevents arc_summary.py crashing when called with parameter -d or
long form --description with Python3.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Scot W. Stevenson <scot.stevenson@gmail.com>
Closes #6849
Closes #6850
cmd/arc_summary/arc_summary.py