From 27adc0967bdba389b498cb87e34d9190f3fc64c8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 31 Mar 2021 14:16:16 +0200 Subject: [PATCH] zfs: add some emphasis on *not* upgrading features Signed-off-by: Thomas Lamprecht --- local-zfs.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index 5433c4f..ee0fb10 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -725,12 +725,12 @@ In fact, there are some downsides to enabling new features: * Booting an older {pve} ISO to repair a non-booting system will likewise not work. -IMPORTANT: Do not upgrade your rpool if your system is still booted with `grub`, -as this will render your system unbootable. This includes systems installed -before {pve} 5.4, and systems booting with legacy BIOS boot (see +IMPORTANT: Do *not* upgrade your rpool if your system is still booted with +`grub`, as this will render your system unbootable. This includes systems +installed before {pve} 5.4, and systems booting with legacy BIOS boot (see xref:sysboot_determine_bootloader_used[how to determine the bootloader]). -.Enable new features for a pool: +.Enable new features for a ZFS pool: ---- # zpool upgrade ----