automatix/upgrade_debian_bookworm: always upgrade zfs pools

This commit is contained in:
Franzi 2023-09-24 14:49:02 +02:00
parent c2460e5291
commit 787607b5a1
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -32,9 +32,9 @@ pipeline:
# fix zfs and reboot again
- buster_with_zfs?remote@node: zpool import tank -f
- buster_with_zfs?remote@node: zpool upgrade -a
- buster_with_zfs?remote@node: systemctl reboot
- buster_with_zfs?local: |
- has_zfs?remote@node: zpool upgrade -a
- has_zfs?remote@node: systemctl reboot
- has_zfs?local: |
exit=1
while [[ $exit -ne 0 ]];
do