Skip to content

udev-manager: new disk manager plugin based on udev #6

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

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

Conversation

ak0rz
Copy link

@ak0rz ak0rz commented Mar 19, 2025

This plugin was designed from ground-up to allow exposing distinct device plugins for identifiable devices on host.

This enables enchanced scheduling capabilities, including conf-less startup and NUMA topology hinting for the requestor.

In future work this plugin may be enchanced further, e.g. exposing disks by serial or WWID to the Kube resource topology, allowing tie specific YDB pods to specific discs regardless of where are those disks located.

@ak0rz ak0rz marked this pull request as ready for review March 20, 2025 10:41
@@ -45,7 +44,7 @@ func main() {

// Setting up the disks to check
klog.V(0).Infof("Reading configuration file %s", confFileName)
yamlFile, err := ioutil.ReadFile(confFileName)
yamlFile, err := os.ReadFile(confFileName)
Copy link
Author

Choose a reason for hiding this comment

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

Just fixes deprecaton warnings

This plugin was designed from ground-up to allow exposing distinct device plugins for identifiable devices on host.
This enables enchanced scheduling capabilities, including conf-less startup and NUMA topology hinting for the requestor.
In future work this plugin may be enchanced further, e.g. exposing disks by serial or WWID to the Kube resource topology, allowing tie specific YDB pods to specific discs regardless of where are those disks located.

Signed-off-by: Andrey Korzinev <ak@nebius.com>
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.

1 participant