Have 'zpool export' export only the newly created pool instead of all pools

This commit is contained in:
2026-01-02 10:49:35 -05:00
parent aaa209a056
commit fd177fa071

2
zfs.sh
View File

@@ -228,7 +228,7 @@ if [[ "${1}" == '--unmount' ]]; then
zpool \
export \
-a
${hostname,,}
fi
if [[ "${1}" == '--host-id' ]]; then