Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16386 utils: Add DDB Feature and RM_POOL Support (#15062) #15474

Open
wants to merge 1 commit into
base: release/2.6
Choose a base branch
from

Commits on Nov 8, 2024

  1. DAOS-16386 utils: Add DDB Feature and RM_POOL Support (#15062)

    This PR enhances the DDB functionality for CR purposes with
    the following updates:
    
    1. Pool Behavior Control:
    
    Administrators can now control certain vos pool behaviors,
    such as skipping vos pool loading or setting a vos pool to immutable  mode.
    
    2. Manual Pool Shard Removal:
    
    A new command ddb rm_pool <vos_pool> has been introduced,
    allowing administrators to manually remove pool shards.
    
    3. SPDK Environment Initialization Bug Fix:
    
    Fixed an issue where spdk_env_init() would fail during reinitialization.
    
    These updates aim to improve system flexibility and stability,
    providing administrators with more robust management capabilities.
    
    Required-githooks: true
    
    Signed-off-by: Wang Shilong <[email protected]>
    wangshilong committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5c898ea View commit details
    Browse the repository at this point in the history