You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to an uninitialized variable it was possible for the command
'zpool list -H' to return a non-zero error when there are no pools.
Signed-off-by: Brian Behlendorf <[email protected]>
Closesopenzfs#1605
The code is different every time:
With no '-H' option everything works fine:
As I can see from code the problem seems to be in 'zpool_do_list' function inside 'zfs/cmd/zpool/zpool_main.c'
OS: CentOS 6.4 x86_64
zfs version: 0.6.1
The text was updated successfully, but these errors were encountered: