Skip to content

Fixed bug for incorrect volumeAZ in restoration#49

Open
bshang17 wants to merge 1 commit intoAliyunContainerService:masterfrom
bshang17:master
Open

Fixed bug for incorrect volumeAZ in restoration#49
bshang17 wants to merge 1 commit intoAliyunContainerService:masterfrom
bshang17:master

Conversation

@bshang17
Copy link

Related to #48

Now volumeAZ is stored in tags.

req := ecs.CreateCreateSnapshotRequest()
req.DiskId = volumeID

tags["volumeAZ"] = volumeInfo.ZoneId
Copy link
Collaborator

Choose a reason for hiding this comment

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

Snapshots are not necessarily restored in the same zone that where they were created. Snapshots themselves are regionalized.

Copy link
Collaborator

Choose a reason for hiding this comment

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

there should be more thoughts. @AlbeeSo. any comments?

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.

2 participants