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

Adds a node delete command #3716

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Adds a node delete command #3716

merged 2 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. Adds a node delete command

    Allows for nodes to be delete from the node info store. If the node is
    found in the store, it is deleted, and then will not re-appear when the
    requester node is re-started.  If however the compute node restarts, it
    will re-register so this command is only useful if you know that nodes
    will not be coming back.
    
    In future if we want to block the node-id from ever being an entry, we
    should add tombstone entries to the node info store that blog it's
    registration.
    rossjones committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2232f9b View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary warning

    rossjones committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8dac9fa View commit details
    Browse the repository at this point in the history