You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)).
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: