Linksys NSS4100 Cisco NSS4000 and NSS6000 Series Network Storage System Admini - Page 51

RAID5, Advantages, RAID10, Minimum Number of Disks: 3

Page 51 highlights

Configuring your Storage Choosing a RAID Array Level 4 increases the reliability (for example, a two-disk RAID1 is half as likely to fail, a three-disk RAID1 is one-third as likely to fail, and so on). Increased read performance. • Disadvantages: Decreased aggregate storage capacity (each mirror disk does not contribute to the total capacity of the array). Decreased write performance. I/O intensive when resyncing mirrors. RAID5: RAID5 stripes data written to the array like RAID0, except that, unlike RAID0, RAID5 generates parity information that also gets striped across the array. This parity information is used during the reconstruction of the lost data when a drive fails in the array. When a failed disk is then replaced, the array must regenerate and rewrite the parity information of the array. This process is referred to as "rebuilding". During a rebuild, the array continues to be available for reads and writes. If the parity information in the array gets out of sync with the data in the array, usually as the result of an unexpected loss of power to the system, the array must be rebuilt. Like RAID1, if a disk is missing from the array, the array is said to be operating in "degraded" mode. • Minimum Number of Disks: 3 • Total capacity: m x (n-1) • Advantages: Increased reliability. The RAID array can sustain the loss of any single disk without any data loss. Increased read and write performance. • Disadvantages: Decreased aggregate storage capacity (you lose the equivalent capacity of a single disk). CPU intensive calculation of parity, especially during rebuild operation. I/O intensive during rebuild operation. RAID10: RAID10 is a combination of RAID1 and RAID0. The NSS implements RAID10 as two, 2-disk RAID1 mirrors, which are then used to build a RAID0 array. RAID10 can be thought of as "mirror then stripe". • Minimum Number of Disks: 4 • Total capacity: 2 x m • Advantages: Increased read and write performance; increased reliability. The RAID array can sustain the loss of any single disk without data loss. Depending on which disks fail, the array can lose up to two disks without data loss. • Disadvantages: Decreased aggregate storage capacity (you lose half of the storage space). Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide 43

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190

Configuring your Storage
Choosing a RAID Array Level
Linksys Small Business NSS4000 and NSS6000 Series Network Storage System Administration Guide
43
4
increases the reliability (for example, a two-disk RAID1 is half as likely to fail,
a three-disk RAID1 is one-third as likely to fail, and so on). Increased read
performance.
Disadvantages: Decreased aggregate storage capacity (each mirror disk
does not contribute to the total capacity of the array). Decreased write
performance. I/O intensive when resyncing mirrors.
RAID5
: RAID5 stripes data written to the array like RAID0, except that, unlike
RAID0, RAID5 generates parity information that also gets striped across the array.
This parity information is used during the reconstruction of the lost data when a
drive fails in the array. When a failed disk is then replaced, the array must
regenerate and rewrite the parity information of the array. This process is referred
to as “rebuilding”. During a rebuild, the array continues to be available for reads
and writes. If the parity information in the array gets out of sync with the data in the
array, usually as the result of an unexpected loss of power to the system, the array
must be rebuilt. Like RAID1, if a disk is missing from the array, the array is said to be
operating in “degraded” mode.
Minimum Number of Disks: 3
Total capacity: m x (n-1)
Advantages
: Increased reliability. The RAID array can sustain the loss of any
single disk without any data loss. Increased read and write performance.
Disadvantages
: Decreased aggregate storage capacity (you lose the
equivalent capacity of a single disk). CPU intensive calculation of parity,
especially during rebuild operation. I/O intensive during rebuild operation.
RAID10
: RAID10 is a combination of RAID1 and RAID0. The NSS implements
RAID10 as two, 2-disk RAID1 mirrors, which are then used to build a RAID0 array.
RAID10 can be thought of as “mirror then stripe”.
Minimum Number of Disks: 4
Total capacity: 2 x m
Advantages
: Increased read and write performance; increased reliability.
The RAID array can sustain the loss of any single disk without data loss.
Depending on which disks fail, the array can lose up to two disks without
data loss.
Disadvantages
: Decreased aggregate storage capacity (you lose half of
the storage space).