Question on Raid 4 vs. Raid DP. We just upgraded to Ontap 6.5.1 and the new feature of Raid DP is now present. Our existing volumes created on Ontap 6.4.2 are setup as Raid 4. Is there any "easy" conversion process to change the old Raid 4 volumes to the newer Raid DP config? Any benefits? Advice? Best practices?
thanks!
Paul M. Brubaker, Jr. RIDS - Intel System Support AT&T Wireless - Harrisburg PA e-mail: paul.brubaker@attws.com office #: 717-526-5011 cell #: 717-578-2254
Paul Brubaker writes:
Question on Raid 4 vs. Raid DP. We just upgraded to Ontap 6.5.1 and the new feature of Raid DP is now present. Our existing volumes created on Ontap 6.4.2 are setup as Raid 4. Is there any "easy" conversion process to change the old Raid 4 volumes to the newer Raid DP config?
It's very easy indeed. Just go:
vol options [vol_name] raidtype raid_dp
ONTAP will then allocate a spare disk for the extra parity disk and start "reconstructing" it.
Converting back is equally easy:
vol options [vol_name] raidtype raid4
and ONTAP will release the "dparity" disk as a spare.
[That's assuming one RAID group in the volume: each RAID group would acquire/release a dparity disk if there were more.]
Any benefits? Advice? Best practices?
Primary benefit, obviously, is that you are protected against the simultaneous loss of two disks within the same RAID group. (Yes, it does work: I've pulled two disks on a test volume and had it survive!)
Primary disadvantages would be the extra disks (but insofar as it allows for larger RAID groups that may not be an issue) and presumably a not entirely negligible write performance penalty. I haven't had a chance to so any serious measuring of the latter yet.
Chris Thompson Email: cet1@cam.ac.uk
<< Depending on the type of write, performance on RAID DP can be about 2% to 3% slower than that of RAID4.
in http://www.netapp.com/tech_library/3298.html#5.6.
5.6. RAID DP Performance
The performance of RAID DP volumes is comparable to that of RAID4. Read operation performance is exactly the same for each type of RAID group. Depending on the type of write, performance on RAID DP can be about 2% to 3% slower than that of RAID4. The reason for this small performance difference is that an extra write occurs to the second diagonal parity disk on RAID DP volumes. There is no discernable impact to the CPU utilization from running RAID DP versus RAID.
Chris Thompson wrote:
Paul Brubaker writes:
Question on Raid 4 vs. Raid DP. We just upgraded to Ontap 6.5.1 and the new feature of Raid DP is now present. Our existing volumes created on Ontap 6.4.2 are setup as Raid 4. Is there any "easy" conversion process to change the old Raid 4 volumes to the newer Raid DP config?
It's very easy indeed. Just go:
vol options [vol_name] raidtype raid_dp
ONTAP will then allocate a spare disk for the extra parity disk and start "reconstructing" it.
Converting back is equally easy:
vol options [vol_name] raidtype raid4
and ONTAP will release the "dparity" disk as a spare.
[That's assuming one RAID group in the volume: each RAID group would acquire/release a dparity disk if there were more.]
Any benefits? Advice? Best practices?
Primary benefit, obviously, is that you are protected against the simultaneous loss of two disks within the same RAID group. (Yes, it does work: I've pulled two disks on a test volume and had it survive!)
Primary disadvantages would be the extra disks (but insofar as it allows for larger RAID groups that may not be an issue) and presumably a not entirely negligible write performance penalty. I haven't had a chance to so any serious measuring of the latter yet.
Chris Thompson Email: cet1@cam.ac.uk