Zone Translation Layer for ZNS SSD Write Sequencing

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In RAID configurations with zoned namespace solid-state drives (ZNS SSDs), existing technologies face challenges in efficiently processing write requests that are received out of order, which can impact the sequential writing requirement and overall performance.

Innovation Solution

The implementation of a Zone Translation Layer (ZTL) that maintains a counter to track sequence numbers of tetris write requests, ensuring that write requests are processed sequentially by queuing out-of-order requests until the expected sequence number is received, allowing for efficient sequential processing even when requests are received in a different order.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If write requests are processed in the order they are received, then processing simplicity is maintained, but sequential writing requirements for ZNS SSDs cannot be met when requests arrive out of order

Engineering Contradiction:
Improvesequential writing complianceVSAvoidrequest processing complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies preliminary action by assigning sequence numbers to write requests before they are processed. The ZTL receives write requests, assigns them sequence numbers, and stores them in a queue ordered by these sequence numbers. This preliminary numbering and queuing ensures that when requests are eventually processed, they are done so in the correct sequential order regardless of the order they arrived, thus meeting ZNS SSD sequential writing requirements without complex real-time reordering logic during the actual write operation.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If write requests are queued to maintain sequential order, then sequential writing standards are met, but processing time increases

Engineering Contradiction:
Improvesequential writing complianceVSAvoidwrite request processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent applies segmentation by dividing the write request processing into distinct phases: reception phase (where requests are received and assigned sequence numbers), queuing phase (where requests are organized in sequence order), and execution phase (where requests are processed sequentially). This segmentation allows the system to maintain sequential ordering without holding up the entire processing pipeline, as the queuing phase operates independently and prepares requests for efficient sequential execution.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent uses an intermediary mechanism in the form of the ZTL and its sequence number assignment system. The ZTL acts as an intermediary layer between the incoming write requests and the ZNS SSDs, translating out-of-order arrivals into in-order execution. This intermediary queueing mechanism buffers the time difference between request arrival and actual processing, allowing the system to meet sequential writing requirements while minimizing the impact on overall processing time.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Productivity

If out-of-order write requests are processed immediately, then processing speed is maintained, but data integrity and sequential writing requirements are violated

Engineering Contradiction:
Improvewrite request processing throughputVSAvoiddata integrity
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent implements feedback through the sequence number system. Each write request is assigned a sequence number, and the ZTL uses this sequence number as feedback to determine the correct processing order. The system continuously monitors the sequence numbers of incoming requests and adjusts the processing order accordingly, ensuring that data integrity is maintained while still achieving high throughput by processing requests as soon as their sequence position is determined.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS11803329B2Methods and systems for processing write requests in a storage system
Publication Date: 2023.10.31 NETAPP INC
  • US11803329B2 patent drawing
  • US11803329B2 patent drawing
  • US11803329B2 patent drawing

AI summary

Methods and systems for a storage environment are provided, including generating a plurality of child (or tetris) write requests to write data for a write request using a plurality of subdivisions of a plurality of logical zones defined for a plurality of zoned solid state drives (ZNS SSDs) of a RAID array, each LZone mapped to one or more logical RAID zone (RZone) of the ZNS SSDs having a plurality of physical zones across a plurality of independent media units of each ZNS SSD; assigning a sequence number to each child (or tetris) write request corresponding to each subdivision, the sequence number indicating an order in which the child (or tetris) write requests are to be processed; and selecting, based on the assigned sequence number, one or more subdivisions for sequentially writing data to one or more RZones of the plurality of ZNS SSDs.