Skip to content

Conversation

@anson627
Copy link
Collaborator

This pull request makes a minor improvement to how nodes are selected for FIO jobs. Instead of selecting any node with the label fio-dedicated=true, it now specifically selects only nodes that are ready and schedulable, and updates the error message accordingly.

  • Node selection improvement:
    • Updated execute in fio.py to use get_ready_nodes instead of get_nodes, ensuring only ready and schedulable nodes with the fio-dedicated=true label are used. The error message was also updated to clarify this requirement.…s are used for fio jobs

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR improves node selection for FIO jobs by ensuring only ready and schedulable nodes are used. The change upgrades from basic node listing to a more robust selection that validates node health and schedulability.

  • Updated node retrieval to use get_ready_nodes instead of get_nodes
  • Enhanced error message to clarify the requirement for ready and schedulable nodes

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.

2 participants