1nvme_ns_rescan(9) libnvme API manual nvme_ns_rescan(9)
23
4
NAME
6nvme_ns_rescan - Initiate a controller rescan
7
SYNOPSIS
9int nvme_ns_rescan (int fd );
10
ARGUMENTS
12fd File descriptor of nvme device
13
DESCRIPTION
15This should only be sent to controller handles, not to namespaces.
16
RETURN
180 if a rescan was initiated or -1 with errno set otherwise.
1920
21
22
October 2023 nvme_ns_rescan nvme_ns_rescan(9)