[ https://issues.apache.org/jira/browse/CLOUDSTACK-9799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881089#comment-15881089 ]
ASF GitHub Bot commented on CLOUDSTACK-9799: -------------------------------------------- Github user syed commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1963#discussion_r102798055 --- Diff: engine/storage/datamotion/src/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java --- @@ -711,6 +711,7 @@ private void handleCreateVolumeFromSnapshotBothOnStorageSystem(SnapshotInfo snap } catch (Exception ex) { errMsg = ex.getMessage() != null ? ex.getMessage() : "Copy operation failed in 'StorageSystemDataMotionStrategy.handleCreateVolumeFromSnapshotBothOnStorageSystem'"; + copyCmdAnswer = new CopyCmdAnswer(errMsg); --- End diff -- That would be great @mike-tutkowski. That makes sure that the snapshot goes back to a good state if the storage driver operation fails. I will close this request then. > Unable to create volume from snapshots with "_" in solidfire > ------------------------------------------------------------ > > Key: CLOUDSTACK-9799 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9799 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Syed Ahmed > > Steps to reproduce: > 1. Create a volume using the SolidFire plugin > 2. Take a snpshot of the volume > 3. Create volume from snapshot with "_" in the name > 4. Error -- This message was sent by Atlassian JIRA (v6.3.15#6346)