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

Volume From Snapshot Development And Migration PR #4245

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

SunithaGudisagarIBM
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISVolume_snapshot'

Screenshot 2022-10-10 at 3 56 19 PM

ENV :
https://us-south-genesis-dal-dev83.iaasdev.cloud.ibm.com/v1

Template:
resource "ibm_is_volume" "storage" {
name = "sunitha-volume"
profile = "general-purpose"
zone = "us-south-1"
source_snapshot= "r134-7ac4608c-4ef3-4e52-a140-09fd3c374ff1"
}

Output:
Screenshot 2022-10-02 at 1 13 52 PM

Tested in cloud.ibm.com account, vpc-demo account. au-syd region

resource "ibm_is_snapshot" "testacc_snapshot" {
name = "sunitha-snapshot"
source_volume = "r026-eaa82813-4a57-4527-b8de-4ceb8a090afb"
}

resource "ibm_is_volume" "storage" {
name = "sunitha-volume"
profile = "general-purpose"
zone = "au-syd-1"
source_snapshot = ibm_is_snapshot.testacc_snapshot.id
}

Screenshot 2022-11-15 at 2 48 25 PM

@SunithaGudisagarIBM
Copy link
Collaborator Author

@hkantare Our team has internally reviewed the PR and feature is released on 14th Dec, customer is waiting for this release, can you please merge this PR asap.
ibm-vpc#140

@SunithaGudisagarIBM
Copy link
Collaborator Author

SunithaGudisagarIBM commented Dec 16, 2022

Please find attachment of test case i ran today @hkantare

Screenshot 2022-12-16 at 12 20 53 PM

@SunithaGudisagarIBM
Copy link
Collaborator Author

Screenshot 2022-12-16 at 1 23 31 PM

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