syed commented on a change in pull request #1940: CLOUDSTACK-9781:ACS records 
ID in events tables instead of UUID.
URL: https://github.com/apache/cloudstack/pull/1940#discussion_r122212675
 
 

 ##########
 File path: 
api/src/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotFromVMSnapshotCmd.java
 ##########
 @@ -173,7 +173,7 @@ public void create() throws ResourceAllocationException {
     @Override
     public void execute() {
         s_logger.info("CreateSnapshotFromVMSnapshotCmd with vm snapshot id:" + 
getVMSnapshotId() + " and snapshot id:" + getEntityId() + " starts:" + 
System.currentTimeMillis());
-        CallContext.current().setEventDetails("Vm Snapshot Id: "+ 
getVMSnapshotId());
+        CallContext.current().setEventDetails("Vm Snapshot Id: "+ 
this._uuidMgr.getUuid(Snapshot.class,getVMSnapshotId()));
 
 Review comment:
   same here ... 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to