automatix/upgrade_debian_bookworm: always upgrade zfs pools
This commit is contained in:
parent
c2460e5291
commit
787607b5a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue