From 78baf9671630438241fdbde0d6f6d787421ce38c Mon Sep 17 00:00:00 2001 From: Jason Yaeger <30736996+jasnoyaeger@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:44:23 -0400 Subject: [PATCH] Fix Fibre Channel redundancy language to match vSAN redundancy level The Deduplication tip incorrectly stated VergeOS always stores two copies on FC LUNs, which conflicts with the vSAN redundancy levels doc (N+1=2 copies, N+2=3 copies). Updated to reference the configured redundancy level instead. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/product-guide/storage/fibre-channel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product-guide/storage/fibre-channel.md b/docs/product-guide/storage/fibre-channel.md index 5edb8fa8..63b0b0d6 100644 --- a/docs/product-guide/storage/fibre-channel.md +++ b/docs/product-guide/storage/fibre-channel.md @@ -62,7 +62,7 @@ VergeOS vSAN supports the use of Fibre Channel (FC) LUNs as storage devices with For maximum efficiency and to avoid duplicate redundancy, we recommend **mapping each FC LUN to a dedicated physical disk**. !!! tip "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. For redundancy, VergeOS will always store two copies of your data on the FC LUNs being used as a tier of vSAN storage. + 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](/product-guide/storage/vsan-redundancy-levels) (N+1 stores 2 copies; N+2 stores 3 copies). !!! warning "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.