linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

skip namespace scan for fabric commads #2362

Closed igaw closed 3 weeks ago

igaw commented 1 month ago

The fabric commands don't depend on the namespace information. Since we are hitting scalling issues with large number of namespaces, skip the scan for those.

Fixes: #2231