-
Notifications
You must be signed in to change notification settings - Fork 34
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
feature(storage): support ceph storage pool [WD-7968] #597
Conversation
Demo starting at https://lxd-ui-597.demos.haus |
aa0e129
to
6e48944
Compare
afb9fd2
to
d459593
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
QA wise all works well. Some ideas to simplify and some questions below.
a4f7d03
to
15109d5
Compare
15109d5
to
80cd3b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one change of a wrong import from the previous code.
- Create storage pool with ceph (RBD) driver - Edit ceph storage pool configs - Add custom storage volumes in ceph storage pool - Edit custom storage volumes in ceph storage pool - Add, edit, delete and restore snapshots for ceph custom storage volumes - Support for all of the above operations for an LXD cluster - Prevent ceph storage volumes from being attached to more than one instance Signed-off-by: Mason Hu <mason.hu@canonical.com>
80cd3b3
to
91ecf34
Compare
I don't think a design review is actually necessary for this one since everything we added was based on existing designs. |
Done
Things required code changes
Things that didn't require code changes but tested locally
QA