import sys from libnvme import nvme root = nvme.root() host = nvme.host(root) for s in host.subsystems(): for c in s.controllers(): print(f'{c}') but when running ...
Beta: This SDK is supported for production use cases, but we do expect future releases to have some interface changes; see Interface stability. We are keen to hear feedback from you on these SDKs.