Temporary Namespace Management in Deduplication Filesystems

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Deduplication filesystems face inefficiencies due to the scarcity of NVRAM, as conventional namespace schemes and methods fail to effectively utilize this limited resource, limiting the number of data protection policies that can be stored and supported.

Innovation Solution

Implementing temporary namespaces in deduplication filesystems that cannot be undeleted once deleted, allowing for the cleanup of Mtree handles from U-tree data structures, thereby reducing the count of active namespaces and optimizing NVRAM usage.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If conventional namespace schemes are used in deduplication filesystems, then namespace stability is maintained through NVRAM, but the limited NVRAM capacity restricts the number of data protection policies that can be stored

Engineering Contradiction:
Improvenamespace stabilityVSAvoidnumber of data protection policies
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The namespace management system is segmented into permanent namespaces (stored in NVRAM) and temporary namespaces (stored in memory). This segmentation allows the system to maintain stable namespace references for data protection policies while using temporary namespaces for operational purposes, thereby increasing the total number of policies that can be stored without requiring additional NVRAM capacity.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces temporary namespaces that are discarded after use, similar to disposable objects. These temporary namespaces are created in volatile memory, used for operational purposes, and then removed from the system. This approach allows the system to maintain a limited number of permanent namespaces in NVRAM while supporting a larger total number of policies through the creation and destruction of temporary namespaces.

Inventive Principle:
Principle #27Cheap short-living objects (Disposable)

2Adaptability or versatility

If the number of active namespaces is increased to support more data protection policies, then policy versatility improves, but NVRAM space consumption increases

Engineering Contradiction:
Improvenumber of data protection policiesVSAvoidNVRAM space
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The system segments namespace storage into two categories: permanent namespaces stored in NVRAM and temporary namespaces stored in volatile memory. This segmentation allows the system to maintain a small number of permanent namespaces in NVRAM (conserving space) while supporting a large number of total policies through temporary namespaces (increasing versatility).

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system dynamically manages namespace lifecycles by creating temporary namespaces as needed and removing them after use. This dynamic approach allows the system to adapt the number of active namespaces based on current operational requirements, maintaining versatility while minimizing NVRAM consumption by only persisting permanent namespaces.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If temporary namespaces are implemented without proper cleanup mechanisms, then namespace creation flexibility improves, but system complexity increases due to handle management

Engineering Contradiction:
Improvenamespace creation flexibilityVSAvoidhandle management complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The system implements self-service cleanup mechanisms where temporary namespaces automatically remove their own handles from the U-tree data structure when deleted. This eliminates the need for complex manual cleanup operations and reduces handle management complexity while maintaining namespace creation flexibility.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent extracts the handle management complexity from the temporary namespace deletion process by implementing automatic handle removal. When a temporary namespace is deleted, its handle is automatically extracted from the U-tree data structure without requiring additional manual intervention, thereby simplifying the overall system while maintaining flexibility.

Inventive Principle:
Principle #2Taking out (Extraction)

Data Source

PatentUS12153547B2Method to support temporary namespace in a deduplication filesystem
Publication Date: 2024.11.26 DELL PROD LP
  • US12153547B2 patent drawing
  • US12153547B2 patent drawing
  • US12153547B2 patent drawing

AI summary

One example method includes creating a namespace of a deduplication filesystem, adding a ‘temporary’ flag to the namespace, adding a ‘delete’ flag to the namespace when the namespace is to be deleted, and when a maximum number of namespaces permitted by the deduplication filesystem has been reached due to the creating of the namespace, deleting another namespace bearing a ‘temporary’ flag and a ‘delete’ flag. In this way, efficient use may be made of the NVRAM, while also maintaining compliance with deduplication filesystem requirements concerning the maximum number of permitted namespaces.