General
Storage Manager allows users to manage all the storage spaces on their Synology products. In order to simplify storage management and create flexible storage spaces with data protection, Synology Unified Controller supports multiple types of storage pools.
Storage Pool
With Synology Unified Controller, you may combine multiple drives into a single storage unit called a storage pool. Synology Unified Controller provides the following types of storage pools:
- Storage pool for better performance:
- Allocates all available capacity to a single volume.
- Provides better performance but less storage management flexibility.
- Allows creation of multiple iSCSI LUNs (Regular File) on volumes.
- Supports a maximum of one RAID Array.
- Storage pool for higher flexibility:
- Supports creating multiple volumes on a storage pool.
- Provides better storage management flexibility.
- Allows creation of multiple iSCSI LUNs (Regular File) on volumes.
- Supports combining multiple RAID Arrays under a storage pool (when configured as RAID 5, RAID 6, or RAID F1).
RAID Type
When creating a storage pool, first choose a RAID type. Different RAID types provide different levels of data protection, storage features, and performance. Synology Unified Controller currently supports the following RAID types:
- Basic: Uses one drive to create a storage pool. Basic storage pools do not offer data redundancy.
- JBOD: Combines at least two drives to create a storage pool. JBOD storage pools do not offer data redundancy. The available capacity of a JBOD storage pool equals the total capacity of all drives included in the storage pool. JBOD supports combining drives of varying sizes.
- RAID 0: Combines at least two drives to create a storage pool. RAID 0 does not offer data redundancy. If a single member drive fails, the data in the storage pool will be lost. The available capacity of a RAID 0 storage pool equals the total capacity of all the member drives. RAID 0 supports combining drives of differing sizes.
- RAID 1: Combines 2-4 drives to create a storage pool. The system will write identical data to each drive. RAID 1 provides data protection as long as one drive is operating normally. The available capacity of a RAID 1 storage pool equals the size of the smallest member drive.
- RAID 5: Combines at least three drives to create a storage pool, striping both data and parity information across all member drives. RAID 5 provides data redundancy. If one member drive fails, the system may be rebuilt using parity information on the other member drives. Supports combining multiple RAID Arrays when created on a storage pool for Multiple Volumes. The available capacity of a RAID 5 storage pool = Total capacity of combined RAID Arrays. RAID Array capacity = (number of drives - 1) x (Capacity of the smallest drive)
- RAID 6: Combines at least four drives to create a storage pool, striping both data and parity information across all member drives. RAID 6 provides data redundancy. Even if two member drives fail, the system may be rebuilt using parity information on other member drives. Supports combining multiple RAID Arrays when created on a storage pool for Multiple Volumes. The available capacity of a RAID 6 storage pool = Total capacity of combined RAID Arrays. RAID Array capacity = (number of drives - 2) x (Capacity of the smallest drive)
- RAID 10: Combines at least four drives to create a storage pool. The number of drives must be even. RAID 10 provides the performance of RAID 0 in addition to the same data protection level as RAID 1. The available capacity of a RAID 10 storage pool = (capacity of the smallest drive) X (number of drives / 2)
- RAID F1: This RAID type is designed for solid-state drives (SSD). It combines at least three SSDs to create a storage pool, striping both data and parity information across all member SSDs while writing more parity bits into a specific SSD to prevent multiple SSDs from failing at the same time. RAID F1 provides data redundancy. If one member SSD fails, the system may be rebuilt using parity information on the other member SSD. Supports combining multiple RAID Arrays when created on a storage pool for Multiple Volumes. The available capacity of a RAID F1 storage pool = Total capacity of combined RAID Arrays. RAID Array capacity = (number of drives - 1) x (Capacity of the smallest drive)