-
Notifications
You must be signed in to change notification settings - Fork 929
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
Add patch to remove block.*
settings from LVM and Ceph RBD block volumes
#12813
Conversation
I have removed https://github.com/canonical/lxd/pull/12390/files#diff-967760ebb0c0b53b1eb0f2c1f141563885405f50c26d77dab588b90d26528b0aR1087 in order to be able to patch Ceph RBD backed volumes. |
Yes it will. For Ceph I suggest we need to detect if the member is leader and only run it on the leader. |
f6f2ee5
to
e25aabb
Compare
@tomponline looks to be ok now, the code for checking the leader was just a few lines above :) |
5dd8296
to
758588a
Compare
758588a
to
aace96f
Compare
…umes Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
aace96f
to
bb59a41
Compare
This adds a patch to remove the
block.*
settings from VMs and custom volumes of type block in the LVM and Ceph driver.That is required after #12805 and follows the same procedure as in #12390.