Skip to main content

Example Output

Understanding the Output

Volume Configuration:
  • Type: Replicate - Data is replicated across multiple bricks for redundancy
  • Status: Started - Volume is active and accessible
  • Number of Bricks: 1 x (2 + 1) = 3 - Two data bricks plus one arbiter
Brick Layout:
  • Brick1 & Brick2 - Data storage bricks (replicated)
  • Brick3 (arbiter) - Arbiter brick for split-brain prevention
The arbiter brick helps prevent split-brain scenarios in replicated volumes by providing a tie-breaker vote. It doesn’t store full data, only metadata, making it more efficient.
Performance Options:
  • performance.client-io-threads: off - Client I/O threading disabled
  • transport.address-family: inet - IPv4 networking
  • storage.fips-mode-rchecksum: on - FIPS-compliant checksumming
  • cluster.granular-entry-heal: on - Granular healing enabled
  • cluster.nufa: on - NUFA (Non-Uniform File Access) enabled