[
https://issues.apache.org/jira/browse/CLOUDSTACK-9799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881053#comment-15881053
]
ASF GitHub Bot commented on CLOUDSTACK-9799:
--------------------------------------------
Github user mike-tutkowski commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1963#discussion_r102793622
--- 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 --
@syed What I don't have in my version of this fix is this line of code. I
can add it to mine.
> 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)