Service-Aware Parity Placement in RAID Storage Systems

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current replication schemes in storage systems do not consider hardware service schedules when writing data and parity values, leading to inefficiencies in data management and potential data loss during storage device removals.

Innovation Solution

A method is implemented where a storage controller identifies a target storage device for removal, performs a modified garbage collection operation, and writes new RAID stripes with parity blocks placed on the target device to ensure data integrity and allow for safe removal of the device, while maintaining block and stripe statuses to manage live and dead blocks effectively.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If current replication schemes are used without considering hardware service schedules, then data can be written to storage devices, but data integrity is compromised when target storage devices are removed

Engineering Contradiction:
Improvedata integrityVSAvoidparity placement management
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary actions by identifying target storage devices scheduled for removal and proactively relocating their associated data blocks and parity blocks before the actual removal occurs. This advance preparation ensures data integrity is maintained while simplifying the removal process, as the system has already reorganized data to exclude the target device.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The storage controller acts as an intermediary that mediates between the garbage collection process and the hardware service schedule. It receives service notifications about upcoming device removals and coordinates parity block placement accordingly, ensuring that parity blocks are never placed on devices scheduled for imminent removal while maintaining efficient data management.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If parity blocks are placed on target storage devices scheduled for removal, then storage capacity is utilized efficiently, but data loss occurs when the device is removed

Engineering Contradiction:
Improvestorage capacity utilizationVSAvoiddata protection
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system implements feedback mechanisms by continuously monitoring hardware service schedules and adjusting parity block placement decisions based on this information. When a storage device is identified as a target for removal, the system receives feedback and dynamically changes its parity placement strategy to avoid placing parity blocks on that device, thereby maintaining data protection while adapting to changing conditions.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The parity placement strategy is made dynamic rather than static. The system adapts its behavior based on the hardware service schedule, changing where parity blocks are placed depending on which devices are scheduled for removal. This dynamic approach allows the system to optimize storage capacity utilization at any given time while ensuring data integrity by avoiding placement on devices that will be removed soon.

Inventive Principle:
Principle #15Dynamics

3Productivity

If garbage collection operations are performed without considering service schedules, then storage efficiency is improved, but data integrity is compromised during device removal

Engineering Contradiction:
Improvestorage efficiencyVSAvoiddata integrity
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The garbage collection process performs preliminary actions by identifying and relocating data blocks and parity blocks associated with target storage devices before removal. This advance reorganization ensures that when the device is removed, no critical data or parity information is lost, maintaining data integrity while still achieving storage efficiency through proper garbage collection.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The storage controller serves as an intermediary between the garbage collection operation and the hardware service schedule. It receives notifications about upcoming device removals and coordinates the garbage collection process to avoid placing or retaining data on target devices, ensuring that storage efficiency is maintained without compromising data integrity during device removal.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentEP2899627B1Method and system for service-aware parity placement in a storage system
Publication Date: 2022.04.06 EMC IP HLDG CO LLC
  • EP2899627B1 patent drawingFigure 1
  • EP2899627B1 patent drawingFigure 2
  • EP2899627B1 patent drawingFigure 3

AI summary

A method and system for service-aware parity placement in a storage system, including after receiving (500) the service notification specifying a target SD: writing (502) a RAID stripe to the persistent storage, where the parity block of the RAID stripe is stored on the target SD and none of the data blocks in the RAID stripe are stored on the target SD. The method further includes performing (504) a modified garbage collection operation that includes identifying a live RAID stripe in the persistent storage, writing a new RAID stripe to a new location in the persistent storage, where the new RAID stripe includes a copy of at least a portion of data from the live RAID stripe and a parity block in the new RAID stripe is stored on the target SD, and issuing (506) a removal notification when the modified garbage collection operation is completed.