1libnvme(9) API Manual libnvme(9)
23
4
NAME
6enum nvme_id_ns_nmic - This field specifies multi-path I/O and name‐
7space sharing capabilities of the namespace.
8
SYNOPSIS
10enum nvme_id_ns_nmic {
11NVME_NS_NMIC_SHARED
1213
};
14
Constants
16NVME_NS_NMIC_SHARED
17If set, then the namespace may be attached to two or more
18controllers in the NVM subsystem concurrently
1920
21
22
April 2023 enum nvme_id_ns_nmic libnvme(9)