-
Notifications
You must be signed in to change notification settings - Fork 356
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 restoring backups to new volumes #4623
Allow restoring backups to new volumes #4623
Conversation
dcb094b
to
7ddbe7f
Compare
This pull request is not mergeable. Please rebase and repush. |
7ddbe7f
to
e250f6e
Compare
Checked commit mansam@e250f6e with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Depends on ManageIQ/manageiq#17952 |
Hammer? |
@martinpovolny No, this doesn't need to be backported to hammer. |
@martinpovolny Do you know who might have time to review this? |
Ping @martinpovolny, could you assign this to someone for review when you have the chance? It's the last piece of an RFE and the other pieces have long since been merged. |
@miq-bot add_label hammer/no @ManSan I'm not sure about few backend things. Below is a form for a new Volume (please correct me if it isn't the correct one) and few things seems to be missing for a new Volume like a If |
Hi @ZitaNemeckova, thanks for the review! Volume name is optional when restoring Openstack backups, size is unnecessary, and Cloud Tenant is automatically determined by the backend based on the backup being restored. |
@mansam thanks for explaining :) LGTM 👍 |
Restarting travis, just to make sure nothing got broken since November, will merge when green :) |
@mansam something did..
looks like |
Caused by So, looks like you'll need a https://github.com/ManageIQ/manageiq-decorators PR to add a decorator for (cc @skateman) |
Eeeh... never mind @mansam .. I'm looking for a cause in this PR, finding none, but our master is red. So... you don't have to do anything, we do :). And merging, because except for the one failure shared with master, travis is indeed green. |
@himdel @ZitaNemeckova thanks! |
Allows choosing to restore a volume backup to a newly created volume, and adds a field for optionally naming that volume.
Partially implements https://bugzilla.redhat.com/show_bug.cgi?id=1514970
Depends on core and openstack provider PRs, as well as a new fog-openstack release.