Using Fibre Channel Storage with vSAN
How to configure Fibre Channel LUNs as storage devices within VergeOS vSAN tiers, including hardware requirements, multipath configuration, fabric setup, and best practices.
Overview
VergeOS vSAN supports the use of Fibre Channel (FC) LUNs as storage devices within its tiered architecture. This enables seamless integration with your existing SAN infrastructure while benefiting from vSAN's native performance, redundancy, and efficiency.
Implementation Requirements
Hardware
Physical disks in VergeOS Systems vSAN Tier 0
FC Host Bus Adapters (HBAs) in at least two cluster nodes
Compatible FC switches (8/16/32 Gb)
Redundant FC fabric highly recommended
FC storage array with available LUNs
Unique LUNs Per Node
Unlike traditional shared-storage clustering, VergeOS vSAN expects each node to be presented with its own unique LUN(s). Do NOT present the same LUNs to multiple nodes. VergeOS treats Fibre Channel LUNs no different than physical disks.
Fabric Configuration
WWPN-based zoning configured
Each node is assigned dedicated LUNs (They are treated like they are physical disks)
Redundant physical paths per node
One LUN Per Physical Disk
For maximum efficiency and to avoid duplicate redundancy, we recommend mapping each FC LUN to a dedicated physical disk.
Deduplication
VergeOS vSAN handles data deduplication natively at the block level. When using external storage with vSAN, you should disable deduplication on your SAN if it does not support cross-LUN deduplication. If your SAN supports global deduplication, we recommend leaving it enabled to reduce overall storage consumption. VergeOS replicates data across FC LUNs according to the system's configured vSAN redundancy level (N+1 stores 2 copies; N+2 stores 3 copies).
Turn Off Storage Redundancy
VergeOS vSAN handles data redundancy natively. You should disable RAID and automatic tiering features on the SAN for LUNs used by VergeOS.
Path Management
Multipath Configuration
By default, VergeOS manages multiple paths to each LUN in an active/passive configuration:
Primary Path – Used for I/O
Secondary Paths – Automatically activated on failure
Failover Timeout – 7-second delay before switching
Path Recovery – Alternate path remains active until manually overridden
Configuration Steps
Prepare the FC Environment:
Set up WWPN zoning on the FC switch
Present unique LUNs to each node - Reminder, they are treated like they are physical disks
Confirm multipath availability per node
Add Storage to vSAN:
Open the Storage Tiers section in the VergeOS UI
Select the tier where FC LUNs will be added
Apply the configuration
Confirm that drives appear in the desired tier
Always Scale-Up
We recommend adding all Fibre Channel LUNs via Scaling Up a vSAN procedure.
Use Maintenance Mode
Always enter Maintenance Mode before modifying storage configurations.
Best Practices
Path Management
Use redundant physical connections per node
Test failover functionality regularly
Keep HBA firmware updated
Monitor path health proactively
Performance Optimization
Distribute LUNs evenly across paths
Monitor queue depth and I/O throughput
Adjust HBA settings if needed
Avoid oversubscribing a single LUN with multiple VMs
Monitoring and Maintenance
Troubleshooting
Path Failures
Check physical connections
Confirm FC switch zoning
Review HBA logs and driver status
Validate storage array health
Performance Bottlenecks
Check queue depths and path load
Confirm proper multipath usage
Identify oversubscription of specific LUNs
Related Documentation
Last updated
Was this helpful?