[PATCH 02/10] nvme/rc: clear allowed_hosts subdirectory
From: Hannes Reinecke <hare@suse.de>
Date: 2021-11-23 07:50:38
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Hannes Reinecke <hare@suse.de>
Date: 2021-11-23 07:50:38
Subsystem:
the rest · Maintainer:
Linus Torvalds
When removing a subsystem we need to clear out the allowed_hosts subdirectory, otherwise removal will fail. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> --- tests/nvme/rc | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/nvme/rc b/tests/nvme/rc
index 086c094..aa223df 100644
--- a/tests/nvme/rc
+++ b/tests/nvme/rc@@ -262,6 +262,7 @@ _remove_nvmet_subsystem() { local subsys_path="${NVMET_CFS}/subsystems/${nvmet_subsystem}" _remove_nvmet_ns "${nvmet_subsystem}" "1" + rm "${subsys_path}"/allowed_hosts/* rmdir "${subsys_path}" }
--
2.29.2