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

restore db instance fom db snapshot #217

Merged
merged 5 commits into from
Jan 25, 2016

Conversation

ehowe
Copy link
Contributor

@ehowe ehowe commented Jan 19, 2016

  • add mock
  • add restore method on servers collection
  • modify save method on server model
  • raise error when multi_az and az are set
  • cannot specify multi_az to be true and pick an az together
  • take allocated_storage from snapshot on restore
  • restore from snapshot endpoint does not take
  • allocated_storage parameter
  • save storage type on rds snapshot

Michelle Noorali and others added 4 commits January 19, 2016 10:52
* add mock
* add restore method on servers collection
* modify save method on server model
* raise error when multi_az and az are set
* cannot specify multi_az to be true and pick an az together
* take allocated_storage from snapshot on restore
* restore from snapshot endpoint does not take
* allocated_storage parameter
* save storage type on rds snapshot
@ehowe
Copy link
Contributor Author

ehowe commented Jan 19, 2016

Not sure whats up with the specs, every time I fix something, something else breaks. Is this a known issue?

@@ -3,6 +3,18 @@ module DNS
class AWS < Fog::Service
extend Fog::AWS::CredentialFetcher::ServiceMethods

require 'fog/aws/requests/dns/change_resource_record_sets'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be redundant to the request calls that come a bit later (though a couple new ones should be added). By using request the requires are deferred, however, until initialization time. So, I think we just want the request versions and not these explicit requires.

@geemus
Copy link
Member

geemus commented Jan 22, 2016

Looks good overall, added a couple more specific items of feedback above. Thanks!

@geemus
Copy link
Member

geemus commented Jan 25, 2016

Thanks!

geemus added a commit that referenced this pull request Jan 25, 2016
@geemus geemus merged commit 43d208c into fog:master Jan 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants