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

Allow volumes to be moved from offline members regardless of the storage driver #13542

Open
roosterfish opened this issue Jun 4, 2024 · 0 comments · May be fixed by #13939
Open

Allow volumes to be moved from offline members regardless of the storage driver #13542

roosterfish opened this issue Jun 4, 2024 · 0 comments · May be fixed by #13939
Assignees
Labels
Bug Confirmed to be a bug
Milestone

Comments

@roosterfish
Copy link
Contributor

roosterfish commented Jun 4, 2024

In #13517 the question was raised why the API runs a specific check only for the Ceph RBD driver but not for remote storage drivers in general (See #13517 (comment)).

The same pattern can be found at another place https://github.com/canonical/lxd/blob/main/lxd/instance_post.go#L987.

If this isn't specific for Ceph RBD make sure to check for the storage drivers pool.Driver().Info().Remote field and validate the changes with both the Ceph RBD and PowerFlex storage drivers.

Make sure to also extend the test suites if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed to be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants