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-15794 tools: Add --health-only flag to (dmg|daos) pool query #14414

Merged
merged 4 commits into from
May 22, 2024

Commits on May 22, 2024

  1. DAOS-9953: Usability improvements to dmg pool list and query. (#12511)

    - Adding CLI option to filter rebuild status!= idle from dmg pool list command.
    - Show pool state as Degraded when any targets are missing or device are evicted.
    
    Required-githooks: true
    
    Change-Id: I01ed7cd3eb8e7e6b7385b3e724d3b82736965f21
    Signed-off-by: Samir Raval <samir.raval@intel.com>
    ravalsam authored and mjmac committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9c398f8 View commit details
    Browse the repository at this point in the history
  2. DAOS-14243 test: pool/list_verbose.py:test_fields_basic - missing reb…

    …uild_state (#12983)
    
    Description: added pool state and rebuild_state to pool list verbose verification.
    
    Required-githooks: true
    
    Change-Id: I46e5082886ed11c6fe96b190ce9eaff795b19799
    Signed-off-by: Ding Ho ding-hwa.ho@intel.com
    dinghwah authored and mjmac committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c8c9ab0 View commit details
    Browse the repository at this point in the history
  3. DAOS-10028 control: Move core types into daos package (#14174)

    The lib/daos package should be the main repository for
    types (e.g. PoolInfo) used throughout the codebase. It
    should be possible to import these types without pulling
    in extra dependencies (e.g. gRPC, protobufs, etc).
    
    Also reverts an inadvertent change to the system
    database's serialization that resulted in 2.4/2.6
    incompatibilities.
    
    Required-githooks: true
    
    Change-Id: I2e198a57cc5ae7fe76875c59f2f21eda745ce3e7
    Signed-off-by: Michael MacDonald <mjmac@google.com>
    mjmac committed May 22, 2024
    Configuration menu
    Copy the full SHA
    53ff797 View commit details
    Browse the repository at this point in the history
  4. DAOS-15794 tools: Add --health-only flag to (dmg|daos) pool query

    As a convenience, provide a "streamlined" version of the pool
    query that only performs the minimum amount of work to query
    the pool's health. Practically speaking, this means that it
    will query for disabled ranks and omit the space query, which
    is expensive.
    
    Features: pool
    Required-githooks: true
    Change-Id: I5abe26c2a9a449a9d7c9c0867ae1fff1de9685d5
    Signed-off-by: Michael MacDonald <mjmac@google.com>
    mjmac committed May 22, 2024
    Configuration menu
    Copy the full SHA
    77ce307 View commit details
    Browse the repository at this point in the history