We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VolumeCreateFromSnapshot accepts tags as one of the parameters. But restored volumes has empty Notes.
VolumeCreateFromSnapshot
Repo: Create a Volume via VolumeCreate function Create Snapshot via SnapshotCreate function
VolumeCreate
SnapshotCreate
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VolumeCreateFromSnapshot
accepts tags as one of the parameters.But restored volumes has empty Notes.
Repo:
Create a Volume via
VolumeCreate
functionCreate Snapshot via
SnapshotCreate
functionThen open control.bluemix.net/storage/block and go to new volume, you will see that Notes will be empty.
The text was updated successfully, but these errors were encountered: