You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subcommand backup stops, if the target prefix is not present on the zpool.
By default the program should print a message like The configured prefix was not found on the target zpool. Please ensure you created the prefix and have sufficient permissions..
The workflow with the config option activated could be:
#check if prefix present on zpoolifnotexists:
try:
# create prefixexcept:
print (f"Auto-creation of prefix {prefix} on zpool {zpool} on target failed. Please ensure you have sufficient permissions.")
The text was updated successfully, but these errors were encountered:
The subcommand
backup
stops, if the targetprefix
is not present on thezpool
.By default the program should print a message like
The configured prefix was not found on the target zpool. Please ensure you created the prefix and have sufficient permissions.
.The workflow with the config option activated could be:
The text was updated successfully, but these errors were encountered: