Silent Brick System
Breadcrumbs

Functionality

The Silent Brick System uses Erasure Resilient Coding (ERC) as the storage method in its

  • Virtual Tape Library

  • Compliant archive

  • SNAS ERC

  • Virtual Tape Library

  • SNAS ERC

Here, data is split into fragments, enhanced with redundant pieces, and reencoded. The data is then distributed across multiple storage devices. This method ensures a high level of data security.

The Silent Brick System includes a digital data verification feature (Digital Audit). Each individual bit of the stored data is regularly and automatically checked for errors. Thanks to the high redundancy reserves of the Silent Brick Library, an affected hard drive can be repaired or powered down during operation without any data loss.

Silent Brick Storage Containers are populated with data storage devices from various production batches. This prevents data loss due to batch defects.

The Silent Brick System employs the ZFS file system with RAID-Z redundancy logic in the SNAS function.

RAID-Z combines multiple physical data storage devices into a single logical drive to enhance fault tolerance and performance. It operates similarly to other RAID systems but possesses certain distinctive characteristics:

  • It is exclusively designed for the ZFS file system and can only be utilized with it.

  • The functionalities of RAID-Z are directly integrated into the ZFS file system.

  • It employs dynamic bandwidths instead of fixed block sizes.

RAID-Z leverages ZFS capabilities for automatic data self-healing:

  • With each read operation of a block, the checksum is verified.

  • In case of discrepancies, parity information is employed to identify and correct corrupted data.

Due to its secure design, RAID-Z offers several advantages over traditional RAID:

  • Elimination of the "write-hole" issue through the copy-on-write mechanism of ZFS.

  • Enhanced data integrity through additional checksums at the file system level.

  • Increased flexibility in configuring storage pools.