cloudstack/plugins/storage/volume
Eugenio Grosso c3c0f0cedd adapter: add NVMETCP address type and FlashArrayConnection.nsid
Preparatory data-model changes for NVMe-TCP support on the adaptive
storage framework. No behaviour change for existing Fibre Channel
users - the extra enum value, field, and getter/setter are only
exercised by callers that explicitly use them.

ProviderVolume.AddressType gains a NVMETCP value alongside FIBERWWN,
so adapters can declare that a volume is addressed by an NVMe EUI-128
(NGUID) rather than a SCSI WWN.

FlashArrayVolume.getAddress() produces the NGUID layout expected by
the Linux kernel for a FlashArray NVMe namespace:

    00 + serial[0:14] + 24a937 (Pure 6-hex OUI) + serial[14:24]

which matches the /dev/disk/by-id/nvme-eui.<id> symlink emitted by
udev. Fibre Channel callers (addressType != NVMETCP) still get the
existing 6 + 24a9370 + serial form.

FlashArrayConnection gains a nsid field to carry the namespace id the
FlashArray REST API attaches to host-group-scoped NVMe connections,
when it is present.
2026-04-20 22:06:00 +00:00
..
adaptive adapter: add NVMETCP address type and FlashArrayConnection.nsid 2026-04-20 22:06:00 +00:00
cloudbyte Merge branch '4.22' 2025-12-22 14:13:50 +01:00
datera Merge release branch 4.22 to main 2026-01-26 13:32:56 +01:00
default Merge branch '4.22' 2026-04-14 14:50:44 +02:00
flasharray adapter: add NVMETCP address type and FlashArrayConnection.nsid 2026-04-20 22:06:00 +00:00
linstor Merge branch '4.22' 2026-01-29 19:42:07 +05:30
nexenta removed code in comments (#11145) 2025-12-08 16:31:48 +01:00
ontap Create, Delete, Enable, Disable, Enter, Cancel maintenance of Primary StoragePool with ONTAP storage (#12563) 2026-04-13 08:38:15 -03:00
primera Merge branch '4.22' 2026-04-14 14:50:44 +02:00
sample Updating pom.xml version numbers for release 4.23.0.0-SNAPSHOT 2025-11-05 16:54:39 +05:30
scaleio Merge branch '4.22' 2026-04-02 10:30:18 +05:30
solidfire Merge release branch 4.22 to main 2026-01-26 13:32:56 +01:00
storpool Merge release branch 4.22 to main 2026-01-26 13:32:56 +01:00