Skip to content

SoftlayerBlock VolumeCreateFromSnapshot is not adding Notes to Volumes #15

@depohmel

Description

@depohmel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions