-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buggy detection of BEOLD and BENEW when two rpool layouts are present #2
Comments
FWIW, here is how
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While cloning an rpool to a new backup pool (nvpool) I found that the script gets puzzled about naming and so errors out with guesswork, detecting two entries for each:
Unsurprisingly,
beadm
refused to process these arguments and the script died quickly.To be fair,
beadm list
is also puzzled, showing entries from both pools, not just the original rpool. Had to export thenvpool
to upgrade the original system. Probably could also specify the variables manually carefully, but did not try :-)The text was updated successfully, but these errors were encountered: