mirror of https://github.com/apache/cloudstack.git
changing the event logged to the right type, whilst starting user vms via cancelstoragemaintenance in master (already merged to 2.2.beta1)
This commit is contained in:
parent
e6330c6293
commit
8995e5d2f7
|
|
@ -2461,7 +2461,7 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag
|
|||
{
|
||||
|
||||
//create a dummy event
|
||||
long eventId = saveScheduledEvent(User.UID_SYSTEM, Account.ACCOUNT_ID_SYSTEM, EventTypes.EVENT_VM_START, "starting ssvm with Id: "+vmInstance.getId());
|
||||
long eventId = saveScheduledEvent(User.UID_SYSTEM, Account.ACCOUNT_ID_SYSTEM, EventTypes.EVENT_VM_START, "starting user vm with Id: "+vmInstance.getId());
|
||||
|
||||
try {
|
||||
if(_userVmMgr.start(vmInstance.getId(), eventId) == null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue