-
Notifications
You must be signed in to change notification settings - Fork 301
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
Conversation
- 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>
…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
Bug-tracker data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
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>
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>
2ab6f22
to
77ce307
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
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.
Includes the following PR backports: