nvme_ns_rescan - Man Page
Initiate a controller rescan
Synopsis
int nvme_ns_rescan (int fd );
Arguments
- fd
File descriptor of nvme device
Description
This should only be sent to controller handles, not to namespaces.
Return
0 if a rescan was initiated or -1 with errno set otherwise.
Info
August 2024 libnvme API manual