Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
cloudstack
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
3.1k
Code
Issues
652
Pull requests
432
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
flasharray/kvm/adaptive: NVMe-TCP transport for FlashArray primary storage
- #13061
#13061
Open
genegr
wants to merge 20 commits into
apache:main
apache/cloudstack:main
from
genegr:feat/flasharray-nvme-tcp-support
genegr/cloudstack:feat/flasharray-nvme-tcp-support
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
flasharray/kvm/adaptive: NVMe-TCP transport for FlashArray primary storage
#13061
genegr
wants to merge 20 commits into
apache:main
apache/cloudstack:main
from
genegr:feat/flasharray-nvme-tcp-support
genegr/cloudstack:feat/flasharray-nvme-tcp-support
Copy head branch name to clipboard
Commits
Commits on Sep 24, 2026
adapter: add NVMETCP address type and FlashArrayConnection.nsid
Show description for e3d738c
Eugenio Grosso
committed
e3d738c
View commit details
Copy full SHA for e3d738c
Browse repository at this point
flasharray: support NVMe-TCP transport
Show description for cfa9157
Eugenio Grosso
committed
cfa9157
View commit details
Copy full SHA for cfa9157
Browse repository at this point
storage: add NVMeTCP storage pool type
Show description for 949618c
Eugenio Grosso
committed
949618c
View commit details
Copy full SHA for 949618c
Browse repository at this point
kvm: add MultipathNVMeOFAdapterBase and NVMeTCPAdapter
Show description for 8757a69
Eugenio Grosso
committed
8757a69
View commit details
Copy full SHA for 8757a69
Browse repository at this point
adaptive: pick NVMeTCP pool type when transport=nvme-tcp
Show description for 5ad497c
Eugenio Grosso
committed
5ad497c
View commit details
Copy full SHA for 5ad497c
Browse repository at this point
docs: note NVMe-TCP support on the FlashArray adaptive plugin in PendingReleaseNotes
Eugenio Grosso
committed
393cc1c
View commit details
Copy full SHA for 393cc1c
Browse repository at this point
kvm: implement copyPhysicalDisk on MultipathNVMeOFAdapterBase
Show description for e8406e6
genegr
authored and
Eugenio Grosso
committed
e8406e6
View commit details
Copy full SHA for e8406e6
Browse repository at this point
kvm/flasharray: address review feedback on NVMe-TCP PR
Show description for dac30d8
genegr
authored and
Eugenio Grosso
committed
dac30d8
View commit details
Copy full SHA for dac30d8
Browse repository at this point
ui: expose NVMe-TCP transport for FlashArray primary storage
Show description for f830974
Eugenio Grosso
committed
f830974
View commit details
Copy full SHA for f830974
Browse repository at this point
kvm: align MultipathNVMeOFPool with KVMStoragePool API change
Show description for 4610584
Eugenio Grosso
committed
4610584
View commit details
Copy full SHA for 4610584
Browse repository at this point
kvm: guard parseAndValidatePath against null inPath
Show description for 7a57ce4
Eugenio Grosso
committed
7a57ce4
View commit details
Copy full SHA for 7a57ce4
Browse repository at this point
kvm/flasharray/ui: address Copilot review round 3 on NVMe-TCP PR
Show description for 83bc491
Eugenio Grosso
committed
83bc491
View commit details
Copy full SHA for 83bc491
Browse repository at this point
flasharray: tighten NVMe-TCP EUI-128 validation
Show description for 6df04e8
Eugenio Grosso
committed
6df04e8
View commit details
Copy full SHA for 6df04e8
Browse repository at this point
kvm: implement volume resize for NVMe-TCP pools
Show description for eddb302
Eugenio Grosso
and
claude
committed
eddb302
View commit details
Copy full SHA for eddb302
Browse repository at this point
Commits on Sep 25, 2026
server: allow online volume resize on NVMe-TCP pools
Show description for 61753fc
Eugenio Grosso
and
claude
committed
61753fc
View commit details
Copy full SHA for 61753fc
Browse repository at this point
storage: recognise NVMeTCP in the managed-storage code paths
Show description for d2e836f
Eugenio Grosso
and
claude
committed
d2e836f
View commit details
Copy full SHA for d2e836f
Browse repository at this point
flasharray: connect NVMe-TCP volumes per host, not per host group
Show description for dd58aac
Eugenio Grosso
and
claude
committed
dd58aac
View commit details
Copy full SHA for dd58aac
Browse repository at this point
flasharray: always stamp the pool address type on returned volumes
Show description for 1faa7ce
Eugenio Grosso
and
claude
committed
1faa7ce
View commit details
Copy full SHA for 1faa7ce
Browse repository at this point
kvm: align NVMe-oF adaptor stubs with the Fibre Channel adaptor
Show description for 34edb22
Eugenio Grosso
and
claude
committed
34edb22
View commit details
Copy full SHA for 34edb22
Browse repository at this point
Commits on Sep 26, 2026
kvm: support direct download templates on NVMe-oF pools
Show description for 8d965ab
Eugenio Grosso
and
claude
committed
8d965ab
View commit details
Copy full SHA for 8d965ab
Browse repository at this point
You can’t perform that action at this time.