Skip to content

Commit

Permalink
fix typesetting of Errata #4
Browse files Browse the repository at this point in the history
fixes #8712

Signed-off-by: Justin Scholz <git@justinscholz.de>
  • Loading branch information
JMoVS committed May 7, 2019
1 parent bca0641 commit eb2ce50
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7636,19 +7636,18 @@ status_callback(zpool_handle_t *zhp, void *data)
break;

case ZPOOL_ERRATA_ZOL_8308_ENCRYPTION:
(void) printf(gettext("Existing encrypted snapshots "
(void) printf(gettext("\tExisting encrypted snapshots "
"and bookmarks contain an on-disk "
"incompatibility.\n\tThis may cause on-disk "
"corruption if they are used with 'zfs recv'."));
(void) printf(gettext(" action: To correct the issue, "
"enable the bookmark_v2 feature. No "
"additional\n\taction is needed if there "
"are no encrypted snapshots or bookmarks. "
"If preserving\n\tthe encrypted snapshots "
"and bookmarks is required, use a non-raw "
"send to backup\n\tand restore them. "
"Alternately, they may be removed to "
"resolve the\n\tincompatibility.\n"));
"corruption if they are used with 'zfs recv'.\n"));
(void) printf(gettext("action: To correct the issue, "
"enable the bookmark_v2 feature. No additional\n\t"
"action is needed if there are no encrypted "
"snapshots or bookmarks. If\n\tpreserving the "
"encrypted snapshots and bookmarks is required, "
"use a non-raw\n\tsend to backup and restore them. "
"Alternately, they may be removed to resolve\n\t"
"the incompatibility.\n"));
break;

default:
Expand Down

0 comments on commit eb2ce50

Please sign in to comment.