Control: tags -1 + upstream Hi,
> I noticed that the zpool <TAB> completion does not properly work until after > one has already run zfs <TAB>. > This seems to be due to the fact that > /usr/share/bash-completion/completions/zpool does not exist but > /usr/share/bash-completion/completions/zfs does. > A simple "fix" that worked for me is to symlink > /usr/share/bash-completion/completions/zfs to > /usr/share/bash-completion/completions/zpool or sourcing the > /usr/share/bash-completion/completions/zfs file. I can install a symlink for zfs -> zpool in the next release. Yet I still suggest reporting this problem to upstream GitHub issues. Thanks, Shengqi Chen

