Skip to content

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
// 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