aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw_nat64/Makefile
diff options
context:
space:
mode:
authorPaul Dagnelie <pcd@delphix.com>2023-09-22 23:08:51 +0000
committerGitHub <noreply@github.com>2023-09-22 23:08:51 +0000
commit2e2a46e0a597b3ee606ea7dc5bc527459077322f (patch)
treef208c48ff28ba85d84879d0c21c0b599d2ff0d46 /sys/modules/ipfw_nat64/Makefile
parente5d70f4677afb567151c9396b5ab1e8e3549e2ee (diff)
Invoke zdb by guid to avoid import errors
The problem that was occurring is basically that a device was removed by ztest and replaced with another device. It was then reguided. The import then failed because there were two possible imports with the same name; one with the new guid, and one with the old. This can happen because the label writes from the device removal/replacement can be subject to ztest's error injection. The other ways to fix this would be to change the error injection to not trigger on removals (which may not be technically feasible), or to change the import code to not report configurations that are so short on devices (which would potentially have unpleasant end-user effects when trying to recover from data losses/device configuration issues). Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #15298
Diffstat (limited to 'sys/modules/ipfw_nat64/Makefile')
0 files changed, 0 insertions, 0 deletions