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

SoftlayerBlock VolumeCreateFromSnapshot is not adding Notes to Volumes #15

Open
depohmel opened this issue Nov 19, 2018 · 0 comments
Open

Comments

@depohmel
Copy link
Contributor

VolumeCreateFromSnapshot accepts tags as one of the parameters.
But restored volumes has empty Notes.

Repo:
Create a Volume via VolumeCreate function
Create Snapshot via SnapshotCreate function

snap, err := ibmprov.Session.SnapshotGet(snapshotID)
snapTTags := map[string]string{"ibmblock_unit_test_snap":fmt.Sprintf("testsnap-%d",time.Now().Unix())}
new_vol, err := ibmprov.Session.VolumeCreateFromSnapshot(*snap, snapTTags)

Then open control.bluemix.net/storage/block and go to new volume, you will see that Notes will be empty.

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

No branches or pull requests

1 participant