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

HDD Vender detection for NuObjectV2 #82

Open
yamingk opened this issue May 17, 2024 · 0 comments
Open

HDD Vender detection for NuObjectV2 #82

yamingk opened this issue May 17, 2024 · 0 comments
Milestone

Comments

@yamingk
Copy link
Contributor

yamingk commented May 17, 2024

As of the creation of this issue, the HDD in our env is BD2G7.
Need to make according change after tess team are able to export env value for new HDD vendor for SDS team to consume, or work out another way to better flexiable for future extentions of new HDD venders if they were to be supported by NuObjectV2.

static std::string get_raid_hdd_vendor_model() {
...
    char* mdl = std::getenv("PRODUCTION_ID_data1");  // <<<<<<<<<<<<<<<<<<<<<<<<
    LOGMSG_ASSERT(mdl, "vendor model is empty - check $PRODUCTION_ID_data1");
...
}

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

No branches or pull requests

1 participant