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

Enable clusters to start with the latest version of OCK on libvirt #192

Open
zabdulre opened this issue Nov 18, 2024 · 0 comments
Open

Enable clusters to start with the latest version of OCK on libvirt #192

zabdulre opened this issue Nov 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@zabdulre
Copy link
Contributor

When using the cluster start command, ocne uses the boot.qcow2 on the local file system if it exists. This boot.qcow2 may contain an older version of OCK; a newer version may be available. Pulling and using the latest version of OCK on cluster start should be automatic or at least easy for the user to do. It should not require the user to manually move/delete libvirt volumes.

Things to consider:

  • Currently, if a user wants to use the latest version of OCK, they have to start a cluster and update each node to the latest version. Another way a user can use the latest version of OCK is by manually deleting the existing qcow2 and thus force ocne to pull the latest version of OCK. The user is only able to use this method if they do not already have a libvirt cluster running.
  • This behavior likely persists even if the user supplies the --boot-volume-container-image flag during cluster start, but this needs to be tested.
@zabdulre zabdulre added the enhancement New feature or request label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant