ipdk
ipdk copied to clipboard
Storage scripts don't have cleanup functions to delete malloc'ed bdevs and delete NVMe subsystem
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.