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

WIP Fork DMG storage query commands from daos_test #2840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sydneyvanda
Copy link
Contributor

(DAOS-4658 & DAOS-4659)

Currently adds functions for running
dmg storage query smd --devices
&
dmg storage query blobstore-health --devuuid=UUID

Necessary output from the commands such as the device uuids as well as
the I/O error counters in the blobstore health data are parsed and
returned.
A daos_nvme_recovery test was added to demonstrate using these
forking functions.

Signed-off-by: Sydney Vanda sydney.m.vanda@intel.com

(DAOS-4658 & DAOS-4659)

Currently adds functions for running
dmg storage query smd --devices
&
dmg storage query blobstore-health --devuuid=UUID

Necessary output from the commands such as the device uuids as well as
the I/O error counters in the blobstore health data are parsed and
returned.
A daos_nvme_recovery test was added to demonstrate using these
forking functions.

Signed-off-by: Sydney Vanda <sydney.m.vanda@intel.com>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return -1;

while (fgets(buf, sizeof(buf), bs_health) != 0) {
//printf("%s\n", buf);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(style) do not use C99 // comments

@daosbuild1
Copy link
Collaborator

@daosbuild1
Copy link
Collaborator

Test stage Build RPM on Leap 15 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-2840/1/execution/node/206/log

@daosbuild1
Copy link
Collaborator

Test stage Functional_Hardware_Small completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-2840/1/execution/node/670/log

@daosbuild1
Copy link
Collaborator

Test stage Functional_Hardware_Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-2840/1/execution/node/791/log

@daosbuild1
Copy link
Collaborator

Test stage Functional_Hardware_Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-2840/1/execution/node/860/log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants