Power-Aware I/O Scheduler for Storage Devices

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current file systems lack the ability to efficiently manage and schedule Input/Output (I/O) operations across storage devices, particularly in terms of power usage, leading to suboptimal performance and energy consumption.

Innovation Solution

A power-aware I/O scheduler that utilizes metadata and power state information to select the most energy-efficient subsets of physical blocks for constructing logical blocks, incorporating a power-use selection policy to determine the optimal storage devices for reading data.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Use of energy by moving object

If traditional I/O scheduling is used without power awareness, then I/O operations can be processed quickly, but power consumption increases and energy efficiency deteriorates

Engineering Contradiction:
Improvepower consumptionVSAvoidI/O operation speed
Core Design Contradiction:
Use of energy by moving objectVSProductivity

Solution Approach 1:

The system performs preliminary actions by pre-spinning up storage devices that are likely to be needed soon based on predicted I/O patterns, rather than waiting for actual I/O requests to occur. This predictive approach allows the system to balance power consumption with operational readiness, spinning up devices proactively based on workload predictions rather than reactively responding to requests.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The I/O scheduler dynamically adjusts storage device operation states based on real-time power state information and predicted I/O patterns. The system transitions devices between active and inactive states dynamically, optimizing the balance between power consumption and I/O performance by continuously adapting to changing workload conditions and storage device states.

Inventive Principle:
Principle #15Dynamics

2Speed

If storage devices are kept active to ensure fast data access, then I/O response time improves, but power consumption increases

Engineering Contradiction:
Improvedata access speedVSAvoidpower consumption
Core Design Contradiction:
SpeedVSUse of energy by moving object

Solution Approach 1:

The system uses predicted I/O patterns to perform preliminary spinning up of storage devices before actual data access is needed. By analyzing future I/O requests and predicting which devices will be needed, the system proactively brings devices online, reducing the need to keep all devices continuously active while ensuring fast access when data is actually required.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The scheduler incorporates feedback from actual I/O patterns and storage device performance to refine its predictions. By continuously monitoring real I/O behavior and comparing it with predicted patterns, the system adjusts its device activation decisions, optimizing the balance between keeping devices active for speed and powering them down to save energy.

Inventive Principle:
Principle #23Feedback

3Adaptability or versatility

If the volume manager is implemented as a separate layer between physical disks and file system, then storage management flexibility improves, but the volume manager becomes unaware of block usage status

Engineering Contradiction:
Improvestorage management flexibilityVSAvoidblock usage information
Core Design Contradiction:
Adaptability or versatilityVSLoss of information

Solution Approach 1:

The file system acts as an intermediary layer that bridges the volume manager and physical storage devices. It receives I/O requests from the volume manager, translates them into specific block access patterns, and provides feedback about actual block usage and access patterns. This intermediary role allows the volume manager to maintain its high-level abstraction while still having access to detailed block usage information through the file system's reporting.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The file system provides feedback mechanisms to the volume manager about actual block usage patterns, access frequencies, and I/O characteristics. This feedback loop enables the volume manager to make more informed decisions about storage allocation and device activation, bridging the information gap created by the layered architecture while preserving the flexibility and abstraction benefits of the separate volume manager layer.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS8095728B2Method and system for power aware I/O scheduling
Publication Date: 2012.01.10 ORACLE AMERICAN INC
  • US8095728B2 patent drawing
  • US8095728B2 patent drawing
  • US8095728B2 patent drawing

AI summary

A method for retrieving a logical block, including receiving a request to read the logical block, and obtaining metadata associated with the logical block, wherein the metadata includes a replication type used to store the logical block and physical block locations in a storage pool for each physical block associated with the logical block. The method further includes obtaining power state information including a power state for the storage devices specified in the physical block locations, selecting a first set of physical block locations using the metadata, the power state information, and a power-usage selection policy, and generating I/O requests, where each I/O request specifies one of the first set of physical block locations. The method further includes issuing the I/O requests, receiving physical blocks in response to the I/O requests, and constructing the logical block using the physical blocks.