ipdk icon indicating copy to clipboard operation
ipdk copied to clipboard

Storage scripts don't have cleanup functions to delete malloc'ed bdevs and delete NVMe subsystem

Open llabordehpe opened this issue 3 years ago • 0 comments

Multiple storage functions are defined in sourced script "build/storage/scripts/disk_infrastructure.sh", but I don't see any function to undo "create_ramdrive_and_attach_as_ns_to_subsystem()", i.e. detach namespaces from a subsystem and delete ramdrive bdevs, and I don't see any function to undo "create_and_expose_sybsystem_over_tcp()", i.e. delete the listener target and delete the nvme subsystem.

llabordehpe avatar Aug 19 '22 18:08 llabordehpe