]> granicus.if.org Git - zfs/commit
Add missing DATA_TYPE_STRING_ARRAY output
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 24 Jan 2014 23:43:07 +0000 (15:43 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 2 Apr 2014 20:10:08 +0000 (13:10 -0700)
commitd21705eab952e5aa1c0bcf920b76e8428384d80b
tree3b9b8dabcc7bf1adde7e8c95b1540f32764e3d43
parent1a5c611a2281b792634672a267b9c9cd7b60ef12
Add missing DATA_TYPE_STRING_ARRAY output

This functionality has always been missing.  But until now there
were no zevents which included an array of strings so it wasn't
missed.  However, that's now changed so to ensure this information
is output correctly by 'zpool events -v' the DATA_TYPE_STRING_ARRAY
has been implemented.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
Issue #2
cmd/zpool/zpool_main.c