Skip to content

MK8S-79 - Mount RAID management vendor tools from host machines#14

Merged
vdaviot merged 4 commits intomainfrom
improvement/MK8s-79-mount-hardware-tools
Apr 1, 2026
Merged

MK8S-79 - Mount RAID management vendor tools from host machines#14
vdaviot merged 4 commits intomainfrom
improvement/MK8s-79-mount-hardware-tools

Conversation

@vdaviot
Copy link
Copy Markdown
Collaborator

@vdaviot vdaviot commented Mar 17, 2026

No description provided.

Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
@vdaviot vdaviot changed the title MK8S-79 - Mount hardware tools MK8S-79 - Mount RAID management vendor tools from host machines Mar 18, 2026
Base automatically changed from improvement/MK8S-78-manage-device-path to main March 20, 2026 13:30
Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
@vdaviot vdaviot force-pushed the improvement/MK8s-79-mount-hardware-tools branch from 81fb619 to f5f196d Compare March 31, 2026 14:27
@vdaviot vdaviot marked this pull request as ready for review March 31, 2026 14:53
Signed-off-by: Valentin Daviot <valentin.daviot@scality.com>
Copy link
Copy Markdown

@TeddyAndrieux TeddyAndrieux left a comment

Choose a reason for hiding this comment

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

Just a minor comment LGTM

(We may consider in the future to run as non root, but let's not do it for now)

Comment thread cmd/main.go
Comment on lines +60 to +66
func getEnvOrDefault(key, defaultValue string) string {
if value := os.Getenv(key); value != "" {
return value
}

return defaultValue
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Any reason to not use your usual lib to load env variable in a config struct ?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Its done in another branch, just wanted to iterate fast on this one 👍

@vdaviot vdaviot merged commit d18b7c6 into main Apr 1, 2026
6 checks passed
@vdaviot vdaviot deleted the improvement/MK8s-79-mount-hardware-tools branch April 1, 2026 08:54
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

Successfully merging this pull request may close these issues.

3 participants