For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storage Monitoring & Troubleshooting

Master vSAN diagnostics, Fibre Channel integration, NAS troubleshooting, and preventive maintenance strategies in VergeOS.

Why Storage Monitoring Matters

Storage is the foundation of every workload in VergeOS. A degraded drive, a full tier, or an unnoticed integrity error can cascade into VM performance issues, failed snapshots, and tenant complaints. VergeOS provides built-in diagnostic tools at two levels -- vSAN diagnostics for the distributed block-level storage engine, and NAS diagnostics for each file-sharing service instance -- so you can detect, diagnose, and resolve issues before they impact production.

vSAN Diagnostics

The vSAN Diagnostics interface provides real-time access to the VergeFS storage engine's internal state. Each diagnostic is run from the Query dropdown in the vSAN Diagnostics UI.

Accessing vSAN Diagnostics

  1. Navigate to System → vSAN Diagnostics from the top menu

  2. Alternatively: from the Main Dashboard, click the vSAN Tiers count box → vSAN Diagnostics in the left menu

  3. Select a command from the Query dropdown, configure parameters on the right, and click Send →

Diagnostic Command Reference

The following diagnostics are available from the Query dropdown in the vSAN Diagnostics UI, grouped by focus area.

Cluster & Performance

Command
Purpose

Get Cluster Rates

Cluster-wide throughput and IOPS metrics

Get Cluster Usage

Overall storage utilization and capacity

Get Top Usage Rates

Identify top consumers of storage I/O

Get Usage

Comprehensive vSAN usage statistics

Get Cache Info

Cache hit/miss ratios and memory usage

Get Read Ahead

Read-ahead caching configuration and stats

Get Current Master

Identify the current vSAN master node

Device & Node

Command
Purpose

Get Device List

All storage devices in the vSAN

Get Device Status

Health and state of a specific device

Get Device Usage

Per-device utilization and wear data

Get Node List

All nodes participating in the vSAN

Get Node Info

Detailed info for a specific node

Get Node Device List

Devices attached to a specific node

Tier & Volume

Command
Purpose

Get Tier Status

Health and capacity per storage tier

Get Tier Device Maps

How devices map across tiers

Get Tier Node Maps

How tiers distribute across nodes

Get Volume Usage

Per-volume storage consumption

Summarize Disk Usage

Cluster-wide disk usage summary

Integrity & Repair

Command
Purpose

Integ Check

Start a full integrity check

Integ Check Device

Integrity check on a specific device

Get Integ Check Status

Progress/results of integrity checks

Get Repair Status

Active repair and rebuild operations

Get Sync List

Active site-sync (replication) connections

File System & Configuration

Command
Purpose

Find Inode

Locate a specific inode for analysis

Get Path from Inode

Resolve an inode number to a path

Get File Status

Replication and integrity of a file

Get Fuse Info

FUSE mount and operation details

Get Journal Status

Write-ahead journal state

Get Running Conf

Current running vSAN configuration

Get Clients

Active vSAN client connections

Health Monitoring Workflow

Follow this systematic approach when investigating storage health -- start broad and drill down to specific components.

Step-by-Step Workflow

  1. System Overview -- Run Get Cluster Usage and Get Cluster Rates to understand overall health, capacity, and throughput

  2. Performance Analysis -- Check Get Top Usage Rates to find hot volumes, then Get Cache Info for cache hit ratios

  3. Health Assessment -- Verify Get Repair Status shows all zeros (no active repairs) and Get Integ Check Status for recent results

  4. Capacity Planning -- Use Summarize Disk Usage for a cluster-wide view and Get Tier Status for per-tier capacity

  5. Targeted Troubleshooting -- Drill into specific devices (Get Device Status) or nodes (Get Node Info) based on findings

Troubleshooting Patterns

Performance Issues

Symptoms: High VM latency, slow snapshot operations, tenant complaints about disk speed.

  1. Check Get Cluster Rates for aggregate throughput -- are rates lower than baseline?

  2. Review Get Cache Info -- low hit ratios indicate working set exceeds available cache

  3. Examine Get Top Usage Rates to identify which volumes are consuming the most I/O

  4. Check Get Device Usage on individual drives for uneven load distribution

  5. Verify Get Journal Status -- a backed-up journal indicates sustained write pressure

Storage Throttling

VergeOS applies graduated I/O throttling based on capacity usage: normal operation below 91%, light throttling (10ms added) at 91–95%, and critical throttling (50ms added) above 96%. Check tier usage if performance suddenly degrades.

Capacity Issues

Symptoms: "Low space" alerts, inability to create snapshots, slow writes due to throttling.

  1. Run Get Cluster Usage and Summarize Disk Usage for overall space analysis

  2. Check Get Tier Status for per-tier capacity -- a single full tier can cause issues even if others have space

  3. Use Get Volume Usage on the largest volumes to identify growth candidates

  4. Review snapshot retention policies -- old snapshots referencing changed blocks consume significant space

Data Integrity Concerns

Symptoms: Checksum warnings in logs, suspected corruption after hardware events.

  1. Check Get Integ Check Status for recent integrity check results

  2. Review Get Repair Status for any active data reconstruction

  3. Use Get File Status on specific files to verify their replication state

  4. If needed, run Integ Check to initiate a full scan (schedule during maintenance windows)

Cluster Health Issues

Symptoms: Node offline alerts, unexpected master failover, split-brain concerns.

  1. Verify Get Current Master to confirm which node leads the vSAN

  2. Check Get Node List and Get Node Info for each node's status

  3. Review Get Repair Status for active block re-replication that indicates a node was temporarily disconnected

  4. Examine Get Clients for unexpected connection patterns

Get Sync List vs. Get Repair Status

Get Sync List reports active site-sync (replication) connections to remote sites -- not intra-cluster resync after a node disconnect. Use Get Repair Status for in-cluster rebuild and re-replication progress.

Device Problems

Symptoms: SMART warnings, individual drive errors, uneven performance across nodes.

  1. Run Get Device List and Get Device Status to identify degraded or failed devices

  2. Check Get Node Device List for the affected node's full device inventory

  3. Run Integ Check Device on suspected drives

  4. Cross-reference with SMART data captured in the System Diagnostics bundle (collected per node by the diagnostics tooling)

Preventive Maintenance

Proactive monitoring prevents surprises. Establish a regular cadence for these checks:

Daily

  • Review cluster usage and tier capacity - Check for active repairs (should be zero in steady state) - Verify no storage-related alerts in the dashboard

Weekly

  • Run cluster rates to establish performance baselines - Review top usage rates for growth trends - Check cache hit ratios and tune if needed

Monthly

  • Schedule integrity checks during maintenance windows - Review device health and SMART data - Analyze capacity trends for procurement planning

Fibre Channel Integration

VergeOS vSAN supports Fibre Channel (FC) LUNs as storage devices within its tiered architecture, enabling integration with existing SAN infrastructure.

Key Principles

  • FC LUNs are treated identically to physical disks -- VergeOS makes no distinction once they are assigned to a tier

  • Each node must receive its own unique LUNs -- do not present the same LUN to multiple nodes (unlike traditional shared-storage clustering)

  • Tier 0 still requires physical NVMe/SSD drives in the nodes for metadata storage

  • Disable RAID and automatic tiering on the SAN for LUNs used by VergeOS -- vSAN handles redundancy natively

  • Active/passive multipath with 7-second failover timeout; VergeOS automatically selects the optimal path

When to Use FC vs. Physical Disks

Verge recommends physical disks directly attached to nodes for most deployments. FC integration is appropriate when you have existing SAN investments or specific compliance requirements. Physical disks provide simpler configuration, better performance (no SAN overhead), fewer failure points, and lower cost.

Core Network Bandwidth

vSAN uses the core network for data replication. If your FC SAN supports 32 Gb but your core network is 25 Gb, write throughput will be constrained by the core network. Ensure core network bandwidth meets or exceeds SAN bandwidth for write-intensive workloads.

NAS Diagnostics

Each NAS service instance has its own diagnostic interface, separate from vSAN diagnostics. NAS diagnostics focus on file-sharing protocols, network connectivity, and authentication.

Accessing NAS Diagnostics

  1. Navigate to NAS → List from the top menu

  2. Double-click the desired NAS service

  3. Click Diagnostics in the left menu

  4. Select a command from the Diagnostics Query dropdown and click Send →

Key NAS Diagnostic Commands

Category
Commands
Purpose

SMB/CIFS

smbstatus, testparm, smbclient -L localhost

Active connections, config validation, share listing

NFS

exportfs -v, rpcinfo -p, showmount -e

Export list, RPC services, mount verification

Active Directory

wbinfo -t, wbinfo -u, wbinfo -g

Trust check, domain users, domain groups

Network

Ping, Trace Route, ARP Scan, DNS Lookup

Connectivity, routing, neighbor discovery

Performance

Top CPU Usage, Top Network Usage, TCP Dump

Resource utilization and traffic analysis

Logging

Logs (journalctl, samba logs)

Error analysis and event monitoring

NAS Health Monitoring Workflow

  1. Service Status -- Check Services and protocol-specific status (Samba/NFS)

  2. Network Connectivity -- Verify with Ping and interface configuration

  3. Authentication -- Test Users, Groups, and Winbind (for AD environments)

  4. Performance -- Monitor Top CPU Usage and Top Network Usage

  5. Logs -- Review service logs for errors or warnings

Common NAS Issues & Resolutions

Windows: Unable to Connect to CIFS Shares

Cause: Windows 10/11 and Server 2016+ disable insecure guest logons by default, blocking access to shares that allow anonymous access.

Fix: Enable insecure guest logons via Group Policy:

  1. Open gpedit.mscComputer Configuration → Administrative Templates → Network → Lanman Workstation

  2. Set Enable insecure guest logons to Enabled

  3. Restart the Windows device

macOS: SMB Connection Failures

Cause: macOS defaults may conflict with the server's SMB protocol version or lack Apple-specific extensions.

Fix (client-side): Force SMB3 in /etc/nsmb.conf:

Clear the SMB cache (sudo rm -rf /var/db/samba/* /var/db/smb/*) and restart.

Fix (server-side): Add Apple/Samba fruit module settings under NAS → CIFS → Advanced Configuration Options:

Permission Denied on CIFS Shares

Cause: Incorrect user/group permissions or share configuration.

Fix:

  1. Verify user has access in the NAS service's user list

  2. Check share settings: ensure Browseable is enabled and the user is in the Valid Users list

  3. If using Force User or Force Group options, confirm the forced identity has the correct filesystem permissions

Slow CIFS Performance

Cause: SMB protocol version mismatch, network issues, or suboptimal configuration.

Fix:

  1. Verify network stability with the NAS Diagnostics Ping and Trace Route commands

  2. Check the SMB protocol version under NAS → Volumes → Advanced Configuration Options -- ensure SMB2 or SMB3 is in use

  3. Monitor with Top Network Usage in NAS Diagnostics for bandwidth saturation

  4. Contact VergeOS Support for advanced Samba tuning parameters if standard optimizations are insufficient

VMware Bridge

Coming from VMware? VergeOS exposes the same diagnostic data through the System → vSAN Diagnostics UI on any controller node -- no separate management appliance, plug-in, or scripting layer is required. NAS diagnostics live inside the NAS service VM rather than a centralized console.

Nutanix Bridge

Coming from Nutanix? VergeOS gives you the same kind of storage diagnostic and integrity-scrub coverage through the vSAN Diagnostics UI on any controller node, with NAS service health checks living inside the NAS service VM itself rather than a separate file-services console.

Getting Started

Explore vSAN Diagnostics

Navigate to System → vSAN Diagnostics, run Get Cluster Usage and Get Cluster Rates to establish your baseline.

Check NAS Health

Open each NAS service's Diagnostics page. Run Samba to see active connections and NFS to verify exports. Review Logs for recent errors.

Review the Diagnostics Guide

Read the full vSAN Diagnostics Guide and NAS Diagnostics Guide in the official docs.

Last updated

Was this helpful?