From fd177fa0716364b2fd679007df9a903e9178f551 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 2 Jan 2026 10:49:35 -0500 Subject: [PATCH] Have 'zpool export' export only the newly created pool instead of all pools --- zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs.sh b/zfs.sh index 0cb5f03..824bf2b 100755 --- a/zfs.sh +++ b/zfs.sh @@ -228,7 +228,7 @@ if [[ "${1}" == '--unmount' ]]; then zpool \ export \ - -a + ${hostname,,} fi if [[ "${1}" == '--host-id' ]]; then