Persistent Volume Provisioning for Partial Pod Allocation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing pod management systems impose limitations on starting pods due to hardware, software, and firmware variations, disk failures, and require all resources to be allocated before pod initiation, leading to pods being relegated to a pending state indefinitely.

Innovation Solution

A framework that allows for flexible and dynamic persistent volume provisioning by employing annotations, metadata, and scoring to identify suitable nodes, and using spoofing operations to allocate volumes, even in cases of disk failures or hardware variations, ensuring pods can be hosted without strict adherence to identical configurations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If all resources are allocated before pod initiation as required by pod management systems, then resource allocation consistency is improved, but pod instantiation flexibility deteriorates

Engineering Contradiction:
Improveresource allocation consistencyVSAvoidpod instantiation flexibility
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system performs preliminary allocation of persistent volumes before pod initiation, satisfying as many sub-requests as possible in advance. This preliminary action ensures resource availability while allowing the pod to be created with partially satisfied requests, resolving the contradiction between pre-allocation reliability and instantiation flexibility.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements partial satisfaction of volume sub-requests, where the pod can be instantiated even if not all requested volumes are allocated. This partial action approach allows the pod to start with available volumes while maintaining the option to allocate remaining volumes later, balancing allocation consistency with instantiation flexibility.

Inventive Principle:
Principle #16Partial or excessive action

2Device complexity

If identical configurations are required for all pods managed by the system, then system management simplicity is improved, but hardware utilization efficiency deteriorates

Engineering Contradiction:
Improvesystem management simplicityVSAvoidhardware utilization efficiency
Core Design Contradiction:
Device complexityVSProductivity

Solution Approach 1:

The system creates a universal pod management framework that can handle diverse hardware configurations through standardized interfaces. By using annotation-based volume requests and scoring mechanisms, the system manages heterogeneous hardware efficiently while maintaining simplified universal management protocols, resolving the contradiction between management simplicity and hardware utilization.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The system dynamically adjusts allocation parameters based on node characteristics and volume requirements. By changing allocation criteria and scoring weights according to specific hardware configurations, the system efficiently utilizes diverse hardware resources while maintaining consistent management processes across different pod types.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If the system waits for all requested volumes to be available before starting a pod, then volume allocation completeness is improved, but pod startup time deteriorates

Engineering Contradiction:
Improvevolume allocation completenessVSAvoidpod startup time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system performs preliminary volume allocation and satisfaction checks before pod initiation, allocating all volumes that can be satisfied in advance. This preliminary action reduces startup time by preparing available volumes beforehand while maintaining allocation completeness for satisfiable requests.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements automatic satisfaction determination and allocation without requiring manual intervention or waiting for all volumes to become available. The pod management system self-services by allocating available volumes and allowing pod startup with partial satisfaction, reducing startup time while maintaining reliability for allocated volumes.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS20260056674A1Flexible volume provisioning
Publication Date: 2026.02.26 DELL PROD LP
  • US20260056674A1 patent drawing
  • US20260056674A1 patent drawing
  • US20260056674A1 patent drawing

AI summary

Described is technology that facilitates provisioning of persistent volumes for pods to be hosed at a node of a computer system. For instance, operations can be performed, comprising responding to a pod hosting request that comprises request data defining sub-requests for inclusion of respective persistent volumes in a pod, identifying persistent volumes that at least partially satisfy the pod hosting request, the persistent volumes being identified as being available via a data node, and allocating the persistent volumes to the pod to be hosted by the data node, wherein at least one sub-request, of the sub-requests, is satisfied by an operation other than allocating a respective persistent volume of the respective persistent volumes to the pod.