cloudstack/plugins/hypervisors/kvm
Eugenio Grosso 7d1ec8ff8a storage: add NVMeTCP storage pool type
NVMe-oF over TCP (NVMe-TCP) is conceptually a separate storage fabric
from Fibre Channel / iSCSI: it speaks the NVMe command set rather than
SCSI, identifies namespaces by EUI-128 NGUIDs rather than WWNs, and on
Linux is multipathed natively by the nvme driver rather than by
device-mapper multipath. Giving it its own StoragePoolType lets the
KVM agent dispatch the adaptive driver to a dedicated NVMe-oF adapter
(added in the next commit) without polluting the existing Fibre Channel
code path.

The new value is wired into the same format-routing and derivePath
fall-through paths that already special-case FiberChannel in
KVMStorageProcessor: NVMe-TCP volumes are also RAW and carry their
device path in DataObjectTO.path rather than in a managedStoreTarget
detail.
2026-04-20 22:39:43 +00:00
..
src storage: add NVMeTCP storage pool type 2026-04-20 22:39:43 +00:00
pom.xml Merge remote-tracking branch 'apache/4.22' 2026-01-13 11:49:07 +05:30