Remove command name from joinedArgs as path to command is already printed (making it confusing to debug)
encountered error getting children of zfs filesystem: zpool_default/docker: exit status 1: "/usr/sbin/zfs get -t all -Hp all -r zpool_default/docker" => cannot open '-r': dataset does not exist
encountered error refreshing zfs watcher: exit status 1: "/usr/sbin/zfs get -t all -Hp all -r zpool_default/docker" => cannot open '-r': dataset does not exist
Instead of:
encountered error getting children of zfs filesystem: zpool_default/docker: exit status 1: "/usr/sbin/zfs zfs get -t all -Hp all -r zpool_default/docker" => cannot open '-r': dataset does not exist
encountered error refreshing zfs watcher: exit status 1: "/usr/sbin/zfs zfs get -t all -Hp all -r zpool_default/docker" => cannot open '-r': dataset does not exist
Remove command name from joinedArgs as path to command is already printed (making it confusing to debug)
Instead of: