Loading
test/common: Make sure get_zoned_devs() picks all namespaces
In case given nvme ctrl mixes zoned and not-zoned namespaces, we need to make sure we put ALL of them on the list to inform the caller that they won't be available - this is necessary since the PCI_BLOCKED list that's built based on the zoned_devs[] will prevent entire ctrl from being used, hence making ALL of the namespaces unavailable for tests in userspace. Change-Id: I5b0fa2053e8244a97690a1dc69bb053bd733b172 Signed-off-by:Michal Berger <michal.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25456 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Reviewed-by:
Ben Walker <ben@nvidia.com>