[ovirt-users] Issues with vm start up

Shanil S xielesshanil at gmail.com
Thu Nov 27 08:32:54 UTC 2014


Hi Omer,

I have attached the engine.log and vdsm.log. Please check it. The vm id is
- 7c7aa9dedb57248f5da291117164f0d7

-- 
Regards
Shanil

On Thu, Nov 27, 2014 at 1:46 PM, Shahar Havivi <shaharh at redhat.com> wrote:

> Try to remove content and run the vm,
> ie remove the runcmd: or some of it - try to use the xml with out CDATA
> maybe
> you can pinpoint the problem that way...
>
>
> On 27.11.14 10:03, Shanil S wrote:
> > Hi All,
> >
> >
> > I am using the ovirt version 3.5 and having some issues with the vm
> startup
> > with cloud-init using api in run-once mode.....
> >
> > Below is the steps i follow :-
> >
> > 1. Create the VM by API from precreated Template..
> > 2. Start the VM in run-once mode and push the cloud-init data from API..
> > 3. VM stuck and from console it display the following :-
> > Booting from DVD/CD.. ...
> > Boot failed : could not read from CDROM (code 004)
> >
> > I am using the following xml for this operation :-
> >
> > <action>
> >     <vm>
> >      <os>
> >       <boot dev='cdrom'/>
> >      </os>
> >      <initialization>
> >       <cloud_init>
> >        <host>
> >         <address>test</address>
> >        </host>
> >        <network_configuration>
> >         <nics>
> >          <nic>
> >           <interface>virtIO</interface>
> >           <name>eth0</name>
> >           <boot_protocol>static</boot_protocol>
> >           <mac address=''/>
> >           <network>
> >            <ip address='' netmask='' gateway=''/>
> >           </network>
> >           <on_boot>true</on_boot><vnic_profile id='' />
> >          </nic>
> >          <nic>
> >           <interface>virtIO</interface>
> >           <name>eth1</name>
> >           <boot_protocol>static</boot_protocol>
> >           <mac address=''/>
> >           <network>
> >            <ip address='' netmask='255.255.255.0' gateway=''/>
> >           </network>
> >           <on_boot>true</on_boot><vnic_profile id='' />
> >          </nic>
> >         </nics>
> >        </network_configuration>
> >        <files>
> >         <file>
> >          <name>/ignored</name><content><![CDATA[#cloud-config
> > disable-ec2-metadata: true
> > disable_root: false
> > ssh_pwauth: true
> > ssh_deletekeys: true
> > chpasswd: { expire: False }
> >
> > users:
> >  - name: root
> >    primary-group: root
> >    passwd: 8W7RQ5Bh
> >    lock-passwd: false
> >
> > runcmd:
> >  - sed -i '/nameserver/d' /etc/resolv.conf
> >  - echo 'nameserver 8.8.8.8' >> /etc/resolv.conf
> >  - echo 'nameserver 8.8.4.4' >> /etc/resolv.conf
> >  - echo 'root:8W7RQ5Bh' | chpasswd
> >  - yum -y update
> >  - yum -y install rdate
> >  - rdate -s stdtime.gov.hk]]></content>
> >          <type>plaintext</type>
> >         </file>
> >        </files>
> >       </cloud_init><custom_script><![CDATA[#cloud-config
> > disable-ec2-metadata: true
> > disable_root: false
> > ssh_pwauth: true
> > ssh_deletekeys: true
> > chpasswd: { expire: False }
> >
> > users:
> >  - name: root
> >    primary-group: root
> >    passwd: 8W7RQ5Bh
> >    lock-passwd: false
> >
> > runcmd:
> >  - sed -i '/nameserver/d' /etc/resolv.conf
> >  - echo 'nameserver 8.8.8.8' >> /etc/resolv.conf
> >  - echo 'nameserver 8.8.4.4' >> /etc/resolv.conf
> >  - echo 'root:8W7RQ5Bh' | chpasswd
> >  - yum -y update
> >  - yum -y install rdate
> >  - rdate -s stdtime.gov.hk]]></custom_script>
> >      </initialization>
> >     </vm>
> >    </action>
> >
> > I am also attaching the screen shot to this.
> >
> >
> >
> > --
> > Regards
> > Shanil
>
>
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141127/a02f68d3/attachment-0001.html>
-------------- next part --------------
2014-11-27 15:52:53,528 INFO  [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp--127.0.0.1-8702-2) [140efbb9] Lock Acquired to object EngineLock [exclusiveLocks= key: 7c7aa9dedb57248f5da291117164f0d7 value: VM_NAME
, sharedLocks= key: 499e1485-d0e1-46b4-bfeb-be63533ec31e value: TEMPLATE
key: 8e8140f8-d7f9-473a-8790-d3443aa76b5c value: DISK
]
2014-11-27 15:52:53,565 INFO  [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (ajp--127.0.0.1-8702-2) [140efbb9] Running command: AddVmFromTemplateCommand internal: false. Entities affected :  ID: 00000001-0001-0001-0001-0000000001ca Type: VdsGroupsAction group CREATE_VM with role type USER,  ID: 499e1485-d0e1-46b4-bfeb-be63533ec31e Type: VmTemplateAction group CREATE_VM with role type USER,  ID: 6c0d651a-1d85-4673-959c-2a271fb5e07d Type: StorageAction group CREATE_DISK with role type USER
2014-11-27 15:52:53,599 INFO  [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp--127.0.0.1-8702-2) [140efbb9] START, SetVmStatusVDSCommand( vmId = ad162ac5-f781-4e2d-a066-02409bee2eb5, status = ImageLocked, exit status = Normal), log id: 3dced38b
2014-11-27 15:52:53,601 INFO  [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (ajp--127.0.0.1-8702-2) [140efbb9] FINISH, SetVmStatusVDSCommand, log id: 3dced38b
2014-11-27 15:52:53,614 INFO  [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (ajp--127.0.0.1-8702-2) [7bdbe337] Running command: CreateCloneOfTemplateCommand internal: true. Entities affected :  ID: 6c0d651a-1d85-4673-959c-2a271fb5e07d Type: Storage
2014-11-27 15:52:53,623 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp--127.0.0.1-8702-2) [7bdbe337] START, CopyImageVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false, storageDomainId = 6c0d651a-1d85-4673-959c-2a271fb5e07d, imageGroupId = 8e8140f8-d7f9-473a-8790-d3443aa76b5c, imageId = ea175455-81c4-4ac2-abcd-d7be46ffd5fc, dstImageGroupId = 1f31a58b-0c49-4a5e-960a-3fd8474b89ed, vmId = 499e1485-d0e1-46b4-bfeb-be63533ec31e, dstImageId = 0b09c5f5-8d87-4113-a083-c006acb2117e, imageDescription = , dstStorageDomainId = 6c0d651a-1d85-4673-959c-2a271fb5e07d, copyVolumeType = LeafVol, volumeFormat = RAW, preallocate = Sparse, postZero = false, force = false), log id: d48f086
2014-11-27 15:52:53,625 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp--127.0.0.1-8702-2) [7bdbe337] -- executeIrsBrokerCommand: calling 'copyImage' with two new parameters: description and UUID
2014-11-27 15:52:53,626 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp--127.0.0.1-8702-2) [7bdbe337] -- copyImage parameters:
                sdUUID=6c0d651a-1d85-4673-959c-2a271fb5e07d
                spUUID=5b5a6f6c-4c1b-4451-b770-d257d86f571d
                vmGUID=499e1485-d0e1-46b4-bfeb-be63533ec31e
                srcImageGUID=8e8140f8-d7f9-473a-8790-d3443aa76b5c
                srcVolUUID=ea175455-81c4-4ac2-abcd-d7be46ffd5fc
                dstImageGUID=1f31a58b-0c49-4a5e-960a-3fd8474b89ed
                dstVolUUID=0b09c5f5-8d87-4113-a083-c006acb2117e
                descr=
                dstSdUUID=6c0d651a-1d85-4673-959c-2a271fb5e07d
2014-11-27 15:52:54,464 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] (ajp--127.0.0.1-8702-2) [7bdbe337] FINISH, CopyImageVDSCommand, return: 00000000-0000-0000-0000-000000000000, log id: d48f086
2014-11-27 15:52:54,468 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (ajp--127.0.0.1-8702-2) [7bdbe337] CommandAsyncTask::Adding CommandMultiAsyncTasks object for command 1ce8bae8-4070-4e51-8d3c-60ce97cd0b52
2014-11-27 15:52:54,468 INFO  [org.ovirt.engine.core.bll.CommandMultiAsyncTasks] (ajp--127.0.0.1-8702-2) [7bdbe337] CommandMultiAsyncTasks::AttachTask: Attaching task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d to command 1ce8bae8-4070-4e51-8d3c-60ce97cd0b52.
2014-11-27 15:52:54,475 INFO  [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (ajp--127.0.0.1-8702-2) [7bdbe337] Adding task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet..
2014-11-27 15:52:54,516 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [7bdbe337] Correlation ID: 140efbb9, Job ID: 6e9cfe9e-cb68-40dd-9ff1-c1d7e4460d86, Call Stack: null, Custom Event ID: -1, Message: VM 7c7aa9dedb57248f5da291117164f0d7 creation was initiated by admin.
2014-11-27 15:52:54,516 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (ajp--127.0.0.1-8702-2) [7bdbe337] BaseAsyncTask::startPollingTask: Starting to poll task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d.
2014-11-27 15:52:54,534 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [3b060bf8] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,535 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [365c81ea] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,537 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [365c81ea] Correlation ID: 365c81ea, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,614 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,619 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,626 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [7d01447a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,627 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [6550efb2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,628 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [6550efb2] Correlation ID: 6550efb2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,659 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [325fea5a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,660 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [670c56e2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,662 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [670c56e2] Correlation ID: 670c56e2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,673 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,675 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:52:54,690 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [4979bf87] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,691 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [720e61a2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,693 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [720e61a2] Correlation ID: 720e61a2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,706 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,719 INFO  [org.ovirt.engine.core.bll.network.vm.UpdateVmInterfaceCommand] (ajp--127.0.0.1-8702-12) [6b468958] Running command: UpdateVmInterfaceCommand internal: false. Entities affected :  ID: ad162ac5-f781-4e2d-a066-02409bee2eb5 Type: VMAction group CONFIGURE_VM_NETWORK with role type USER
2014-11-27 15:52:54,724 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [6b468958] Correlation ID: 6b468958, Call Stack: null, Custom Event ID: -1, Message: Interface nic1 (VirtIO) was updated for VM 7c7aa9dedb57248f5da291117164f0d7.   (User: admin)
2014-11-27 15:52:54,728 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [5f344e26] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,729 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [46b39a03] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,731 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [46b39a03] Correlation ID: 46b39a03, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,802 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,817 INFO  [org.ovirt.engine.core.bll.network.vm.UpdateVmInterfaceCommand] (ajp--127.0.0.1-8702-6) [7b486ccf] Running command: UpdateVmInterfaceCommand internal: false. Entities affected :  ID: ad162ac5-f781-4e2d-a066-02409bee2eb5 Type: VMAction group CONFIGURE_VM_NETWORK with role type USER
2014-11-27 15:52:54,823 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [7b486ccf] Correlation ID: 7b486ccf, Call Stack: null, Custom Event ID: -1, Message: Interface nic2 (VirtIO) was updated for VM 7c7aa9dedb57248f5da291117164f0d7.   (User: admin)
2014-11-27 15:52:54,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [2b164136] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,834 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [3f07e392] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,836 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [3f07e392] Correlation ID: 3f07e392, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,844 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,846 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:52:54,860 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [606769e8] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,862 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [3a111456] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,863 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [3a111456] Correlation ID: 3a111456, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:54,896 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:54,908 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [4ee065e5] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:54,909 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [6509f0c8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:54,911 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [6509f0c8] Correlation ID: 6509f0c8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:55,015 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:55,023 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [39359b24] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:55,024 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:55,024 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [2bae9453] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:55,026 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [2bae9453] Correlation ID: 2bae9453, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:55,033 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [3e62fa11] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:52:55,035 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [557cc58d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:52:55,037 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [557cc58d] Correlation ID: 557cc58d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:52:55,153 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:52:55,171 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [f7b5314] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:03,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [14ec92aa] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:03,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [3ef63089] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:03,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [4e22d51c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:03,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [1c5693d7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:03,876 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [4e22d51c] Correlation ID: 4e22d51c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:03,877 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [1c5693d7] Correlation ID: 1c5693d7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:04,065 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:04,075 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [4536247c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:04,076 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [f991bb0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:04,078 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [f991bb0] Correlation ID: f991bb0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:04,585 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:04,624 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [44dc51bf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:04,626 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [65353c70] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:04,628 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [65353c70] Correlation ID: 65353c70, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:04,644 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:04,660 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [53866f1b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:04,662 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [5c83a673] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:04,664 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [5c83a673] Correlation ID: 5c83a673, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:04,812 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:04,814 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:04,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:04,816 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:04,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [675581ff] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:04,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [27189fe8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:04,828 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [27189fe8] Correlation ID: 27189fe8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:04,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [647a94da] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:04,834 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [4efa9fd5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:04,836 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [4efa9fd5] Correlation ID: 4efa9fd5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,083 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,092 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [cdb2c40] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,094 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [4953aafb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,096 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [4953aafb] Correlation ID: 4953aafb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,687 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,703 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [11e109ee] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,705 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [2fdfb805] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,706 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [2fdfb805] Correlation ID: 2fdfb805, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,735 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,745 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [9db959] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,747 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [36a82ca1] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,749 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [36a82ca1] Correlation ID: 36a82ca1, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,779 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,786 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [2fb34eb3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,788 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [72af2af4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,789 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [72af2af4] Correlation ID: 72af2af4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,812 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,812 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,814 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-15) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:05,822 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [4b079611] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [5b80a967] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,825 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [5b80a967] Correlation ID: 5b80a967, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [54d78a51] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [42286bed] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [42286bed] Correlation ID: 42286bed, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,842 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [13c443f1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,844 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [5ec1041] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,846 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [5ec1041] Correlation ID: 5ec1041, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:05,860 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:05,875 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-6) [38f7fb96] Lock Acquired to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:05,878 WARN  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-6) [38f7fb96] CanDoAction of action UpdateVmDisk failed. Reasons:VAR__ACTION__UPDATE,VAR__TYPE__VM_DISK,ACTION_TYPE_FAILED_VM_STATUS_ILLEGAL,VAR__VM_STATUS__IMAGE_LOCKED
2014-11-27 15:53:05,879 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-6) [38f7fb96] Lock freed to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:05,881 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: [Cannot edit Virtual Machine Disk because the VM is in Image Locked status.]
2014-11-27 15:53:05,897 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [10c9c899] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:05,899 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [194d4f1d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:05,901 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [194d4f1d] Correlation ID: 194d4f1d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:06,125 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-11) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 2ff67afd
2014-11-27 15:53:06,847 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:06,849 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:06,857 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:06,865 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [781b3ae5] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:06,866 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [1226d765] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:06,867 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [4dc1979d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:06,868 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [1226d765] Correlation ID: 1226d765, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:06,869 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [433f6d7f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:06,871 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [433f6d7f] Correlation ID: 433f6d7f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:07,093 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:07,104 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [15deaa77] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:07,106 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [2708f841] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:07,107 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [2708f841] Correlation ID: 2708f841, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:07,788 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:07,798 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [3daabd46] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:07,800 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [1651356c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:07,802 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [1651356c] Correlation ID: 1651356c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:07,857 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:07,859 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:07,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3fe88300] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:07,874 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:07,876 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [2b774d8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:07,877 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [2b774d8] Correlation ID: 2b774d8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:07,914 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [510dc0a4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:07,916 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [2379ac65] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:07,918 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [2379ac65] Correlation ID: 2379ac65, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:07,995 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,005 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [7673c6c6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,007 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [35621d17] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,009 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [35621d17] Correlation ID: 35621d17, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,110 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,126 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [f304a20] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,128 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [4d33374f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,130 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [4d33374f] Correlation ID: 4d33374f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,204 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,225 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [2b4f2fb7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,226 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [31e45c11] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,228 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [31e45c11] Correlation ID: 31e45c11, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,301 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,343 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-11) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at a1a11113}, log id: 2ff67afd
2014-11-27 15:53:08,366 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-11) [2c48b4ac] Lock Acquired to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:08,370 WARN  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-11) [2c48b4ac] CanDoAction of action UpdateVmDisk failed. Reasons:VAR__ACTION__UPDATE,VAR__TYPE__VM_DISK,ACTION_TYPE_FAILED_VM_STATUS_ILLEGAL,VAR__VM_STATUS__IMAGE_LOCKED
2014-11-27 15:53:08,372 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-11) [2c48b4ac] Lock freed to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:08,373 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-11) Operation Failed: [Cannot edit Virtual Machine Disk because the VM is in Image Locked status.]
2014-11-27 15:53:08,390 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [79c9949b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,391 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [a9d75f0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,393 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [a9d75f0] Correlation ID: a9d75f0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,798 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,815 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [1ac85b83] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,816 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [18a16e89] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,818 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [18a16e89] Correlation ID: 18a16e89, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,852 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,852 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:08,855 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:08,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [6a9813c4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,865 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [4b1f2732] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,866 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [4b1f2732] Correlation ID: 4b1f2732, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:08,870 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [75615f52] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:08,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [5b279273] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:08,874 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [5b279273] Correlation ID: 5b279273, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:09,117 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:09,138 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [4b1c0425] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:09,140 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [60319853] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:09,144 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [60319853] Correlation ID: 60319853, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:09,610 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:09,649 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [7c6756ce] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:09,651 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [5537c0bf] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:09,653 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [5537c0bf] Correlation ID: 5537c0bf, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:09,692 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:09,709 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [4c82fa73] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:09,711 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [4f479145] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:09,713 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [4f479145] Correlation ID: 4f479145, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:09,850 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:09,852 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:09,861 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [14c00dce] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:09,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [d6ee474] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:09,865 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [d6ee474] Correlation ID: d6ee474, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:09,867 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:09,869 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-5) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:09,884 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [1eb2debf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:09,886 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [73a69ad7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:09,888 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [73a69ad7] Correlation ID: 73a69ad7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,083 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,093 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [2f7a902b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,094 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [60744ccf] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,096 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [60744ccf] Correlation ID: 60744ccf, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,736 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,746 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [9ff395] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,748 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [2b215] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,749 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [2b215] Correlation ID: 2b215, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,813 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,815 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:10,818 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,832 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [3c0faae9] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [2d65ca3e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,835 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [2d65ca3e] Correlation ID: 2d65ca3e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [77cf3adf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,847 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [6f7f48b6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,849 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [6f7f48b6] Correlation ID: 6f7f48b6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,883 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,883 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,895 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [24788cf0] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,897 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [564cf2e5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,899 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [564cf2e5] Correlation ID: 564cf2e5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,900 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [f765f8d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,901 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [4fe0ce6d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,903 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [4fe0ce6d] Correlation ID: 4fe0ce6d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:10,978 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:10,986 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [44212047] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:10,988 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [2a7220be] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:10,989 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [2a7220be] Correlation ID: 2a7220be, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:11,060 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:11,074 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-8) [25803804] Lock Acquired to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:11,077 WARN  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-8) [25803804] CanDoAction of action UpdateVmDisk failed. Reasons:VAR__ACTION__UPDATE,VAR__TYPE__VM_DISK,ACTION_TYPE_FAILED_VM_STATUS_ILLEGAL,VAR__VM_STATUS__IMAGE_LOCKED
2014-11-27 15:53:11,078 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-8) [25803804] Lock freed to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:11,079 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-8) Operation Failed: [Cannot edit Virtual Machine Disk because the VM is in Image Locked status.]
2014-11-27 15:53:11,103 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [32bd4d72] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:11,105 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [24ba7d6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:11,107 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [24ba7d6] Correlation ID: 24ba7d6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:11,230 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (DefaultQuartzScheduler_Worker-89) SPMAsyncTask::PollTask: Polling task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'.
2014-11-27 15:53:11,234 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (DefaultQuartzScheduler_Worker-89) BaseAsyncTask::onTaskEndSuccess: Task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d (Parent Command AddVmFromTemplate, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully.
2014-11-27 15:53:11,236 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (DefaultQuartzScheduler_Worker-89) CommandAsyncTask::endActionIfNecessary: All tasks of command 1ce8bae8-4070-4e51-8d3c-60ce97cd0b52 has ended -> executing endAction
2014-11-27 15:53:11,237 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (DefaultQuartzScheduler_Worker-89) CommandAsyncTask::endAction: Ending action for 1 tasks (command ID: 1ce8bae8-4070-4e51-8d3c-60ce97cd0b52): calling endAction .
2014-11-27 15:53:11,239 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-27) CommandAsyncTask::endCommandAction [within thread] context: Attempting to endAction AddVmFromTemplate, executionIndex: 0
2014-11-27 15:53:11,251 INFO  [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (org.ovirt.thread.pool-8-thread-27) [140efbb9] Ending command successfully: org.ovirt.engine.core.bll.AddVmFromTemplateCommand
2014-11-27 15:53:11,257 INFO  [org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand] (org.ovirt.thread.pool-8-thread-27) [7bdbe337] Ending command successfully: org.ovirt.engine.core.bll.CreateCloneOfTemplateCommand
2014-11-27 15:53:11,263 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (org.ovirt.thread.pool-8-thread-27) [7bdbe337] START, GetImageInfoVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false, storageDomainId = 6c0d651a-1d85-4673-959c-2a271fb5e07d, imageGroupId = 1f31a58b-0c49-4a5e-960a-3fd8474b89ed, imageId = 0b09c5f5-8d87-4113-a083-c006acb2117e), log id: 635cc1c7
2014-11-27 15:53:11,300 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (org.ovirt.thread.pool-8-thread-27) [7bdbe337] FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage at c23b5cdd, log id: 635cc1c7
2014-11-27 15:53:11,304 INFO  [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (org.ovirt.thread.pool-8-thread-27) START, SetVmStatusVDSCommand( vmId = ad162ac5-f781-4e2d-a066-02409bee2eb5, status = Down, exit status = Normal), log id: 6829500
2014-11-27 15:53:11,307 INFO  [org.ovirt.engine.core.vdsbroker.SetVmStatusVDSCommand] (org.ovirt.thread.pool-8-thread-27) FINISH, SetVmStatusVDSCommand, log id: 6829500
2014-11-27 15:53:11,309 INFO  [org.ovirt.engine.core.bll.AddVmFromTemplateCommand] (org.ovirt.thread.pool-8-thread-27) Lock freed to object EngineLock [exclusiveLocks= key: 7c7aa9dedb57248f5da291117164f0d7 value: VM_NAME
, sharedLocks= key: 499e1485-d0e1-46b4-bfeb-be63533ec31e value: TEMPLATE
key: 8e8140f8-d7f9-473a-8790-d3443aa76b5c value: DISK
]
2014-11-27 15:53:11,314 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-8-thread-27) Correlation ID: 140efbb9, Call Stack: null, Custom Event ID: -1, Message: VM 7c7aa9dedb57248f5da291117164f0d7 creation has been completed.
2014-11-27 15:53:11,315 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-27) CommandAsyncTask::HandleEndActionResult [within thread]: endAction for action type AddVmFromTemplate completed, handling the result.
2014-11-27 15:53:11,316 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-27) CommandAsyncTask::HandleEndActionResult [within thread]: endAction for action type AddVmFromTemplate succeeded, clearing tasks.
2014-11-27 15:53:11,318 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (org.ovirt.thread.pool-8-thread-27) SPMAsyncTask::ClearAsyncTask: Attempting to clear task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d
2014-11-27 15:53:11,319 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-27) START, SPMClearTaskVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false, taskId = f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d), log id: 666edc7d
2014-11-27 15:53:11,336 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-27) START, HSMClearTaskVDSCommand(HostName = Compute4, HostId = 33648a90-200c-45ca-89d5-1ce305d79a6a, taskId=f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d), log id: 784dc714
2014-11-27 15:53:11,469 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-27) FINISH, HSMClearTaskVDSCommand, log id: 784dc714
2014-11-27 15:53:11,469 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-27) FINISH, SPMClearTaskVDSCommand, log id: 666edc7d
2014-11-27 15:53:11,474 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (org.ovirt.thread.pool-8-thread-27) BaseAsyncTask::removeTaskFromDB: Removed task f8dd6fc1-f6ea-4e9f-b71b-dbfc0a40097d from DataBase
2014-11-27 15:53:11,475 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-27) CommandAsyncTask::HandleEndActionResult [within thread]: Removing CommandMultiAsyncTasks object for entity 1ce8bae8-4070-4e51-8d3c-60ce97cd0b52
2014-11-27 15:53:11,801 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:11,808 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:11,810 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:11,812 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [4aac51a2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:11,813 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [7e5a0e93] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:11,815 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [7e5a0e93] Correlation ID: 7e5a0e93, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:11,825 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [abc234] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:11,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [59b0c86f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:11,828 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [59b0c86f] Correlation ID: 59b0c86f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:11,981 INFO  [org.ovirt.engine.core.bll.scheduling.policyunits.EvenGuestDistributionBalancePolicyUnit] (DefaultQuartzScheduler_Worker-41) There is no host with more than 100 running guests, no balancing is needed
2014-11-27 15:53:11,981 INFO  [org.ovirt.engine.core.bll.scheduling.PolicyUnitImpl] (DefaultQuartzScheduler_Worker-41) There is no over-utilized host in cluster 36_Cluster01
2014-11-27 15:53:12,085 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:12,096 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [894be61] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:12,097 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [3d66c827] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:12,099 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [3d66c827] Correlation ID: 3d66c827, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:12,737 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:12,747 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [74c738ea] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:12,749 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [27ba3a35] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:12,750 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [27ba3a35] Correlation ID: 27ba3a35, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:12,804 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:12,806 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:12,823 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [6b8acb06] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:12,825 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [59e5ce03] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:12,827 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [59e5ce03] Correlation ID: 59e5ce03, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:12,876 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:12,915 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [499c652b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:12,917 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [5b60bd47] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:12,918 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [5b60bd47] Correlation ID: 5b60bd47, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:13,539 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-26) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 76c1624d
2014-11-27 15:53:13,766 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:13,771 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:13,782 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [152b6474] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:13,784 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [69b8c7de] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:13,786 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [6a3c2f57] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:13,787 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [bca288] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:13,787 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [69b8c7de] Correlation ID: 69b8c7de, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:13,788 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [bca288] Correlation ID: bca288, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:13,842 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:13,844 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:13,859 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [75b1cf22] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:13,861 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [4c1f12af] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:13,863 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [4c1f12af] Correlation ID: 4c1f12af, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:13,876 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:13,883 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [2ed6b230] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:13,885 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [39211182] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:13,887 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [39211182] Correlation ID: 39211182, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:13,961 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:13,975 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-15) [480c7aff] Lock Acquired to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:13,981 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (ajp--127.0.0.1-8702-15) [480c7aff] Running command: UpdateVmDiskCommand internal: false. Entities affected :  ID: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed Type: DiskAction group EDIT_DISK_PROPERTIES with role type USER
2014-11-27 15:53:13,986 INFO  [org.ovirt.engine.core.bll.ExtendImageSizeCommand] (ajp--127.0.0.1-8702-15) [3aa7177d] Running command: ExtendImageSizeCommand internal: true. Entities affected :  ID: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed Type: DiskAction group EDIT_DISK_PROPERTIES with role type USER
2014-11-27 15:53:13,987 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.ExtendImageSizeVDSCommand] (ajp--127.0.0.1-8702-15) [3aa7177d] START, ExtendImageSizeVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false), log id: 1236888d
2014-11-27 15:53:14,125 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:14,136 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [5f60497f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,137 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [4ffa1ccc] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,139 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [4ffa1ccc] Correlation ID: 4ffa1ccc, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:14,537 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.ExtendImageSizeVDSCommand] (ajp--127.0.0.1-8702-15) [3aa7177d] FINISH, ExtendImageSizeVDSCommand, log id: 1236888d
2014-11-27 15:53:14,543 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (ajp--127.0.0.1-8702-15) [3aa7177d] CommandAsyncTask::Adding CommandMultiAsyncTasks object for command d1e0126c-cd52-481b-a1d3-05d80881e1a0
2014-11-27 15:53:14,544 INFO  [org.ovirt.engine.core.bll.CommandMultiAsyncTasks] (ajp--127.0.0.1-8702-15) [3aa7177d] CommandMultiAsyncTasks::AttachTask: Attaching task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f to command d1e0126c-cd52-481b-a1d3-05d80881e1a0.
2014-11-27 15:53:14,548 INFO  [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (ajp--127.0.0.1-8702-15) [3aa7177d] Adding task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f (Parent Command UpdateVmDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters), polling hasn't started yet..
2014-11-27 15:53:14,556 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [3aa7177d] Correlation ID: 480c7aff, Call Stack: null, Custom Event ID: -1, Message: VM 7c7aa9dedb57248f5da291117164f0d7 Disk1 disk was updated by admin.
2014-11-27 15:53:14,557 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (ajp--127.0.0.1-8702-15) [3aa7177d] BaseAsyncTask::startPollingTask: Starting to poll task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f.
2014-11-27 15:53:14,565 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [205eaa06] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,567 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [49d2a0da] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,569 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [49d2a0da] Correlation ID: 49d2a0da, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:14,645 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:14,685 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [ce9d4af] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,686 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [5b4b0b2b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,688 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [5b4b0b2b] Correlation ID: 5b4b0b2b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:14,704 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:14,717 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [660a43d0] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,719 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [22380f4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,720 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [22380f4] Correlation ID: 22380f4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:14,795 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:14,805 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [35807856] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,807 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [475794ed] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,810 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [475794ed] Correlation ID: 475794ed, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:14,857 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:14,858 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:14,861 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-12) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:14,876 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [7efc16d1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:14,877 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [576982f8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:14,879 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [576982f8] Correlation ID: 576982f8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,320 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:15,330 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [6d31986] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:15,332 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [7e360e1e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:15,334 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [7e360e1e] Correlation ID: 7e360e1e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,736 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:15,750 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [10a7459b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:15,751 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [548e4529] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:15,753 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [548e4529] Correlation ID: 548e4529, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,762 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-26) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at 971a17b4}, log id: 76c1624d
2014-11-27 15:53:15,801 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:15,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:15,813 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:15,813 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [5dd2808d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:15,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:15,815 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [4faf733b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:15,817 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [4faf733b] Correlation ID: 4faf733b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [6daf5fde] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:15,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [6ba5030f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:15,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [6ba5030f] Correlation ID: 6ba5030f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,842 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [245aa63a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:15,843 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [118840d7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:15,845 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [118840d7] Correlation ID: 118840d7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:15,985 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:16,055 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [b6ea532] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:16,057 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [4360e36c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:16,059 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [4360e36c] Correlation ID: 4360e36c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:16,235 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:16,269 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [7b7f9c6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:16,271 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [15018892] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:16,276 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [15018892] Correlation ID: 15018892, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:16,852 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:16,854 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-14) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:16,869 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [4046e689] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:16,871 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [49659ee6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:16,873 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [49659ee6] Correlation ID: 49659ee6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:17,139 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:17,150 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [53afbec2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:17,151 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [7bfa49fc] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:17,152 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [7bfa49fc] Correlation ID: 7bfa49fc, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:17,666 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:17,682 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [7819b70] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:17,684 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [631dad39] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:17,686 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [631dad39] Correlation ID: 631dad39, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:17,867 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:17,867 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:17,869 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:17,879 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [4c65a4b7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:17,881 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [5c4b915a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:17,883 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [5c4b915a] Correlation ID: 5c4b915a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:17,888 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [27ef81de] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:17,889 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [4b55ad52] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:17,891 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [4b55ad52] Correlation ID: 4b55ad52, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:17,970 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:18,009 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [767db552] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:18,011 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [30d182d4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:18,013 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [30d182d4] Correlation ID: 30d182d4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:18,794 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:18,810 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [7b91670b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:18,811 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [3e3ae8f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:18,813 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [3e3ae8f] Correlation ID: 3e3ae8f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:18,845 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:18,847 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:18,862 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3ea5170d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:18,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [32481e68] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:18,865 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [32481e68] Correlation ID: 32481e68, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:18,870 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:18,880 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [27451e85] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:18,882 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [31b1782c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:18,884 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [31b1782c] Correlation ID: 31b1782c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:19,584 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:19,623 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [e1c0a8e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:19,625 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [7ef39925] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:19,627 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [7ef39925] Correlation ID: 7ef39925, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:19,632 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:19,649 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [751c58ba] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:19,651 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [264672e5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:19,654 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [264672e5] Correlation ID: 264672e5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:19,768 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:19,821 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:19,821 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:19,823 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-5) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:19,831 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [54d9e697] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:19,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [4b3376b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:19,835 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [4b3376b] Correlation ID: 4b3376b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:19,838 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [1faea94d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:19,840 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [3b461f15] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:19,842 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [3b461f15] Correlation ID: 3b461f15, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:20,787 INFO  [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp--127.0.0.1-8702-2) [52046cb7] Failed to Acquire Lock to object EngineLock [exclusiveLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
, sharedLocks= ]
2014-11-27 15:53:20,787 WARN  [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp--127.0.0.1-8702-2) [52046cb7] CanDoAction of action RunVmOnce failed. Reasons:VAR__ACTION__RUN,VAR__TYPE__VM,ACTION_TYPE_FAILED_VM_IS_LOCKED
2014-11-27 15:53:20,790 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: [Cannot run VM: VM is locked. Please try again in a few minutes.]
2014-11-27 15:53:20,792 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [6dd278e7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:20,793 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [3453c75a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:20,795 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [3453c75a] Correlation ID: 3453c75a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:20,843 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:20,845 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:20,847 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-1) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:20,853 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:20,864 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:20,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [6c70400] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:20,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [3074ff86] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:20,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [1e3c2607] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:20,876 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [3074ff86] Correlation ID: 3074ff86, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:20,877 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [7be817bb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:20,879 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [7be817bb] Correlation ID: 7be817bb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:20,888 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [2d9c429b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:20,890 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [19f67ae8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:20,891 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [19f67ae8] Correlation ID: 19f67ae8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:20,996 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-46) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 4981796b
2014-11-27 15:53:21,238 INFO  [org.ovirt.engine.core.bll.tasks.AsyncTaskManager] (DefaultQuartzScheduler_Worker-47) Polling and updating Async Tasks: 2 tasks, 1 tasks to poll now
2014-11-27 15:53:21,256 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:21,267 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [6feafa76] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:21,269 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [72c2a760] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:21,271 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [72c2a760] Correlation ID: 72c2a760, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:21,359 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (DefaultQuartzScheduler_Worker-47) SPMAsyncTask::PollTask: Polling task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f (Parent Command UpdateVmDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) returned status finished, result 'success'.
2014-11-27 15:53:21,360 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (DefaultQuartzScheduler_Worker-47) BaseAsyncTask::onTaskEndSuccess: Task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f (Parent Command UpdateVmDisk, Parameters Type org.ovirt.engine.core.common.asynctasks.AsyncTaskParameters) ended successfully.
2014-11-27 15:53:21,362 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (DefaultQuartzScheduler_Worker-47) CommandAsyncTask::endActionIfNecessary: All tasks of command d1e0126c-cd52-481b-a1d3-05d80881e1a0 has ended -> executing endAction
2014-11-27 15:53:21,363 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (DefaultQuartzScheduler_Worker-47) CommandAsyncTask::endAction: Ending action for 1 tasks (command ID: d1e0126c-cd52-481b-a1d3-05d80881e1a0): calling endAction .
2014-11-27 15:53:21,363 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-11) CommandAsyncTask::endCommandAction [within thread] context: Attempting to endAction UpdateVmDisk, executionIndex: 0
2014-11-27 15:53:21,420 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (org.ovirt.thread.pool-8-thread-11) [480c7aff] Ending command successfully: org.ovirt.engine.core.bll.UpdateVmDiskCommand
2014-11-27 15:53:21,421 INFO  [org.ovirt.engine.core.bll.ExtendImageSizeCommand] (org.ovirt.thread.pool-8-thread-11) Ending command successfully: org.ovirt.engine.core.bll.ExtendImageSizeCommand
2014-11-27 15:53:21,445 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ExtendVmDiskSizeVDSCommand] (org.ovirt.thread.pool-8-thread-11) START, ExtendVmDiskSizeVDSCommand(HostName = Compute4, HostId = 33648a90-200c-45ca-89d5-1ce305d79a6a, vmId=00000000-0000-0000-0000-000000000000), log id: 56a1622a
2014-11-27 15:53:21,472 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.ExtendVmDiskSizeVDSCommand] (org.ovirt.thread.pool-8-thread-11) FINISH, ExtendVmDiskSizeVDSCommand, return: 21,474,836,480, log id: 56a1622a
2014-11-27 15:53:21,473 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (org.ovirt.thread.pool-8-thread-11) START, GetImageInfoVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false, storageDomainId = 6c0d651a-1d85-4673-959c-2a271fb5e07d, imageGroupId = 1f31a58b-0c49-4a5e-960a-3fd8474b89ed, imageId = 0b09c5f5-8d87-4113-a083-c006acb2117e), log id: 23eebbbc
2014-11-27 15:53:21,499 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageInfoVDSCommand] (org.ovirt.thread.pool-8-thread-11) FINISH, GetImageInfoVDSCommand, return: org.ovirt.engine.core.common.businessentities.DiskImage at c23b5cdd, log id: 23eebbbc
2014-11-27 15:53:21,503 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-8-thread-11) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: Size of the disk 'Disk1' was successfully updated to 20 GB by admin.
2014-11-27 15:53:21,531 INFO  [org.ovirt.engine.core.bll.UpdateVmDiskCommand] (org.ovirt.thread.pool-8-thread-11) Lock freed to object EngineLock [exclusiveLocks= key: 1f31a58b-0c49-4a5e-960a-3fd8474b89ed value: DISK
key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM_DISK_BOOT
, sharedLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
]
2014-11-27 15:53:21,539 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-8-thread-11) Correlation ID: 480c7aff, Call Stack: null, Custom Event ID: -1, Message: VM 7c7aa9dedb57248f5da291117164f0d7 Disk1 disk was updated by admin.
2014-11-27 15:53:21,539 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-11) CommandAsyncTask::HandleEndActionResult [within thread]: endAction for action type UpdateVmDisk completed, handling the result.
2014-11-27 15:53:21,540 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-11) CommandAsyncTask::HandleEndActionResult [within thread]: endAction for action type UpdateVmDisk succeeded, clearing tasks.
2014-11-27 15:53:21,541 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (org.ovirt.thread.pool-8-thread-11) SPMAsyncTask::ClearAsyncTask: Attempting to clear task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f
2014-11-27 15:53:21,541 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-11) START, SPMClearTaskVDSCommand( storagePoolId = 5b5a6f6c-4c1b-4451-b770-d257d86f571d, ignoreFailoverLimit = false, taskId = 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f), log id: 123d6031
2014-11-27 15:53:21,558 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-11) START, HSMClearTaskVDSCommand(HostName = Compute4, HostId = 33648a90-200c-45ca-89d5-1ce305d79a6a, taskId=1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f), log id: 7b763a51
2014-11-27 15:53:21,650 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.HSMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-11) FINISH, HSMClearTaskVDSCommand, log id: 7b763a51
2014-11-27 15:53:21,650 INFO  [org.ovirt.engine.core.vdsbroker.irsbroker.SPMClearTaskVDSCommand] (org.ovirt.thread.pool-8-thread-11) FINISH, SPMClearTaskVDSCommand, log id: 123d6031
2014-11-27 15:53:21,653 INFO  [org.ovirt.engine.core.bll.tasks.SPMAsyncTask] (org.ovirt.thread.pool-8-thread-11) BaseAsyncTask::removeTaskFromDB: Removed task 1c81b95a-c77f-4f0c-b1f3-7ccf9aa7741f from DataBase
2014-11-27 15:53:21,654 INFO  [org.ovirt.engine.core.bll.tasks.CommandAsyncTask] (org.ovirt.thread.pool-8-thread-11) CommandAsyncTask::HandleEndActionResult [within thread]: Removing CommandMultiAsyncTasks object for entity d1e0126c-cd52-481b-a1d3-05d80881e1a0
2014-11-27 15:53:21,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:21,815 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:21,817 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:21,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [73af2393] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:21,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [6ad1c9a3] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:21,829 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [6ad1c9a3] Correlation ID: 6ad1c9a3, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:21,835 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [b9d02df] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:21,837 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [fda731a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:21,839 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [fda731a] Correlation ID: fda731a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:22,057 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:22,067 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [70e2684a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:22,068 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [1fa28e25] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:22,070 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [1fa28e25] Correlation ID: 1fa28e25, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:22,622 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:22,632 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [1db7eb86] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:22,634 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [56d6f673] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:22,636 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [56d6f673] Correlation ID: 56d6f673, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:22,850 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:22,852 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:22,854 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-7) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:22,860 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [64f4d630] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:22,861 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [511334c4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:22,863 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [511334c4] Correlation ID: 511334c4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:22,870 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [46c97e96] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:22,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [4d77359] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:22,873 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [4d77359] Correlation ID: 4d77359, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:22,892 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:22,931 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [48e74de3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:22,933 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [2b3aa393] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:22,934 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [2b3aa393] Correlation ID: 2b3aa393, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,174 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,184 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [2220148b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,185 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [40c86b94] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,187 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [40c86b94] Correlation ID: 40c86b94, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,228 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-46) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at 488e1d11}, log id: 4981796b
2014-11-27 15:53:23,752 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,758 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,765 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [47ffc2fb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,767 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [bf81429] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,769 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [bf81429] Correlation ID: bf81429, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,775 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [7fa4ca88] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,777 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [460b9720] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,778 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [460b9720] Correlation ID: 460b9720, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,835 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,837 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:23,849 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,852 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [8319fc3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,854 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [21aea51a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,855 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [21aea51a] Correlation ID: 21aea51a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,859 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [33fe0f9b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,861 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [3d7e4f75] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,863 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [3d7e4f75] Correlation ID: 3d7e4f75, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:23,980 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:23,995 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [1ab671bf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:23,997 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [7104a16c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:23,999 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [7104a16c] Correlation ID: 7104a16c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:24,314 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:24,325 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [12190a1b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:24,326 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [7e1c766d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:24,328 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [7e1c766d] Correlation ID: 7e1c766d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:24,580 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:24,621 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [2b5866e5] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:24,623 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [7e2cdddd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:24,627 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [7e2cdddd] Correlation ID: 7e2cdddd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:24,653 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:24,668 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [5b15d610] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:24,669 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [245f09c9] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:24,671 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [245f09c9] Correlation ID: 245f09c9, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:24,794 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:24,802 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:24,804 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:24,805 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [20c66cf3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:24,806 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [c247077] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:24,808 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [c247077] Correlation ID: c247077, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:24,819 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [5f27e072] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:24,821 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [7ad89c74] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:24,822 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [7ad89c74] Correlation ID: 7ad89c74, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:25,110 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:25,120 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [42a89ccf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:25,121 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [326cecfb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:25,123 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [326cecfb] Correlation ID: 326cecfb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:25,695 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:25,733 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [2370d8d0] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:25,735 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [1d35239f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:25,737 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [1d35239f] Correlation ID: 1d35239f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:25,845 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:25,847 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:25,849 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:25,858 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:25,858 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:25,865 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [bf643c3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:25,866 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [16be66ad] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:25,868 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [16be66ad] Correlation ID: 16be66ad, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:25,868 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [35ea145f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:25,871 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [47fa513d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:25,873 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [47fa513d] Correlation ID: 47fa513d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:25,879 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [4a163390] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:25,881 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [38a1a376] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:25,883 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [38a1a376] Correlation ID: 38a1a376, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:26,083 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:26,862 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:26,864 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:26,881 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [74321178] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:26,882 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [7cbeb1b1] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:26,884 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [7cbeb1b1] Correlation ID: 7cbeb1b1, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:26,898 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:26,909 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [383c113c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:26,911 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [50f1489] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:26,913 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [50f1489] Correlation ID: 50f1489, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:26,916 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:26,925 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [71992396] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:26,927 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [58e09f62] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:26,928 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [58e09f62] Correlation ID: 58e09f62, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:27,098 INFO  [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp--127.0.0.1-8702-8) [234c1482] Lock Acquired to object EngineLock [exclusiveLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
, sharedLocks= ]
2014-11-27 15:53:27,116 INFO  [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] START, IsVmDuringInitiatingVDSCommand( vmId = ad162ac5-f781-4e2d-a066-02409bee2eb5), log id: 7c1a0140
2014-11-27 15:53:27,117 INFO  [org.ovirt.engine.core.vdsbroker.IsVmDuringInitiatingVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] FINISH, IsVmDuringInitiatingVDSCommand, return: false, log id: 7c1a0140
2014-11-27 15:53:27,203 INFO  [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp--127.0.0.1-8702-8) [234c1482] Running command: RunVmOnceCommand internal: false. Entities affected :  ID: ad162ac5-f781-4e2d-a066-02409bee2eb5 Type: VMAction group VM_BASIC_OPERATIONS with role type USER
2014-11-27 15:53:27,298 INFO  [org.ovirt.engine.core.bll.scheduling.policyunits.HaReservationWeightPolicyUnit] (ajp--127.0.0.1-8702-8) [234c1482] Started HA reservation scoring method
2014-11-27 15:53:27,333 INFO  [org.ovirt.engine.core.vdsbroker.UpdateVmDynamicDataVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] START, UpdateVmDynamicDataVDSCommand(HostName = Compute2, HostId = 82984f5b-9a0b-4324-a90d-57245a776b0d, vmDynamic=org.ovirt.engine.core.common.businessentities.VmDynamic at cd46b33), log id: 47f17601
2014-11-27 15:53:27,336 INFO  [org.ovirt.engine.core.vdsbroker.UpdateVmDynamicDataVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] FINISH, UpdateVmDynamicDataVDSCommand, log id: 47f17601
2014-11-27 15:53:27,359 INFO  [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] START, CreateVmVDSCommand(HostName = Compute2, HostId = 82984f5b-9a0b-4324-a90d-57245a776b0d, vmId=ad162ac5-f781-4e2d-a066-02409bee2eb5, vm=VM [7c7aa9dedb57248f5da291117164f0d7]), log id: 32e95e8b
2014-11-27 15:53:27,379 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVmFromCloudInitVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] START, CreateVmFromCloudInitVDSCommand(HostName = Compute2, HostId = 82984f5b-9a0b-4324-a90d-57245a776b0d, vmId=ad162ac5-f781-4e2d-a066-02409bee2eb5, vm=VM [7c7aa9dedb57248f5da291117164f0d7]), log id: 5ef75940
2014-11-27 15:53:27,402 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVmFromCloudInitVDSCommand kvmEnable=true,keyboardLayout=en-us,nice=0,pitReinjection=false,displayNetwork=ovirtmgmt,timeOffset=28800,transparentHugePages=true,vmId=ad162ac5-f781-4e2d-a066-02409bee2eb5,acpiEnable=true,custom={},spiceSslCipherSuite=DEFAULT,memSize=512,smp=1,emulatedMachine=rhel6.5.0,vmType=kvm,memGuaranteedSize=512,display=vnc,smartcardEnable=false,bootMenuEnable=false,tabletEnable=true,numaTune={mode=interleave, nodeset=0,1},spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard,smpCoresPerSocket=1,maxVCpus=16,devices=[{shared=false, bootOrder=1, iface=ide, index=3, specParams={vmPayload={file={openstack/latest/meta_data.json=ewogICJsYXVuY2hfaW5kZXgiIDogIjAiLAogICJhdmFpbGFiaWxpdHlfem9uZSIgOiAibm92YSIs
CiAgIm5ldHdvcmstaW50ZXJmYWNlcyIgOiAiYXV0byBldGgwXG5pZmFjZSBldGgwIGluZXQgc3Rh
dGljXG4gIGFkZHJlc3MgMTAzLjQxLjEzNS44XG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuICBn
YXRld2F5IDEwMy40MS4xMzUuMVxuYXV0byBldGgxXG5pZmFjZSBldGgxIGluZXQgc3RhdGljXG4g
IGFkZHJlc3MgMTcyLjE2OC4xLjMzXG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuIiwKICAibmFt
ZSIgOiAicHVuaXQiLAogICJuZXR3b3JrX2NvbmZpZyIgOiB7CiAgICAiY29udGVudF9wYXRoIiA6
ICIvY29udGVudC8wMDAwIiwKICAgICJwYXRoIiA6ICIvZXRjL25ldHdvcmsvaW50ZXJmYWNlcyIK
ICB9LAogICJob3N0bmFtZSIgOiAicHVuaXQiLAogICJ1dWlkIiA6ICJkZGRiNjg2ZC1iNGZmLTQ5
NGYtYTgwYS00YzA1NjNhNzRlMmEiLAogICJtZXRhIiA6IHsKICAgICJlc3NlbnRpYWwiIDogImZh
bHNlIiwKICAgICJyb2xlIiA6ICJzZXJ2ZXIiLAogICAgImRzbW9kZSIgOiAibG9jYWwiCiAgfQp9
, openstack/latest/user_data=I2Nsb3VkLWNvbmZpZwpzc2hfcHdhdXRoOiB0cnVlCmRpc2FibGVfcm9vdDogMApvdXRwdXQ6CiAg
YWxsOiAnPj4gL3Zhci9sb2cvY2xvdWQtaW5pdC1vdXRwdXQubG9nJwpjaHBhc3N3ZDoKICBleHBp
cmU6IGZhbHNlCnJ1bmNtZDoKLSAnc2VkIC1pICcnL15kYXRhc291cmNlX2xpc3Q6IC9kJycgL2V0
Yy9jbG91ZC9jbG91ZC5jZmc7IGVjaG8gJydkYXRhc291cmNlX2xpc3Q6CiAgWyJOb0Nsb3VkIiwg
IkNvbmZpZ0RyaXZlIl0nJyA+PiAvZXRjL2Nsb3VkL2Nsb3VkLmNmZycKI2Nsb3VkLWNvbmZpZwpk
aXNhYmxlLWVjMi1tZXRhZGF0YTogdHJ1ZQpkaXNhYmxlX3Jvb3Q6IGZhbHNlCnNzaF9wd2F1dGg6
IHRydWUKc3NoX2RlbGV0ZWtleXM6IHRydWUKY2hwYXNzd2Q6IHsgZXhwaXJlOiBGYWxzZSB9Cgp1
c2VyczoKIC0gbmFtZTogcm9vdAogICBwcmltYXJ5LWdyb3VwOiByb290CiAgIHBhc3N3ZDogUEVl
c1A4NnMKICAgbG9jay1wYXNzd2Q6IGZhbHNlCgpydW5jbWQ6CiAtIHNlZCAtaSAnL25hbWVzZXJ2
ZXIvZCcgL2V0Yy9yZXNvbHYuY29uZgogLSBlY2hvICduYW1lc2VydmVyIDEyMy4yNDIuMjI0LjUw
JyA+PiAvZXRjL3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgMTIzLjI0Mi4yMjQuNTEn
ID4+IC9ldGMvcmVzb2x2LmNvbmYKIC0gZWNobyAnbmFtZXNlcnZlciA4LjguOC44JyA+PiAvZXRj
L3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgOC44LjQuNCcgPj4gL2V0Yy9yZXNvbHYu
Y29uZgogLSBlY2hvICdyb290OlBFZXNQODZzJyB8IGNocGFzc3dkCiAtIHl1bSAteSB1cGRhdGUK
IC0geXVtIC15IGluc3RhbGwgcmRhdGUKIC0gcmRhdGUgLXMgc3RkdGltZS5nb3YuaGs=
, openstack/content/0000=YXV0byBldGgwCmlmYWNlIGV0aDAgaW5ldCBzdGF0aWMKICBhZGRyZXNzIDEwMy40MS4xMzUuOAog
IG5ldG1hc2sgMjU1LjI1NS4yNTUuMAogIGdhdGV3YXkgMTAzLjQxLjEzNS4xCmF1dG8gZXRoMQpp
ZmFjZSBldGgxIGluZXQgc3RhdGljCiAgYWRkcmVzcyAxNzIuMTY4LjEuMzMKICBuZXRtYXNrIDI1
NS4yNTUuMjU1LjAK
}, volId=config-2}}, path=, device=cdrom, type=disk, readonly=true, deviceId=4bf1c2ca-f9a4-418b-8937-130525360e13}, {specParams={vram=32768, heads=1}, device=cirrus, type=video, deviceId=2c906b52-d52f-4d0e-b289-e44b576b6c6c}, {shared=false, bootOrder=2, iface=ide, index=2, specParams={path=}, path=, device=cdrom, type=disk, readonly=true, deviceId=3e7c06f6-cd71-44c0-be18-d10c41d72d3d}, {shared=false, index=0, volumeID=0b09c5f5-8d87-4113-a083-c006acb2117e, propagateErrors=off, format=raw, type=disk, iface=virtio, address={bus=0x00, domain=0x0000, slot=0x07, type=pci, function=0x0}, domainID=6c0d651a-1d85-4673-959c-2a271fb5e07d, imageID=1f31a58b-0c49-4a5e-960a-3fd8474b89ed, specParams={}, optional=false, device=disk, poolID=5b5a6f6c-4c1b-4451-b770-d257d86f571d, readonly=false, deviceId=1f31a58b-0c49-4a5e-960a-3fd8474b89ed}, {nicModel=pv, address={bus=0x00, domain=0x0000, slot=0x04, type=pci, function=0x0}, specParams={outbound={peak=128000, burst=102400, average=128000}, inbound={peak=128000, burst=102400, average=128000}}, macAddr=00:1A:4A:98:6A:1F, device=bridge, linkActive=true, type=interface, filter=vdsm-no-mac-spoofing, network=Internal, deviceId=05ea7c1c-a1da-4205-b481-9ec39d195e7e}, {nicModel=pv, address={bus=0x00, domain=0x0000, slot=0x03, type=pci, function=0x0}, specParams={}, macAddr=00:1A:4A:FD:F4:06, device=bridge, linkActive=true, type=interface, filter=vdsm-no-mac-spoofing, network=, deviceId=1e2ef1ff-65c9-4fb8-9a8e-5af43384e3b9}, {index=0, model=virtio-scsi, address={bus=0x00, domain=0x0000, slot=0x05, type=pci, function=0x0}, specParams={}, device=scsi, type=controller, deviceId=0bf6c8bc-5845-49d6-b0ea-ed5e832cfd2a}, {specParams={}, device=virtio-serial, type=controller, deviceId=01e0d37d-2f16-4e43-81a4-eb8e3c3a87e9}],vmName=7c7aa9dedb57248f5da291117164f0d7,cpuType=SandyBridge
2014-11-27 15:53:27,421 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:27,431 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [65e079eb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:27,433 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [61692a74] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:27,435 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [61692a74] Correlation ID: 61692a74, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:27,467 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateVmFromCloudInitVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] FINISH, CreateVmFromCloudInitVDSCommand, log id: 5ef75940
2014-11-27 15:53:27,472 INFO  [org.ovirt.engine.core.vdsbroker.CreateVmVDSCommand] (ajp--127.0.0.1-8702-8) [234c1482] FINISH, CreateVmVDSCommand, return: WaitForLaunch, log id: 32e95e8b
2014-11-27 15:53:27,473 INFO  [org.ovirt.engine.core.bll.RunVmOnceCommand] (ajp--127.0.0.1-8702-8) [234c1482] Lock freed to object EngineLock [exclusiveLocks= key: ad162ac5-f781-4e2d-a066-02409bee2eb5 value: VM
, sharedLocks= ]
2014-11-27 15:53:27,476 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [234c1482] Correlation ID: 234c1482, Job ID: ed7908f4-0894-46f8-808d-afefac3ac865, Call Stack: null, Custom Event ID: -1, Message: VM 7c7aa9dedb57248f5da291117164f0d7 was started by admin (Host: Compute2).
2014-11-27 15:53:27,484 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [346c8a28] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:27,486 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [15761ef8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:27,487 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [15761ef8] Correlation ID: 15761ef8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:27,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:27,820 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:27,822 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:27,822 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [1d820d53] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:27,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [3f21a8aa] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:27,826 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [3f21a8aa] Correlation ID: 3f21a8aa, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:27,838 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [427bf83f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:27,840 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [32a819d4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:27,842 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [32a819d4] Correlation ID: 32a819d4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:27,878 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:27,917 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [762b7f9c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:27,919 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [1175f2e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:27,921 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [1175f2e] Correlation ID: 1175f2e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:28,136 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:28,146 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [482123c5] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:28,147 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [120b23af] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:28,149 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [120b23af] Correlation ID: 120b23af, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:28,424 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-84) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 14e0cdb1
2014-11-27 15:53:28,700 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:28,710 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [2f0121cf] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:28,712 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [4ef670bd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:28,714 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [4ef670bd] Correlation ID: 4ef670bd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:28,802 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:28,834 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [5546ef0f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:28,836 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [55c20dcc] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:28,838 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [55c20dcc] Correlation ID: 55c20dcc, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:28,853 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:28,855 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-1) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:28,861 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:28,870 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [36c7c938] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:28,871 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [4ada959e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:28,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [7131eb6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:28,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [3a6fec07] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:28,874 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [7131eb6] Correlation ID: 7131eb6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:28,874 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [3a6fec07] Correlation ID: 3a6fec07, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:29,297 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:29,308 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [5fd38337] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:29,310 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [bd44bc2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:29,312 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [bd44bc2] Correlation ID: bd44bc2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:29,614 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:29,653 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [c93e2d6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:29,655 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [175f9302] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:29,659 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [175f9302] Correlation ID: 175f9302, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:29,696 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:29,712 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [6a435f4d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:29,714 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [3735e4a7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:29,715 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [3735e4a7] Correlation ID: 3735e4a7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:29,838 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:29,840 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-2) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:29,856 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [3e0ae30d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:29,857 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [e241e08] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:29,859 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [e241e08] Correlation ID: e241e08, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:29,862 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:29,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [57b35fe3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:29,876 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [341808e7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:29,878 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [341808e7] Correlation ID: 341808e7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,141 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:30,152 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [605258b3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:30,154 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [64b52be5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:30,155 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [64b52be5] Correlation ID: 64b52be5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,724 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:30,732 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-84) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at 6db87c10}, log id: 14e0cdb1
2014-11-27 15:53:30,734 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [4421530b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:30,736 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [6df648bb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:30,737 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [6df648bb] Correlation ID: 6df648bb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,803 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:30,805 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-7) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:30,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:30,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:30,821 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [45d4dfe] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:30,823 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [6a27427b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:30,824 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [6a27427b] Correlation ID: 6a27427b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,825 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [24306253] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:30,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [58163995] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:30,828 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [58163995] Correlation ID: 58163995, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,836 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [70ccff36] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:30,837 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [27e3cb6a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:30,839 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [27e3cb6a] Correlation ID: 27e3cb6a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:30,978 INFO  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (DefaultQuartzScheduler_Worker-75) VM 7c7aa9dedb57248f5da291117164f0d7 ad162ac5-f781-4e2d-a066-02409bee2eb5 moved from WaitForLaunch --> PoweringUp
2014-11-27 15:53:30,979 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (DefaultQuartzScheduler_Worker-75) START, FullListVdsCommand(HostName = Compute2, HostId = 82984f5b-9a0b-4324-a90d-57245a776b0d, vds=Host[Compute2,82984f5b-9a0b-4324-a90d-57245a776b0d], vmIds=[ad162ac5-f781-4e2d-a066-02409bee2eb5]), log id: 54df9e8b
2014-11-27 15:53:30,987 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.FullListVdsCommand] (DefaultQuartzScheduler_Worker-75) FINISH, FullListVdsCommand, return: [{displaySecurePort=-1, kvmEnable=true, nicModel=rtl8139,pv, keyboardLayout=en-us, displayIp=43.252.177.19, pauseCode=NOERR, pitReinjection=false, nice=0, displayNetwork=ovirtmgmt, timeOffset=28800, transparentHugePages=true, vmId=ad162ac5-f781-4e2d-a066-02409bee2eb5, acpiEnable=true, custom={}, spiceSslCipherSuite=DEFAULT, memSize=512, smp=1, displayPort=5900, emulatedMachine=rhel6.5.0, vmType=kvm, status=Up, memGuaranteedSize=512, display=vnc, pid=33919, smartcardEnable=false, bootMenuEnable=false, tabletEnable=true, spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard, numaTune={nodeset=0,1, mode=interleave}, smpCoresPerSocket=1, maxVCpus=16, clientIp=, devices=[Ljava.lang.Object;@2521e335, vmName=7c7aa9dedb57248f5da291117164f0d7, cpuType=SandyBridge}], log id: 54df9e8b
2014-11-27 15:53:30,992 INFO  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (DefaultQuartzScheduler_Worker-75) Received a memballoon Device without an address when processing VM ad162ac5-f781-4e2d-a066-02409bee2eb5 devices, skipping device: {alias=balloon0, specParams={model=none}, device=memballoon, type=balloon}
2014-11-27 15:53:30,993 INFO  [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo] (DefaultQuartzScheduler_Worker-75) Received a vnc Device without an address when processing VM ad162ac5-f781-4e2d-a066-02409bee2eb5 devices, skipping device: {port=5900, specParams={spiceSecureChannels=smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard, keyMap=en-us, displayNetwork=ovirtmgmt, displayIp=43.252.177.19}, device=vnc, type=graphics}
2014-11-27 15:53:31,437 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:31,438 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:31,471 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [45703d38] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:31,472 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [5e04fdfe] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:31,475 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [5e04fdfe] Correlation ID: 5e04fdfe, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:31,828 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:31,830 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-8) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:31,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [230ec61c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:31,848 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [4e8ce69c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:31,851 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [4e8ce69c] Correlation ID: 4e8ce69c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,060 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,063 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,101 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [7b257163] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,102 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [3b36afbc] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,103 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [a46a33e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,106 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [211ee843] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,106 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [3b36afbc] Correlation ID: 3b36afbc, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,108 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [211ee843] Correlation ID: 211ee843, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,768 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,806 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [7bf1de3a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,808 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [764e651e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,810 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [764e651e] Correlation ID: 764e651e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,841 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,843 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:32,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [603e111b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,865 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [1de97f69] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,867 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [1de97f69] Correlation ID: 1de97f69, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,907 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,942 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:32,946 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [21d0e0bd] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,948 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [23ab9677] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,950 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [23ab9677] Correlation ID: 23ab9677, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:32,953 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [4d64d436] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:32,954 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [277b17d1] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:32,956 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [277b17d1] Correlation ID: 277b17d1, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:33,718 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:33,782 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [728fad9f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:33,783 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [7f0765c0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:33,785 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [7f0765c0] Correlation ID: 7f0765c0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:33,805 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:33,807 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-7) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:33,822 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [6bb2f433] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:33,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [1e8265a8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:33,826 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [1e8265a8] Correlation ID: 1e8265a8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:33,863 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:33,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [4d8340bb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:33,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [5df2dc71] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:33,877 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [5df2dc71] Correlation ID: 5df2dc71, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:34,132 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:34,143 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [3fc705a1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:34,145 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [1a31270e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:34,147 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [1a31270e] Correlation ID: 1a31270e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:34,580 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:34,619 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [236a2a1e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:34,621 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [4d30b0f4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:34,623 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [4d30b0f4] Correlation ID: 4d30b0f4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:34,668 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:34,684 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3899440c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:34,685 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [63f5b676] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:34,687 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [63f5b676] Correlation ID: 63f5b676, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:34,818 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:34,827 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:34,828 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [39af5887] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:34,829 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-15) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:34,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [18029ca2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:34,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [18029ca2] Correlation ID: 18029ca2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:34,845 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [5f3eabae] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:34,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [12fc7199] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:34,848 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [12fc7199] Correlation ID: 12fc7199, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,083 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,094 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [1a3d730f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,096 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [54326bbb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,100 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [54326bbb] Correlation ID: 54326bbb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,493 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,525 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [9e8a40f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,527 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [760d147d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,529 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [760d147d] Correlation ID: 760d147d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,769 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,779 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [78d3f071] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,781 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [6015bbbb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,783 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [6015bbbb] Correlation ID: 6015bbbb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,835 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,835 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,837 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:35,842 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:35,852 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [ad4ab95] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,852 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [563fd1f3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,853 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [7c1bab9d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,854 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [1e719218] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,856 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [7c1bab9d] Correlation ID: 7c1bab9d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,857 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [1e719218] Correlation ID: 1e719218, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,866 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [6e4fd741] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:35,868 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [1c393528] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:35,869 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [1c393528] Correlation ID: 1c393528, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:35,929 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-5) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 5bdf5035
2014-11-27 15:53:36,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:36,813 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:36,825 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [6ecf706c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:36,827 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:36,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [1aa96ef0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:36,829 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-12) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:36,829 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [1aa96ef0] Correlation ID: 1aa96ef0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:36,844 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [2f49e180] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:36,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [4b24c83a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:36,847 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [4b24c83a] Correlation ID: 4b24c83a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:37,089 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:37,099 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [541ebff9] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:37,101 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [47ac1fae] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:37,102 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [47ac1fae] Correlation ID: 47ac1fae, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:37,764 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:37,797 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [40016854] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:37,798 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [63b10436] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:37,800 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [63b10436] Correlation ID: 63b10436, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:37,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:37,815 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:37,817 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-13) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:37,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [6f2ed2d9] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:37,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [1ee4ae2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:37,828 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [1ee4ae2] Correlation ID: 1ee4ae2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:37,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [7a0a212c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:37,835 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [4a8c2b44] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:37,838 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [4a8c2b44] Correlation ID: 4a8c2b44, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:37,857 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:37,896 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [300e3edb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:37,897 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [516c43e9] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:37,899 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [516c43e9] Correlation ID: 516c43e9, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:38,132 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-5) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at 41455032}, log id: 5bdf5035
2014-11-27 15:53:38,777 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:38,784 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterTasksListVDSCommand] (DefaultQuartzScheduler_Worker-77) START, GlusterTasksListVDSCommand(HostName = Compute3, HostId = 8c427061-1ca2-48c0-8bd5-5afd76ad0927), log id: 22efd95a
2014-11-27 15:53:38,789 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [3ba5400f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:38,791 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [1a0fb4ad] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:38,793 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [1a0fb4ad] Correlation ID: 1a0fb4ad, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:38,798 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:38,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [e54f069] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:38,831 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [5dbeb12c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:38,833 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [5dbeb12c] Correlation ID: 5dbeb12c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:38,842 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:38,843 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-5) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:38,859 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [49b6fb86] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:38,860 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [63e6d131] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:38,861 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:38,862 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [63e6d131] Correlation ID: 63e6d131, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:38,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [57088774] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:38,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [bb0cfaf] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:38,875 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [bb0cfaf] Correlation ID: bb0cfaf, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:39,432 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:39,466 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [d594f55] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:39,468 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [58a5d9d2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:39,470 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [58a5d9d2] Correlation ID: 58a5d9d2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:39,501 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterTasksListVDSCommand] (DefaultQuartzScheduler_Worker-77) FINISH, GlusterTasksListVDSCommand, return: [GlusterAsyncTask[017f06cd-3856-460e-8ac9-34443d83732c-REBALANCE-FINISHED]], log id: 22efd95a
2014-11-27 15:53:39,581 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:39,621 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [5a664dae] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:39,622 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [220ec755] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:39,624 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [220ec755] Correlation ID: 220ec755, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:39,635 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:39,650 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [23cf0dc4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:39,652 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [6ed99811] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:39,654 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [6ed99811] Correlation ID: 6ed99811, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:39,805 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:39,807 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-8) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:39,823 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [72f044d2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:39,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [158118a2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:39,825 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:39,826 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [158118a2] Correlation ID: 158118a2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:39,835 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [5269be27] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:39,837 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [676f8d11] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:39,839 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [676f8d11] Correlation ID: 676f8d11, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:40,062 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:40,072 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [5d468b7e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:40,074 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [6bef1b3] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:40,076 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [6bef1b3] Correlation ID: 6bef1b3, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:40,753 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:40,764 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [4a5c311a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:40,765 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [760766d2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:40,767 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [760766d2] Correlation ID: 760766d2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:40,809 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:40,809 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:40,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:40,811 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:40,820 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [158c6267] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:40,822 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [640ead0c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:40,824 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [640ead0c] Correlation ID: 640ead0c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:40,828 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [68b26307] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:40,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [6781585a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:40,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [6781585a] Correlation ID: 6781585a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:40,844 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [64029587] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:40,845 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [6b76829f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:40,847 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [6b76829f] Correlation ID: 6b76829f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:41,808 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:41,808 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:41,811 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-8) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:41,818 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [2d0f50f2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:41,820 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [46ab34dd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:41,822 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [46ab34dd] Correlation ID: 46ab34dd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:41,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [205a9d45] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:41,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [418f9f3c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:41,830 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [418f9f3c] Correlation ID: 418f9f3c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:42,038 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:42,040 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:42,050 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [1cd7c875] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:42,052 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [30e666bb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:42,054 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [30e666bb] Correlation ID: 30e666bb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:42,738 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:42,747 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [76584e26] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:42,749 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [462a4b3e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:42,751 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [462a4b3e] Correlation ID: 462a4b3e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:42,812 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:42,814 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-1) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:42,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:42,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [5c7dc118] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:42,828 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [2508256e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:42,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [31e0091] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:42,830 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [2508256e] Correlation ID: 2508256e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:42,832 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [2ed652af] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:42,834 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [2ed652af] Correlation ID: 2ed652af, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:42,872 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:42,911 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [60e4f25] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:42,913 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [75fb3c3e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:42,915 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [75fb3c3e] Correlation ID: 75fb3c3e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:43,328 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-41) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 7db8c1ec
2014-11-27 15:53:43,635 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:43,668 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [5484d24e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:43,670 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [70389b2d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:43,672 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [70389b2d] Correlation ID: 70389b2d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:43,730 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:43,763 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [4338b2d6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:43,765 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [30612c2d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:43,767 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [30612c2d] Correlation ID: 30612c2d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:43,818 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:43,820 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-15) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:43,820 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:43,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [265762c6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:43,832 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [6630ede4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:43,834 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [6630ede4] Correlation ID: 6630ede4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:43,839 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [789c1f21] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:43,840 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [328c2a05] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:43,842 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [328c2a05] Correlation ID: 328c2a05, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:44,065 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:44,076 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [2189493d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:44,078 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [503a85b0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:44,082 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [503a85b0] Correlation ID: 503a85b0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:44,614 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:44,654 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [e073b87] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:44,656 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [2d6b0ea2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:44,657 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [2d6b0ea2] Correlation ID: 2d6b0ea2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:44,703 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:44,721 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [1a7bf700] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:44,722 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [6fd95df9] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:44,724 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [6fd95df9] Correlation ID: 6fd95df9, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:44,849 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:44,851 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-11) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:44,863 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:44,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [41885426] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:44,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [5d3c0d5e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:44,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [5efd3726] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:44,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [16739a8b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:44,876 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [5efd3726] Correlation ID: 5efd3726, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:44,877 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [16739a8b] Correlation ID: 16739a8b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:45,110 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:45,122 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [5da699fb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:45,123 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [564a0604] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:45,125 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [564a0604] Correlation ID: 564a0604, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:45,530 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-41) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at f1793cea}, log id: 7db8c1ec
2014-11-27 15:53:45,725 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:45,735 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [70b11812] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:45,737 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [3a6d7cfe] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:45,739 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [3a6d7cfe] Correlation ID: 3a6d7cfe, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:45,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:45,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:45,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:45,818 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:45,821 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [33562fee] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:45,823 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [255eb9b7] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:45,825 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [255eb9b7] Correlation ID: 255eb9b7, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:45,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [5207aae6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:45,832 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [359db1ea] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:45,834 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [359db1ea] Correlation ID: 359db1ea, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:45,844 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [1b4f53a6] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:45,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [12db8f8f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:45,847 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [12db8f8f] Correlation ID: 12db8f8f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:46,797 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:46,808 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [246881c8] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:46,810 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [56300e0e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:46,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:46,812 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [56300e0e] Correlation ID: 56300e0e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:46,813 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-4) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:46,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3d4d6a28] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:46,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [2fde0c29] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:46,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [2fde0c29] Correlation ID: 2fde0c29, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:47,127 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:47,128 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:47,139 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [235e6e34] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:47,140 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [197bca33] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:47,142 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [197bca33] Correlation ID: 197bca33, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:47,797 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:47,807 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [30a834a1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:47,809 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [2a8cb52e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:47,811 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [2a8cb52e] Correlation ID: 2a8cb52e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:47,872 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:47,874 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:47,875 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:47,877 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:47,885 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [76e2cfb] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:47,887 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [2529aa7c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:47,889 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [2529aa7c] Correlation ID: 2529aa7c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:47,890 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [26b37aa7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:47,892 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [68d36db] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:47,894 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [68d36db] Correlation ID: 68d36db, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:47,916 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [6395ec93] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:47,918 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [4547801c] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:47,919 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [4547801c] Correlation ID: 4547801c, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:48,119 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:48,152 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [228fe2b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:48,153 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [8835235] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:48,157 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [8835235] Correlation ID: 8835235, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:48,780 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:48,812 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [4874bde0] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:48,814 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [5c9b1351] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:48,816 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [5c9b1351] Correlation ID: 5c9b1351, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:48,842 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:48,852 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [1f420ca7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:48,854 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [15a71653] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:48,855 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:48,856 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [15a71653] Correlation ID: 15a71653, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:48,857 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:48,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [3bad8165] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:48,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [7ff2eca8] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:48,876 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [7ff2eca8] Correlation ID: 7ff2eca8, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:49,125 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:49,136 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [703cd98] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:49,138 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [1b8c43dd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:49,140 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [1b8c43dd] Correlation ID: 1b8c43dd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:49,581 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:49,622 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [75728630] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:49,624 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [63865054] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:49,626 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [63865054] Correlation ID: 63865054, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:49,646 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:49,661 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [3fe12618] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:49,662 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [1a92c81e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:49,664 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [1a92c81e] Correlation ID: 1a92c81e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:49,802 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:49,804 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:49,819 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [68090f7f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:49,821 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [1a9d7656] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:49,823 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [1a9d7656] Correlation ID: 1a9d7656, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,015 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,026 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [33e97dd0] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,027 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [284cba73] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,030 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [284cba73] Correlation ID: 284cba73, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,116 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,125 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [5081ea45] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,127 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [32b2861e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,129 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [32b2861e] Correlation ID: 32b2861e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,731 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-32) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 37d46f3b
2014-11-27 15:53:50,763 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,774 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [5ee56768] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,775 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [4a69cf75] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,778 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [4a69cf75] Correlation ID: 4a69cf75, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,853 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,861 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,861 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:50,863 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:50,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [6ac4e4a7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [247fc6b4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [474312e9] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,874 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [609a2e55] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,875 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [474312e9] Correlation ID: 474312e9, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,876 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [609a2e55] Correlation ID: 609a2e55, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:50,887 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [272f31b5] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:50,889 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [75c5409e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:50,891 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [75c5409e] Correlation ID: 75c5409e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:51,838 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:51,840 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:51,850 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:51,856 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [58f88477] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:51,858 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [2d8e2625] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:51,860 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [2d8e2625] Correlation ID: 2d8e2625, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:51,861 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [664de8f4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:51,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [502673a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:51,864 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [502673a] Correlation ID: 502673a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,086 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,098 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [7add4295] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,099 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [7e87530] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,103 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [7e87530] Correlation ID: 7e87530, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,765 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,767 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:52,777 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [6360ac3e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,779 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [451e05e4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,780 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [451e05e4] Correlation ID: 451e05e4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,837 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,839 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-15) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:52,842 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,852 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [5020004d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,854 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [2e70f1a6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,856 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [2e70f1a6] Correlation ID: 2e70f1a6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,862 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [6b72437d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,865 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [55ee295a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,866 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [55ee295a] Correlation ID: 55ee295a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,871 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:52,893 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [665d766e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,894 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [1f83c440] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,896 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [1f83c440] Correlation ID: 1f83c440, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,914 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [2bbe84d3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:52,916 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [229af084] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:52,918 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [229af084] Correlation ID: 229af084, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:52,953 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-32) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at d743f24f}, log id: 37d46f3b
2014-11-27 15:53:53,727 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:53,760 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [30b4e5f4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:53,761 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [283df613] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:53,763 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [283df613] Correlation ID: 283df613, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:53,814 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:53,815 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:53,817 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-11) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:53,824 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3a7e53f1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:53,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [399bf77d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:53,829 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [399bf77d] Correlation ID: 399bf77d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:53,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [52fa2efa] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:53,835 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [13efa383] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:53,837 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [13efa383] Correlation ID: 13efa383, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:54,110 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:54,121 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [5b16dd43] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:54,123 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [729de172] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:54,125 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [729de172] Correlation ID: 729de172, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:54,636 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:54,675 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [2b87a0d4] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:54,677 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [13d58a4a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:54,679 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [13d58a4a] Correlation ID: 13d58a4a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:54,685 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:54,700 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [78f5ce8a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:54,701 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [325996b5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:54,703 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [325996b5] Correlation ID: 325996b5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:54,841 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:54,851 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [492950f9] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:54,853 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [a4e8ef0] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:54,855 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [a4e8ef0] Correlation ID: a4e8ef0, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:54,856 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:54,858 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-14) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:54,873 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [13e213e1] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:54,875 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [581c09cb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:54,877 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [581c09cb] Correlation ID: 581c09cb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:55,086 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:55,098 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [57c0c470] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:55,100 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [21d27e3f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:55,101 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [21d27e3f] Correlation ID: 21d27e3f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:55,773 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:55,783 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [3844ee87] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:55,785 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [bc0d093] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:55,786 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [bc0d093] Correlation ID: bc0d093, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:55,838 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:55,849 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [69d2a682] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:55,851 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [1b278d5b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:55,851 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:55,853 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [1b278d5b] Correlation ID: 1b278d5b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:55,854 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:55,859 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:55,870 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [56fc02f3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:55,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [731bde15] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:55,874 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [731bde15] Correlation ID: 731bde15, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:55,884 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [7843c0bc] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:55,886 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [3f674c84] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:55,888 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [3f674c84] Correlation ID: 3f674c84, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:56,858 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:56,860 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:56,860 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:56,870 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [5b6087d3] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:56,872 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [42352224] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:56,873 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [42352224] Correlation ID: 42352224, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:56,877 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [778d5828] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:56,879 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [749062d1] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:56,880 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [749062d1] Correlation ID: 749062d1, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,086 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,096 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [4a42d4d7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,098 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [702432dd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,100 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [702432dd] Correlation ID: 702432dd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,739 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,749 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [39ceca33] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,750 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [225a1919] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,752 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [225a1919] Correlation ID: 225a1919, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,795 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,796 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:53:57,806 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [fb97d2a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,808 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [2112f808] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,810 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [2112f808] Correlation ID: 2112f808, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,811 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,813 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-7) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:57,815 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [60ed9df2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,831 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [5c62d90a] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,832 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [5c62d90a] Correlation ID: 5c62d90a, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,848 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [15e5d319] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,849 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [2b86b467] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,853 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [2b86b467] Correlation ID: 2b86b467, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:57,875 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:57,914 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [2c2e18a] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:57,916 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [115c19b4] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:57,918 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [115c19b4] Correlation ID: 115c19b4, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:58,164 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-57) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 287c799d
2014-11-27 15:53:58,730 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:58,764 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [32d69405] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:58,766 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [6fa4ee45] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:58,768 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [6fa4ee45] Correlation ID: 6fa4ee45, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:58,812 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:58,814 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:58,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:58,826 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [4e585082] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:58,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [39659457] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:58,829 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [39659457] Correlation ID: 39659457, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:58,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [840f628] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:58,831 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [3d4e3456] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:58,833 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [3d4e3456] Correlation ID: 3d4e3456, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,093 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,104 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [1a304e9c] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,106 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,106 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [62ce6a3d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,108 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [62ce6a3d] Correlation ID: 62ce6a3d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,137 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [272ea402] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,139 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [303560ec] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,141 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [303560ec] Correlation ID: 303560ec, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,638 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,677 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [2e1b5751] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,679 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [2e40e2f5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,681 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [2e40e2f5] Correlation ID: 2e40e2f5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,704 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,720 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [2b085cdd] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,721 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [72e8332b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,723 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [72e8332b] Correlation ID: 72e8332b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,880 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,886 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-6) Running command: LoginUserCommand internal: false.
2014-11-27 15:53:59,888 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-6) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:53:59,890 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [54817c9e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,892 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [47708684] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,894 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [47708684] Correlation ID: 47708684, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:53:59,904 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-6) [7c7685bc] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:53:59,906 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-6) [4cb6146b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:53:59,907 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-6) [4cb6146b] Correlation ID: 4cb6146b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:00,105 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:00,116 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [5b00e8ca] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:00,117 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [161e74f1] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:00,119 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [161e74f1] Correlation ID: 161e74f1, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:00,381 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-57) FINISH, GlusterVolumesListVDSCommand, return: {26ae1672-ee09-4a38-8fd2-72dd9974cc2b=org.ovirt.engine.core.common.businessentities.gluster.GlusterVolumeEntity at 788de085}, log id: 287c799d
2014-11-27 15:54:00,741 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-1) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:00,752 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-1) [62177c19] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:00,753 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-1) [51c0ef4b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:00,755 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-1) [51c0ef4b] Correlation ID: 51c0ef4b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:00,808 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:00,809 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:00,812 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-7) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:00,813 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:00,819 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [73364b81] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:00,821 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [58a1cf13] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:00,823 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [58a1cf13] Correlation ID: 58a1cf13, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:00,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [3a9a0648] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:00,829 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [339b0075] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:00,831 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [339b0075] Correlation ID: 339b0075, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:00,841 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [740c9590] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:00,843 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [36d9b282] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:00,844 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [36d9b282] Correlation ID: 36d9b282, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:01,845 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:01,855 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [57aa1e9] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:01,857 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [4516d716] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:01,859 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [4516d716] Correlation ID: 4516d716, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:01,863 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:01,865 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-9) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:01,880 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [74fdc2c7] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:01,882 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [758ab381] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:01,884 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [758ab381] Correlation ID: 758ab381, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:02,120 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:02,131 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [69f052be] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:02,133 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [475d11cd] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:02,135 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [475d11cd] Correlation ID: 475d11cd, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:02,789 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:02,799 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [3258d337] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:02,801 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [2c8c11f6] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:02,802 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [2c8c11f6] Correlation ID: 2c8c11f6, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:02,843 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-13) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:02,844 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message: User admin logged in.
2014-11-27 15:54:02,847 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-13) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:02,853 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:02,862 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-13) [62829f57] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:02,863 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [15e1ad52] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:02,864 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-13) [742f408b] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:02,864 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [5a14e559] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:02,866 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-13) [742f408b] Correlation ID: 742f408b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:02,866 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [5a14e559] Correlation ID: 5a14e559, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:02,872 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-7) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:02,912 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-7) [7fc5f227] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:02,914 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-7) [461bc694] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:02,916 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-7) [461bc694] Correlation ID: 461bc694, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:03,266 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:03,300 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [54d52745] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:03,302 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [35f8150e] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:03,304 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [35f8150e] Correlation ID: 35f8150e, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:03,756 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:03,790 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [5d45de5f] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:03,792 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [a8aa566] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:03,793 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [a8aa566] Correlation ID: a8aa566, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:03,839 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-14) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:03,841 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-14) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:03,843 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:03,853 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [14cd8b77] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:03,855 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [15173830] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:03,857 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-14) [17534322] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:03,857 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [15173830] Correlation ID: 15173830, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:03,858 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-14) [193c11af] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:03,860 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-14) [193c11af] Correlation ID: 193c11af, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:04,132 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:04,142 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [22e4c0ca] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:04,144 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [5588f359] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:04,146 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [5588f359] Correlation ID: 5588f359, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:04,594 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:04,635 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [1031b244] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:04,637 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [4ee729be] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:04,639 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [4ee729be] Correlation ID: 4ee729be, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:04,656 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-8) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:04,672 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-8) [71d7ca20] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:04,674 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-8) [782b59f2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:04,675 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-8) [782b59f2] Correlation ID: 782b59f2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:04,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-5) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:04,816 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:04,818 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-5) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:04,827 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [6507f435] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:04,828 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [2ff53539] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:04,830 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [2ff53539] Correlation ID: 2ff53539, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:04,833 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-5) [f660c5b] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:04,835 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-5) [79755a87] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:04,837 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-5) [79755a87] Correlation ID: 79755a87, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:05,057 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-9) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:05,068 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-9) [76763221] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:05,069 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-9) [49c04902] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:05,071 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [49c04902] Correlation ID: 49c04902, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:05,591 INFO  [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (DefaultQuartzScheduler_Worker-98) START, GlusterVolumesListVDSCommand(HostName = Compute5, HostId = 0bf6b00f-7947-4411-b55a-cc5eea2b381a), log id: 16d7b32f
2014-11-27 15:54:05,723 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-2) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:05,734 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-2) [11e307e2] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:05,736 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-2) [7a2f6de2] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:05,737 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-2) [7a2f6de2] Correlation ID: 7a2f6de2, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:05,813 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:05,815 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-3) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:05,815 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:05,830 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-3) [456c635d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:05,831 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [54a684d5] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:05,833 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [54a684d5] Correlation ID: 54a684d5, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:05,846 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-4) [f900c6e] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:05,847 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [5b50ee63] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:05,848 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [5b50ee63] Correlation ID: 5b50ee63, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:05,870 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-11) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:05,880 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-11) [2f8ea398] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:05,882 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-11) [34d1890] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:05,884 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-11) [34d1890] Correlation ID: 34d1890, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:06,878 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-10) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:06,880 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-12) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:06,880 ERROR [org.ovirt.engine.api.restapi.resource.AbstractBackendResource] (ajp--127.0.0.1-8702-10) Operation Failed: Entity not found: 9aa50a31-83d4-4b05-8d51-58607085a2a7
2014-11-27 15:54:06,890 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-12) [3321a74d] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:06,892 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-12) [641aab2f] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:06,894 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-12) [641aab2f] Correlation ID: 641aab2f, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:06,897 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-10) [17e0cb59] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:06,899 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-10) [6653840d] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:06,900 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-10) [6653840d] Correlation ID: 6653840d, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:07,077 INFO  [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (ajp--127.0.0.1-8702-15) Running command: LoginUserCommand internal: false.
2014-11-27 15:54:07,088 INFO  [org.ovirt.engine.core.bll.aaa.LogoutBySessionCommand] (ajp--127.0.0.1-8702-15) [578f736] Running command: LogoutBySessionCommand internal: false.
2014-11-27 15:54:07,090 INFO  [org.ovirt.engine.core.bll.aaa.LogoutUserCommand] (ajp--127.0.0.1-8702-15) [4f8071fb] Running command: LogoutUserCommand internal: false.
2014-11-27 15:54:07,092 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-15) [4f8071fb] Correlation ID: 4f8071fb, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.
2014-11-27 15:54:07,104 INFO  [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp--127.0.0.1-8702-9) [6968fe50] Running command: SetVmTicketCommand internal: false. Entities affected :  ID: ad162ac5-f781-4e2d-a066-02409bee2eb5 Type: VMAction group CONNECT_TO_VM with role type USER
2014-11-27 15:54:07,138 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp--127.0.0.1-8702-9) [6968fe50] START, SetVmTicketVDSCommand(HostName = Compute2, HostId = 82984f5b-9a0b-4324-a90d-57245a776b0d, vmId=ad162ac5-f781-4e2d-a066-02409bee2eb5, ticket=4D9Bvr9zTj8V, validTime=120,m userName=admin, userId=fdfc627c-d875-11e0-90f0-83df133b58cc), log id: 1bbfa3d2
2014-11-27 15:54:07,161 INFO  [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand] (ajp--127.0.0.1-8702-9) [6968fe50] FINISH, SetVmTicketVDSCommand, log id: 1bbfa3d2
2014-11-27 15:54:07,166 INFO  [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-9) [6968fe50] Correlation ID: 6968fe50, Call Stack: null, Custom Event ID: -1, Message: user admin initiated console session for VM 7c7aa9dedb57248f5da291117164f0d7
-------------- next part --------------
Thread-670::DEBUG::2014-11-27 15:53:15,237::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmCreate with ({'acpiEnable': 'true', 'emulatedMachine': 'rhel6.5.0', 'tabletEnable': 'true', 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'memGuaranteedSize': 512, 'transparentHugePages': 'true', 'spiceSslCipherSuite': 'DEFAULT', 'cpuType': 'SandyBridge', 'smp': '1', 'numaTune': {'nodeset': '0,1', 'mode': 'interleave'}, 'custom': {}, 'vmType': 'kvm', 'memSize': 512, 'smpCoresPerSocket': '1', 'vmName': '7c7aa9dedb57248f5da291117164f0d7', 'nice': '0', 'bootMenuEnable': 'false', 'smartcardEnable': 'false', 'keyboardLayout': 'en-us', 'kvmEnable': 'true', 'pitReinjection': 'false', 'displayNetwork': 'ovirtmgmt', 'devices': [{'index': '3', 'iface': 'ide', 'bootOrder': '1', 'specParams': {'vmPayload': {'volId': 'config-2', 'file': {'openstack/latest/meta_data.json': 'ewogICJsYXVuY2hfaW5kZXgiIDogIjAiLAogICJhdmFpbGFiaWxpdHlfem9uZSIgOiAibm92YSIs\nCiAgIm5ldHdvcmstaW50ZXJmYWNlcyIgOiAiYXV0byBldGgwXG5pZmFjZSBldGgwIGluZXQgc3Rh\ndGljXG4gIGFkZHJlc3MgMTAzLjQxLjEzNS44XG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuICBn\nYXRld2F5IDEwMy40MS4xMzUuMVxuYXV0byBldGgxXG5pZmFjZSBldGgxIGluZXQgc3RhdGljXG4g\nIGFkZHJlc3MgMTcyLjE2OC4xLjMzXG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuIiwKICAibmFt\nZSIgOiAicHVuaXQiLAogICJuZXR3b3JrX2NvbmZpZyIgOiB7CiAgICAiY29udGVudF9wYXRoIiA6\nICIvY29udGVudC8wMDAwIiwKICAgICJwYXRoIiA6ICIvZXRjL25ldHdvcmsvaW50ZXJmYWNlcyIK\nICB9LAogICJob3N0bmFtZSIgOiAicHVuaXQiLAogICJ1dWlkIiA6ICJkZGRiNjg2ZC1iNGZmLTQ5\nNGYtYTgwYS00YzA1NjNhNzRlMmEiLAogICJtZXRhIiA6IHsKICAgICJlc3NlbnRpYWwiIDogImZh\nbHNlIiwKICAgICJyb2xlIiA6ICJzZXJ2ZXIiLAogICAgImRzbW9kZSIgOiAibG9jYWwiCiAgfQp9\n', 'openstack/content/0000': 'YXV0byBldGgwCmlmYWNlIGV0aDAgaW5ldCBzdGF0aWMKICBhZGRyZXNzIDEwMy40MS4xMzUuOAog\nIG5ldG1hc2sgMjU1LjI1NS4yNTUuMAogIGdhdGV3YXkgMTAzLjQxLjEzNS4xCmF1dG8gZXRoMQpp\nZmFjZSBldGgxIGluZXQgc3RhdGljCiAgYWRkcmVzcyAxNzIuMTY4LjEuMzMKICBuZXRtYXNrIDI1\nNS4yNTUuMjU1LjAK\n', 'openstack/latest/user_data': 'I2Nsb3VkLWNvbmZpZwpzc2hfcHdhdXRoOiB0cnVlCmRpc2FibGVfcm9vdDogMApvdXRwdXQ6CiAg\nYWxsOiAnPj4gL3Zhci9sb2cvY2xvdWQtaW5pdC1vdXRwdXQubG9nJwpjaHBhc3N3ZDoKICBleHBp\ncmU6IGZhbHNlCnJ1bmNtZDoKLSAnc2VkIC1pICcnL15kYXRhc291cmNlX2xpc3Q6IC9kJycgL2V0\nYy9jbG91ZC9jbG91ZC5jZmc7IGVjaG8gJydkYXRhc291cmNlX2xpc3Q6CiAgWyJOb0Nsb3VkIiwg\nIkNvbmZpZ0RyaXZlIl0nJyA+PiAvZXRjL2Nsb3VkL2Nsb3VkLmNmZycKI2Nsb3VkLWNvbmZpZwpk\naXNhYmxlLWVjMi1tZXRhZGF0YTogdHJ1ZQpkaXNhYmxlX3Jvb3Q6IGZhbHNlCnNzaF9wd2F1dGg6\nIHRydWUKc3NoX2RlbGV0ZWtleXM6IHRydWUKY2hwYXNzd2Q6IHsgZXhwaXJlOiBGYWxzZSB9Cgp1\nc2VyczoKIC0gbmFtZTogcm9vdAogICBwcmltYXJ5LWdyb3VwOiByb290CiAgIHBhc3N3ZDogUEVl\nc1A4NnMKICAgbG9jay1wYXNzd2Q6IGZhbHNlCgpydW5jbWQ6CiAtIHNlZCAtaSAnL25hbWVzZXJ2\nZXIvZCcgL2V0Yy9yZXNvbHYuY29uZgogLSBlY2hvICduYW1lc2VydmVyIDEyMy4yNDIuMjI0LjUw\nJyA+PiAvZXRjL3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgMTIzLjI0Mi4yMjQuNTEn\nID4+IC9ldGMvcmVzb2x2LmNvbmYKIC0gZWNobyAnbmFtZXNlcnZlciA4LjguOC44JyA+PiAvZXRj\nL3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgOC44LjQuNCcgPj4gL2V0Yy9yZXNvbHYu\nY29uZgogLSBlY2hvICdyb290OlBFZXNQODZzJyB8IGNocGFzc3dkCiAtIHl1bSAteSB1cGRhdGUK\nIC0geXVtIC15IGluc3RhbGwgcmRhdGUKIC0gcmRhdGUgLXMgc3RkdGltZS5nb3YuaGs=\n'}}}, 'readonly': 'true', 'deviceId': '4bf1c2ca-f9a4-418b-8937-130525360e13', 'path': '', 'device': 'cdrom', 'shared': 'false', 'type': 'disk'}, {'device': 'cirrus', 'specParams': {'vram': '32768', 'heads': '1'}, 'type': 'video', 'deviceId': '2c906b52-d52f-4d0e-b289-e44b576b6c6c'}, {'index': '2', 'iface': 'ide', 'bootOrder': '2', 'specParams': {'path': ''}, 'readonly': 'true', 'deviceId': '3e7c06f6-cd71-44c0-be18-d10c41d72d3d', 'path': '', 'device': 'cdrom', 'shared': 'false', 'type': 'disk'}, {'index': 0, 'iface': 'virtio', 'format': 'raw', 'optional': 'false', 'poolID': '5b5a6f6c-4c1b-4451-b770-d257d86f571d', 'volumeID': '0b09c5f5-8d87-4113-a083-c006acb2117e', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'specParams': {}, 'readonly': 'false', 'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'deviceId': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'address': {'slot': '0x07', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'disk', 'shared': 'false', 'propagateErrors': 'off', 'type': 'disk'}, {'nicModel': 'pv', 'macAddr': '00:1A:4A:98:6A:1F', 'linkActive': 'true', 'network': 'Internal', 'filter': 'vdsm-no-mac-spoofing', 'specParams': {'inbound': {'average': 128000, 'peak': 128000, 'burst': 102400}, 'outbound': {'average': 128000, 'peak': 128000, 'burst': 102400}}, 'deviceId': '05ea7c1c-a1da-4205-b481-9ec39d195e7e', 'address': {'slot': '0x04', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'bridge', 'type': 'interface'}, {'nicModel': 'pv', 'macAddr': '00:1A:4A:FD:F4:06', 'linkActive': 'true', 'network': '', 'filter': 'vdsm-no-mac-spoofing', 'specParams': {}, 'deviceId': '1e2ef1ff-65c9-4fb8-9a8e-5af43384e3b9', 'address': {'slot': '0x03', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'bridge', 'type': 'interface'}, {'index': '0', 'specParams': {}, 'deviceId': '0bf6c8bc-5845-49d6-b0ea-ed5e832cfd2a', 'address': {'slot': '0x05', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'scsi', 'model': 'virtio-scsi', 'type': 'controller'}, {'device': 'virtio-serial', 'specParams': {}, 'type': 'controller', 'deviceId': '01e0d37d-2f16-4e43-81a4-eb8e3c3a87e9'}], 'timeOffset': '28800', 'maxVCpus': '16', 'spiceSecureChannels': 'smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard', 'display': 'vnc'},) {} flowID [234c1482]
Thread-670::INFO::2014-11-27 15:53:15,237::clientIF::390::vds::(createVm) vmContainerLock acquired by vm ad162ac5-f781-4e2d-a066-02409bee2eb5
Thread-670::DEBUG::2014-11-27 15:53:15,258::clientIF::403::vds::(createVm) Total desktops after creation of ad162ac5-f781-4e2d-a066-02409bee2eb5 is 1
Thread-727::DEBUG::2014-11-27 15:53:15,258::vm::2259::vm.Vm::(_startUnderlyingVm) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Start
Thread-670::DEBUG::2014-11-27 15:53:15,260::BindingXMLRPC::1139::vds::(wrapper) return vmCreate with {'status': {'message': 'Done', 'code': 0}, 'vmList': {'acpiEnable': 'true', 'emulatedMachine': 'rhel6.5.0', 'tabletEnable': 'true', 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'memGuaranteedSize': 512, 'transparentHugePages': 'true', 'displaySecurePort': '-1', 'spiceSslCipherSuite': 'DEFAULT', 'cpuType': 'SandyBridge', 'smp': '1', 'numaTune': {'nodeset': '0,1', 'mode': 'interleave'}, 'custom': {}, 'vmType': 'kvm', 'memSize': 512, 'smpCoresPerSocket': '1', 'vmName': '7c7aa9dedb57248f5da291117164f0d7', 'nice': '0', 'status': 'WaitForLaunch', 'bootMenuEnable': 'false', 'pid': '0', 'displayIp': '43.252.177.19', 'displayPort': '-1', 'smartcardEnable': 'false', 'spiceSecureChannels': 'smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard', 'nicModel': 'rtl8139,pv', 'keyboardLayout': 'en-us', 'kvmEnable': 'true', 'pitReinjection': 'false', 'displayNetwork': 'ovirtmgmt', 'devices': [{'index': '3', 'iface': 'ide', 'bootOrder': '1', 'specParams': {'vmPayload': {'volId': 'config-2', 'file': {'openstack/latest/meta_data.json': 'ewogICJsYXVuY2hfaW5kZXgiIDogIjAiLAogICJhdmFpbGFiaWxpdHlfem9uZSIgOiAibm92YSIs\nCiAgIm5ldHdvcmstaW50ZXJmYWNlcyIgOiAiYXV0byBldGgwXG5pZmFjZSBldGgwIGluZXQgc3Rh\ndGljXG4gIGFkZHJlc3MgMTAzLjQxLjEzNS44XG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuICBn\nYXRld2F5IDEwMy40MS4xMzUuMVxuYXV0byBldGgxXG5pZmFjZSBldGgxIGluZXQgc3RhdGljXG4g\nIGFkZHJlc3MgMTcyLjE2OC4xLjMzXG4gIG5ldG1hc2sgMjU1LjI1NS4yNTUuMFxuIiwKICAibmFt\nZSIgOiAicHVuaXQiLAogICJuZXR3b3JrX2NvbmZpZyIgOiB7CiAgICAiY29udGVudF9wYXRoIiA6\nICIvY29udGVudC8wMDAwIiwKICAgICJwYXRoIiA6ICIvZXRjL25ldHdvcmsvaW50ZXJmYWNlcyIK\nICB9LAogICJob3N0bmFtZSIgOiAicHVuaXQiLAogICJ1dWlkIiA6ICJkZGRiNjg2ZC1iNGZmLTQ5\nNGYtYTgwYS00YzA1NjNhNzRlMmEiLAogICJtZXRhIiA6IHsKICAgICJlc3NlbnRpYWwiIDogImZh\nbHNlIiwKICAgICJyb2xlIiA6ICJzZXJ2ZXIiLAogICAgImRzbW9kZSIgOiAibG9jYWwiCiAgfQp9\n', 'openstack/content/0000': 'YXV0byBldGgwCmlmYWNlIGV0aDAgaW5ldCBzdGF0aWMKICBhZGRyZXNzIDEwMy40MS4xMzUuOAog\nIG5ldG1hc2sgMjU1LjI1NS4yNTUuMAogIGdhdGV3YXkgMTAzLjQxLjEzNS4xCmF1dG8gZXRoMQpp\nZmFjZSBldGgxIGluZXQgc3RhdGljCiAgYWRkcmVzcyAxNzIuMTY4LjEuMzMKICBuZXRtYXNrIDI1\nNS4yNTUuMjU1LjAK\n', 'openstack/latest/user_data': 'I2Nsb3VkLWNvbmZpZwpzc2hfcHdhdXRoOiB0cnVlCmRpc2FibGVfcm9vdDogMApvdXRwdXQ6CiAg\nYWxsOiAnPj4gL3Zhci9sb2cvY2xvdWQtaW5pdC1vdXRwdXQubG9nJwpjaHBhc3N3ZDoKICBleHBp\ncmU6IGZhbHNlCnJ1bmNtZDoKLSAnc2VkIC1pICcnL15kYXRhc291cmNlX2xpc3Q6IC9kJycgL2V0\nYy9jbG91ZC9jbG91ZC5jZmc7IGVjaG8gJydkYXRhc291cmNlX2xpc3Q6CiAgWyJOb0Nsb3VkIiwg\nIkNvbmZpZ0RyaXZlIl0nJyA+PiAvZXRjL2Nsb3VkL2Nsb3VkLmNmZycKI2Nsb3VkLWNvbmZpZwpk\naXNhYmxlLWVjMi1tZXRhZGF0YTogdHJ1ZQpkaXNhYmxlX3Jvb3Q6IGZhbHNlCnNzaF9wd2F1dGg6\nIHRydWUKc3NoX2RlbGV0ZWtleXM6IHRydWUKY2hwYXNzd2Q6IHsgZXhwaXJlOiBGYWxzZSB9Cgp1\nc2VyczoKIC0gbmFtZTogcm9vdAogICBwcmltYXJ5LWdyb3VwOiByb290CiAgIHBhc3N3ZDogUEVl\nc1A4NnMKICAgbG9jay1wYXNzd2Q6IGZhbHNlCgpydW5jbWQ6CiAtIHNlZCAtaSAnL25hbWVzZXJ2\nZXIvZCcgL2V0Yy9yZXNvbHYuY29uZgogLSBlY2hvICduYW1lc2VydmVyIDEyMy4yNDIuMjI0LjUw\nJyA+PiAvZXRjL3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgMTIzLjI0Mi4yMjQuNTEn\nID4+IC9ldGMvcmVzb2x2LmNvbmYKIC0gZWNobyAnbmFtZXNlcnZlciA4LjguOC44JyA+PiAvZXRj\nL3Jlc29sdi5jb25mCiAtIGVjaG8gJ25hbWVzZXJ2ZXIgOC44LjQuNCcgPj4gL2V0Yy9yZXNvbHYu\nY29uZgogLSBlY2hvICdyb290OlBFZXNQODZzJyB8IGNocGFzc3dkCiAtIHl1bSAteSB1cGRhdGUK\nIC0geXVtIC15IGluc3RhbGwgcmRhdGUKIC0gcmRhdGUgLXMgc3RkdGltZS5nb3YuaGs=\n'}}}, 'readonly': 'true', 'deviceId': '4bf1c2ca-f9a4-418b-8937-130525360e13', 'path': '', 'device': 'cdrom', 'shared': 'false', 'type': 'disk'}, {'device': 'cirrus', 'specParams': {'vram': '32768', 'heads': '1'}, 'type': 'video', 'deviceId': '2c906b52-d52f-4d0e-b289-e44b576b6c6c'}, {'index': '2', 'iface': 'ide', 'bootOrder': '2', 'specParams': {'path': ''}, 'readonly': 'true', 'deviceId': '3e7c06f6-cd71-44c0-be18-d10c41d72d3d', 'path': '', 'device': 'cdrom', 'shared': 'false', 'type': 'disk'}, {'index': 0, 'iface': 'virtio', 'format': 'raw', 'optional': 'false', 'poolID': '5b5a6f6c-4c1b-4451-b770-d257d86f571d', 'volumeID': '0b09c5f5-8d87-4113-a083-c006acb2117e', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'specParams': {}, 'readonly': 'false', 'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'deviceId': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'address': {'slot': '0x07', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'disk', 'shared': 'false', 'propagateErrors': 'off', 'type': 'disk'}, {'nicModel': 'pv', 'macAddr': '00:1A:4A:98:6A:1F', 'linkActive': 'true', 'network': 'Internal', 'filter': 'vdsm-no-mac-spoofing', 'specParams': {'inbound': {'average': 128000, 'peak': 128000, 'burst': 102400}, 'outbound': {'average': 128000, 'peak': 128000, 'burst': 102400}}, 'deviceId': '05ea7c1c-a1da-4205-b481-9ec39d195e7e', 'address': {'slot': '0x04', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'bridge', 'type': 'interface'}, {'nicModel': 'pv', 'macAddr': '00:1A:4A:FD:F4:06', 'linkActive': 'true', 'network': '', 'filter': 'vdsm-no-mac-spoofing', 'specParams': {}, 'deviceId': '1e2ef1ff-65c9-4fb8-9a8e-5af43384e3b9', 'address': {'slot': '0x03', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'bridge', 'type': 'interface'}, {'index': '0', 'specParams': {}, 'deviceId': '0bf6c8bc-5845-49d6-b0ea-ed5e832cfd2a', 'address': {'slot': '0x05', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'}, 'device': 'scsi', 'model': 'virtio-scsi', 'type': 'controller'}, {'device': 'virtio-serial', 'specParams': {}, 'type': 'controller', 'deviceId': '01e0d37d-2f16-4e43-81a4-eb8e3c3a87e9'}], 'timeOffset': '28800', 'maxVCpus': '16', 'clientIp': '', 'display': 'vnc'}}
Thread-727::DEBUG::2014-11-27 15:53:15,260::vm::2263::vm.Vm::(_startUnderlyingVm) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::_ongoingCreations acquired
Thread-727::INFO::2014-11-27 15:53:15,262::vm::3299::vm.Vm::(_run) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::VM wrapper has started
Thread-727::DEBUG::2014-11-27 15:53:15,265::task::595::Storage.TaskManager.Task::(_updateState) Task=`c0e92275-982f-49a6-b758-322f097b8ef0`::moving from state init -> state preparing
Thread-727::INFO::2014-11-27 15:53:15,267::logUtils::44::dispatcher::(wrapper) Run and protect: getVolumeSize(sdUUID='6c0d651a-1d85-4673-959c-2a271fb5e07d', spUUID='5b5a6f6c-4c1b-4451-b770-d257d86f571d', imgUUID='1f31a58b-0c49-4a5e-960a-3fd8474b89ed', volUUID='0b09c5f5-8d87-4113-a083-c006acb2117e', options=None)
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,269::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,270::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,272::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,273::__init__::375::IOProcess::(_processLogs) (19211) Got request for method 'stat'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,289::__init__::375::IOProcess::(_processLogs) (19211) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,290::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,291::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
Thread-727::INFO::2014-11-27 15:53:15,291::logUtils::47::dispatcher::(wrapper) Run and protect: getVolumeSize, Return response: {'truesize': '1054048256', 'apparentsize': '21474836480'}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,292::__init__::375::IOProcess::(_processLogs) Extracting request information...
Thread-727::DEBUG::2014-11-27 15:53:15,292::task::1191::Storage.TaskManager.Task::(prepare) Task=`c0e92275-982f-49a6-b758-322f097b8ef0`::finished: {'truesize': '1054048256', 'apparentsize': '21474836480'}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,293::__init__::375::IOProcess::(_processLogs) (19212) Got request for method 'stat'
Thread-727::DEBUG::2014-11-27 15:53:15,293::task::595::Storage.TaskManager.Task::(_updateState) Task=`c0e92275-982f-49a6-b758-322f097b8ef0`::moving from state preparing -> state finished
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,294::__init__::375::IOProcess::(_processLogs) (19212) Queuing response
Thread-727::DEBUG::2014-11-27 15:53:15,294::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-727::DEBUG::2014-11-27 15:53:15,295::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-727::DEBUG::2014-11-27 15:53:15,295::task::993::Storage.TaskManager.Task::(_decref) Task=`c0e92275-982f-49a6-b758-322f097b8ef0`::ref 0 aborting False
Thread-727::INFO::2014-11-27 15:53:15,410::clientIF::331::vds::(prepareVolumePath) prepared volume path: /var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img
Thread-727::INFO::2014-11-27 15:53:15,410::clientIF::331::vds::(prepareVolumePath) prepared volume path:
Thread-727::DEBUG::2014-11-27 15:53:15,411::task::595::Storage.TaskManager.Task::(_updateState) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::moving from state init -> state preparing
Thread-727::INFO::2014-11-27 15:53:15,411::logUtils::44::dispatcher::(wrapper) Run and protect: prepareImage(sdUUID='6c0d651a-1d85-4673-959c-2a271fb5e07d', spUUID='5b5a6f6c-4c1b-4451-b770-d257d86f571d', imgUUID='1f31a58b-0c49-4a5e-960a-3fd8474b89ed', leafUUID='0b09c5f5-8d87-4113-a083-c006acb2117e')
Thread-727::DEBUG::2014-11-27 15:53:15,412::resourceManager::198::Storage.ResourceManager.Request::(__init__) ResName=`Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d`ReqID=`182a7624-7ed7-4521-a6cd-7f64cd01cc33`::Request was made in '/usr/share/vdsm/storage/hsm.py' line '3210' at 'prepareImage'
Thread-727::DEBUG::2014-11-27 15:53:15,412::resourceManager::542::Storage.ResourceManager::(registerResource) Trying to register resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d' for lock type 'shared'
Thread-727::DEBUG::2014-11-27 15:53:15,412::resourceManager::601::Storage.ResourceManager::(registerResource) Resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d' is free. Now locking as 'shared' (1 active user)
Thread-727::DEBUG::2014-11-27 15:53:15,412::resourceManager::238::Storage.ResourceManager.Request::(grant) ResName=`Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d`ReqID=`182a7624-7ed7-4521-a6cd-7f64cd01cc33`::Granted request
Thread-727::DEBUG::2014-11-27 15:53:15,413::task::827::Storage.TaskManager.Task::(resourceAcquired) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::_resourcesAcquired: Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d (shared)
Thread-727::DEBUG::2014-11-27 15:53:15,413::task::993::Storage.TaskManager.Task::(_decref) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::ref 1 aborting False
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,414::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,414::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,414::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,415::__init__::375::IOProcess::(_processLogs) (19213) Got request for method 'glob'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,675::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,675::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,675::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,676::__init__::375::IOProcess::(_processLogs) (19214) Got request for method 'statvfs
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:15,996::__init__::375::IOProcess::(_processLogs) (19214) Queuing response
Thread-172::DEBUG::2014-11-27 15:53:15,997::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-172::DEBUG::2014-11-27 15:53:16,020::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n328 bytes (328 B) copied, 0.000478162 s, 686 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,021::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,021::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,021::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,021::__init__::375::IOProcess::(_processLogs) (19215) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,023::__init__::375::IOProcess::(_processLogs) (19215) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,024::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,024::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,025::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,025::__init__::375::IOProcess::(_processLogs) (19216) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,029::__init__::375::IOProcess::(_processLogs) (19216) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,029::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,030::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,030::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,030::__init__::375::IOProcess::(_processLogs) (19217) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,037::__init__::375::IOProcess::(_processLogs) (19217) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,038::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,038::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,038::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,039::__init__::375::IOProcess::(_processLogs) (19218) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,042::__init__::375::IOProcess::(_processLogs) (19218) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,094::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,094::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,095::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,095::__init__::375::IOProcess::(_processLogs) (19219) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,095::__init__::375::IOProcess::(_processLogs) (19219) Queuing response
Thread-168::DEBUG::2014-11-27 15:53:16,096::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/43.252.176.12:_var_lib_exports_templates1/4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-168::DEBUG::2014-11-27 15:53:16,108::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n363 bytes (363 B) copied, 0.000468886 s, 774 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,109::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,109::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,109::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,110::__init__::375::IOProcess::(_processLogs) (19220) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,110::__init__::375::IOProcess::(_processLogs) (19220) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,518::__init__::375::IOProcess::(_processLogs) (19213) Queuing response
Thread-727::DEBUG::2014-11-27 15:53:16,520::fileSD::499::Storage.StorageDomain::(activateVolumes) Fixing permissions on /rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,521::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,521::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,521::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,521::__init__::375::IOProcess::(_processLogs) (19221) Got request for method 'stat'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,522::__init__::375::IOProcess::(_processLogs) (19221) Queuing response
Thread-727::DEBUG::2014-11-27 15:53:16,523::fileUtils::142::Storage.fileUtils::(createdir) Creating directory: /var/run/vdsm/storage/6c0d651a-1d85-4673-959c-2a271fb5e07d
Thread-727::WARNING::2014-11-27 15:53:16,523::fileUtils::149::Storage.fileUtils::(createdir) Dir /var/run/vdsm/storage/6c0d651a-1d85-4673-959c-2a271fb5e07d already exists
Thread-727::DEBUG::2014-11-27 15:53:16,523::fileSD::474::Storage.StorageDomain::(createImageLinks) Creating symlink from /rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed to /var/run/vdsm/storage/6c0d651a-1d85-4673-959c-2a271fb5e07d/1f31a58b-0c49-4a5e-960a-3fd8474b89ed
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,524::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,524::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,525::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,525::__init__::375::IOProcess::(_processLogs) (19222) Got request for method 'stat'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,526::__init__::375::IOProcess::(_processLogs) (19222) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,526::__init__::375::IOProcess::(_processLogs) Receiving request...
Thread-727::DEBUG::2014-11-27 15:53:16,526::fileVolume::529::Storage.Volume::(validateVolumePath) validate path for 0b09c5f5-8d87-4113-a083-c006acb2117e
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,527::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,528::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,528::__init__::375::IOProcess::(_processLogs) (19223) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,528::__init__::375::IOProcess::(_processLogs) (19223) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,528::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,529::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,530::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,530::__init__::375::IOProcess::(_processLogs) (19224) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,530::__init__::375::IOProcess::(_processLogs) (19224) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,530::__init__::375::IOProcess::(_processLogs) Receiving request...
Thread-727::INFO::2014-11-27 15:53:16,531::logUtils::47::dispatcher::(wrapper) Run and protect: prepareImage, Return response: {'info': {'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'volType': 'path', 'leaseOffset': 0, 'path': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'volumeID': u'0b09c5f5-8d87-4113-a083-c006acb2117e', 'leasePath': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e.lease', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed'}, 'path': u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'imgVolumesInfo': [{'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'volType': 'path', 'leaseOffset': 0, 'path': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'volumeID': u'0b09c5f5-8d87-4113-a083-c006acb2117e', 'leasePath': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e.lease', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed'}]}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,531::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
Thread-727::DEBUG::2014-11-27 15:53:16,532::task::1191::Storage.TaskManager.Task::(prepare) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::finished: {'info': {'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'volType': 'path', 'leaseOffset': 0, 'path': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'volumeID': u'0b09c5f5-8d87-4113-a083-c006acb2117e', 'leasePath': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e.lease', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed'}, 'path': u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'imgVolumesInfo': [{'domainID': '6c0d651a-1d85-4673-959c-2a271fb5e07d', 'volType': 'path', 'leaseOffset': 0, 'path': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'volumeID': u'0b09c5f5-8d87-4113-a083-c006acb2117e', 'leasePath': u'/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e.lease', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed'}]}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,532::__init__::375::IOProcess::(_processLogs) Extracting request information...
Thread-727::DEBUG::2014-11-27 15:53:16,533::task::595::Storage.TaskManager.Task::(_updateState) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::moving from state preparing -> state finished
Thread-727::DEBUG::2014-11-27 15:53:16,534::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d': < ResourceRef 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d', isValid: 'True' obj: 'None'>}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,534::__init__::375::IOProcess::(_processLogs) (19225) Got request for method 'access'
Thread-727::DEBUG::2014-11-27 15:53:16,534::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:16,535::__init__::375::IOProcess::(_processLogs) (19225) Queuing response
Thread-727::DEBUG::2014-11-27 15:53:16,536::resourceManager::616::Storage.ResourceManager::(releaseResource) Trying to release resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d'
Thread-727::DEBUG::2014-11-27 15:53:16,537::resourceManager::635::Storage.ResourceManager::(releaseResource) Released resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d' (0 active users)
Thread-727::DEBUG::2014-11-27 15:53:16,537::resourceManager::641::Storage.ResourceManager::(releaseResource) Resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d' is free, finding out if anyone is waiting for it.
Thread-727::DEBUG::2014-11-27 15:53:16,537::resourceManager::649::Storage.ResourceManager::(releaseResource) No one is waiting for resource 'Storage.6c0d651a-1d85-4673-959c-2a271fb5e07d', Clearing records.
Thread-727::DEBUG::2014-11-27 15:53:16,537::task::993::Storage.TaskManager.Task::(_decref) Task=`61781916-7ae8-4f09-a2c8-5cd145b82dd8`::ref 0 aborting False
Thread-727::INFO::2014-11-27 15:53:16,537::clientIF::331::vds::(prepareVolumePath) prepared volume path: /rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e
Thread-727::DEBUG::2014-11-27 15:53:16,574::vm::3333::vm.Vm::(_run) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::<?xml version="1.0" encoding="utf-8"?>
<domain type="kvm">
        <name>7c7aa9dedb57248f5da291117164f0d7</name>
        <uuid>ad162ac5-f781-4e2d-a066-02409bee2eb5</uuid>
        <memory>524288</memory>
        <currentMemory>524288</currentMemory>
        <vcpu current="1">16</vcpu>
        <devices>
                <channel type="unix">
                        <target name="com.redhat.rhevm.vdsm" type="virtio"/>
                        <source mode="bind" path="/var/lib/libvirt/qemu/channels/ad162ac5-f781-4e2d-a066-02409bee2eb5.com.redhat.rhevm.vdsm"/>
                </channel>
                <channel type="unix">
                        <target name="org.qemu.guest_agent.0" type="virtio"/>
                        <source mode="bind" path="/var/lib/libvirt/qemu/channels/ad162ac5-f781-4e2d-a066-02409bee2eb5.org.qemu.guest_agent.0"/>
                </channel>
                <input bus="usb" type="tablet"/>
                <memballoon model="none"/>
                <controller index="0" model="virtio-scsi" type="scsi">
                        <address bus="0x00" domain="0x0000" function="0x0" slot="0x05" type="pci"/>
                </controller>
                <controller index="0" ports="16" type="virtio-serial"/>
                <video>
                        <model heads="1" type="cirrus" vram="32768"/>
                </video>
                <graphics autoport="yes" keymap="en-us" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" type="vnc">
                        <listen network="vdsm-ovirtmgmt" type="network"/>
                </graphics>
                <interface type="bridge">
                        <address bus="0x00" domain="0x0000" function="0x0" slot="0x04" type="pci"/>
                        <mac address="00:1A:4A:98:6A:1F"/>
                        <model type="virtio"/>
                        <source bridge="Internal"/>
                        <filterref filter="vdsm-no-mac-spoofing"/>
                        <link state="up"/>
                        <bandwidth>
                                <inbound average="128000" burst="102400" peak="128000"/>
                                <outbound average="128000" burst="102400" peak="128000"/>
                        </bandwidth>
                </interface>
                <interface type="bridge">
                        <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci"/>
                        <mac address="00:1A:4A:FD:F4:06"/>
                        <model type="virtio"/>
                        <source bridge=";vdsmdummy;"/>
                        <filterref filter="vdsm-no-mac-spoofing"/>
                        <link state="up"/>
                </interface>
                <disk device="cdrom" snapshot="no" type="file">
                        <source file="/var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img" startupPolicy="optional"/>
                        <target bus="ide" dev="hdd"/>
                        <readonly/>
                        <serial/>
                        <boot order="1"/>
                </disk>
                <disk device="cdrom" snapshot="no" type="file">
                        <source file="" startupPolicy="optional"/>
                        <target bus="ide" dev="hdc"/>
                        <readonly/>
                        <serial/>
                        <boot order="2"/>
                </disk>
                <disk device="disk" snapshot="no" type="file">
                        <address bus="0x00" domain="0x0000" function="0x0" slot="0x07" type="pci"/>
                        <source file="/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e"/>
                        <target bus="virtio" dev="vda"/>
 <serial>1f31a58b-0c49-4a5e-960a-3fd8474b89ed</serial>
                        <driver cache="none" error_policy="stop" io="threads" name="qemu" type="raw"/>
                </disk>
        </devices>
        <os>
                <type arch="x86_64" machine="rhel6.5.0">hvm</type>
                <smbios mode="sysinfo"/>
        </os>
        <sysinfo type="smbios">
                <system>
                        <entry name="manufacturer">oVirt</entry>
                        <entry name="product">oVirt Node</entry>
                        <entry name="version">7-0.1406.el7.centos.2.5</entry>
                        <entry name="serial">4E618D6B-7BD0-1000-83BC-C454448FCAD4</entry>
                        <entry name="uuid">ad162ac5-f781-4e2d-a066-02409bee2eb5</entry>
                </system>
        </sysinfo>
        <clock adjustment="28800" offset="variable">
                <timer name="rtc" tickpolicy="catchup"/>
                <timer name="pit" tickpolicy="delay"/>
                <timer name="hpet" present="no"/>
        </clock>
        <features>
                <acpi/>
        </features>
        <cpu match="exact">
                <model>SandyBridge</model>
                <topology cores="1" sockets="16" threads="1"/>
        </cpu>
        <numatune>
                <memory mode="interleave" nodeset="0,1"/>
        </numatune>
</domain>
libvirtEventLoop::DEBUG::2014-11-27 15:53:17,453::vm::5461::vm.Vm::(_onLibvirtLifecycleEvent) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::event Started detail 0 opaque None
Thread-727::DEBUG::2014-11-27 15:53:17,485::vm::5301::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Looking for drive with attributes {'name': u'hdc', 'bootOrder': u'2', 'boot': [<DOM Element: boot at 0x7fe95c088170>], 'readonly': True, 'address': {u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}, 'path': '', 'type': u'cdrom'}
Thread-727::DEBUG::2014-11-27 15:53:17,485::vm::5322::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'hdc', u'hdc'), 'bootOrder': (u'2', u'2'), 'boot': ([<DOM Element: boot at 0x7fe95c088170>], None), 'readonly': (True, True), 'address': ({u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}, {u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}), 'path': ('', ''), 'type': (u'cdrom', u'cdrom')}
Thread-727::DEBUG::2014-11-27 15:53:17,485::vm::5341::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'hdc', None), 'bootOrder': (u'2', None), 'boot': ([<DOM Element: boot at 0x7fe95c088170>], None), 'readonly': (True, None), 'address': ({u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'0'}, None), 'path': ('', None), 'type': (u'cdrom', None)}
Thread-727::DEBUG::2014-11-27 15:53:17,486::vm::5301::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Looking for drive with attributes {'name': u'hdd', 'bootOrder': u'1', 'boot': [<DOM Element: boot at 0x7fe95c06ae18>], 'readonly': True, 'address': {u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'1'}, 'path': u'/var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img', 'type': u'cdrom'}
Thread-727::DEBUG::2014-11-27 15:53:17,486::vm::5322::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'hdd', u'hdd'), 'bootOrder': (u'1', u'1'), 'boot': ([<DOM Element: boot at 0x7fe95c06ae18>], None), 'readonly': (True, True), 'address': ({u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'1'}, {u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'1'}), 'path': (u'/var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img', '/var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img'), 'type': (u'cdrom', u'cdrom')}
Thread-727::DEBUG::2014-11-27 15:53:17,487::vm::5341::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'hdd', None), 'bootOrder': (u'1', None), 'boot': ([<DOM Element: boot at 0x7fe95c06ae18>], None), 'readonly': (True, None), 'address': ({u'bus': u'1', u'controller': u'0', u'type': u'drive', u'target': u'0', u'unit': u'1'}, None), 'path': (u'/var/run/vdsm/payload/ad162ac5-f781-4e2d-a066-02409bee2eb5.a6f2c7a13a5e1fca3b25a80d843d8b67.img', None), 'type': (u'cdrom', None)}
Thread-727::DEBUG::2014-11-27 15:53:17,487::vm::5301::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Looking for drive with attributes {'name': u'vda', 'bootOrder': '', 'boot': [], 'readonly': False, 'address': {u'slot': u'0x07', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, 'path': u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', 'type': u'disk'}
Thread-727::DEBUG::2014-11-27 15:53:17,487::vm::5322::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'vda', u'vda'), 'bootOrder': ('', None), 'boot': ([], None), 'readonly': (False, False), 'address': ({u'slot': u'0x07', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, {u'slot': u'0x07', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}), 'path': (u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e'), 'type': (u'disk', u'disk')}
Thread-727::DEBUG::2014-11-27 15:53:17,488::vm::5341::vm.Vm::(_getUnderlyingDriveInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Matched {'name': (u'vda', None), 'bootOrder': ('', None), 'boot': ([], None), 'readonly': (False, None), 'address': ({u'slot': u'0x07', u'bus': u'0x00', u'domain': u'0x0000', u'type': u'pci', u'function': u'0x0'}, None), 'path': (u'/rhev/data-center/5b5a6f6c-4c1b-4451-b770-d257d86f571d/6c0d651a-1d85-4673-959c-2a271fb5e07d/images/1f31a58b-0c49-4a5e-960a-3fd8474b89ed/0b09c5f5-8d87-4113-a083-c006acb2117e', None), 'type': (u'disk', None)}
Thread-727::DEBUG::2014-11-27 15:53:17,580::sampling::405::vm.Vm::(start) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Start statistics collection
Thread-729::DEBUG::2014-11-27 15:53:17,580::sampling::434::vm.Vm::(run) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Stats thread started
Thread-727::DEBUG::2014-11-27 15:53:17,582::vmchannels::199::vds::(register) Add fileno 40 to listener's channels.
Thread-729::DEBUG::2014-11-27 15:53:17,582::task::595::Storage.TaskManager.Task::(_updateState) Task=`6e852c00-3262-4c61-92ed-8e06e5f90be5`::moving from state init -> state preparing
Thread-729::INFO::2014-11-27 15:53:17,583::logUtils::44::dispatcher::(wrapper) Run and protect: getVolumeSize(sdUUID='6c0d651a-1d85-4673-959c-2a271fb5e07d', spUUID='5b5a6f6c-4c1b-4451-b770-d257d86f571d', imgUUID='1f31a58b-0c49-4a5e-960a-3fd8474b89ed', volUUID='0b09c5f5-8d87-4113-a083-c006acb2117e', options=None)
Thread-727::WARNING::2014-11-27 15:53:17,584::vm::3971::vm.Vm::(_readPauseCode) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::_readPauseCode unsupported by libvirt vm
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,585::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,586::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,586::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,586::__init__::375::IOProcess::(_processLogs) (19226) Got request for method 'stat'
Thread-727::DEBUG::2014-11-27 15:53:17,589::vm::2289::vm.Vm::(_startUnderlyingVm) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::_ongoingCreations released
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,600::__init__::375::IOProcess::(_processLogs) (19226) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,603::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,605::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,606::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,607::__init__::375::IOProcess::(_processLogs) (19227) Got request for method 'stat'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:17,608::__init__::375::IOProcess::(_processLogs) (19227) Queuing response
Thread-729::INFO::2014-11-27 15:53:17,609::logUtils::47::dispatcher::(wrapper) Run and protect: getVolumeSize, Return response: {'truesize': '1054048256', 'apparentsize': '21474836480'}
Thread-729::DEBUG::2014-11-27 15:53:17,611::task::1191::Storage.TaskManager.Task::(prepare) Task=`6e852c00-3262-4c61-92ed-8e06e5f90be5`::finished: {'truesize': '1054048256', 'apparentsize': '21474836480'}
Thread-729::DEBUG::2014-11-27 15:53:17,611::task::595::Storage.TaskManager.Task::(_updateState) Task=`6e852c00-3262-4c61-92ed-8e06e5f90be5`::moving from state preparing -> state finished
Thread-729::DEBUG::2014-11-27 15:53:17,612::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-729::DEBUG::2014-11-27 15:53:17,613::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-729::DEBUG::2014-11-27 15:53:17,614::task::993::Storage.TaskManager.Task::(_decref) Task=`6e852c00-3262-4c61-92ed-8e06e5f90be5`::ref 0 aborting False
VM Channels Listener::DEBUG::2014-11-27 15:53:18,270::vmchannels::107::vds::(_do_add_channels) fileno 40 was added to unconnected channels.
VM Channels Listener::DEBUG::2014-11-27 15:53:18,270::vmchannels::133::vds::(_handle_unconnected) Trying to connect fileno 40.
VM Channels Listener::DEBUG::2014-11-27 15:53:18,270::guestagent::200::vm.Vm::(_connect) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Attempting connection to /var/lib/libvirt/qemu/channels/ad162ac5-f781-4e2d-a066-02409bee2eb5.com.redhat.rhevm.vdsm
VM Channels Listener::DEBUG::2014-11-27 15:53:18,270::guestagent::203::vm.Vm::(_connect) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Connected to /var/lib/libvirt/qemu/channels/ad162ac5-f781-4e2d-a066-02409bee2eb5.com.redhat.rhevm.vdsm
VM Channels Listener::DEBUG::2014-11-27 15:53:18,271::vmchannels::149::vds::(_handle_unconnected) Connecting to fileno 40 succeeded.
Thread-670::DEBUG::2014-11-27 15:53:18,783::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:18,784::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'status': 'Powering up', 'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'hash': '-1183409230156560438', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'displayIp': '43.252.177.19', 'displayPort': u'5900', 'session': 'Unknown', 'displaySecurePort': '-1', 'timeOffset': '28800', 'memUsage': '0', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '0', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'clientIp': '', 'elapsedTime': '3', 'kvmEnable': 'true', 'network': {}, 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'vmType': 'kvm', 'cpuUser': '0.00', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '1.20', 'username': 'Unknown', 'displayType': 'vnc', 'cpuSys': '0.00', 'guestCPUCount': -1, 'appsList': [], 'guestIPs': ''}]}
Thread-670::DEBUG::2014-11-27 15:53:21,839::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:21,839::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'status': 'Powering up', 'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'hash': '-1183409230156560438', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'displayIp': '43.252.177.19', 'displayPort': u'5900', 'session': 'Unknown', 'displaySecurePort': '-1', 'timeOffset': '28800', 'memUsage': '0', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '0', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'clientIp': '', 'elapsedTime': '6', 'kvmEnable': 'true', 'network': {}, 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'vmType': 'kvm', 'cpuUser': '0.00', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '0.19', 'username': 'Unknown', 'displayType': 'vnc', 'cpuSys': '0.00', 'guestCPUCount': -1, 'appsList': [], 'guestIPs': ''}]}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,125::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,126::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,126::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,126::__init__::375::IOProcess::(_processLogs) (19228) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,126::__init__::375::IOProcess::(_processLogs) (19228) Queuing response
Thread-167::DEBUG::2014-11-27 15:53:24,127::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/ccr01.zne01.hkg1.ovt.36stack.com:_var_lib_exports_iso/ecebbb0b-a442-4e95-a5c2-e421616d81de/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-167::DEBUG::2014-11-27 15:53:24,141::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n375 bytes (375 B) copied, 0.00031615 s, 1.2 MB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,141::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,142::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,142::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,142::__init__::375::IOProcess::(_processLogs) (19229) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:24,142::__init__::375::IOProcess::(_processLogs) (19229) Queuing response
Thread-670::DEBUG::2014-11-27 15:53:24,868::task::595::Storage.TaskManager.Task::(_updateState) Task=`46c8b0b9-069f-4630-9fb8-98c23f65bcad`::moving from state init -> state preparing
Thread-670::INFO::2014-11-27 15:53:24,869::logUtils::44::dispatcher::(wrapper) Run and protect: repoStats(options=None)
Thread-670::INFO::2014-11-27 15:53:24,869::logUtils::47::dispatcher::(wrapper) Run and protect: repoStats, Return response: {'ecebbb0b-a442-4e95-a5c2-e421616d81de': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.00031615', 'lastCheck': '0.7', 'valid': True}, '4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000468886', 'lastCheck': '8.8', 'valid': True}, '6c0d651a-1d85-4673-959c-2a271fb5e07d': {'code': 0, 'version': 3, 'acquired': True, 'delay': '0.000478162', 'lastCheck': '8.8', 'valid': True}}
Thread-670::DEBUG::2014-11-27 15:53:24,870::task::1191::Storage.TaskManager.Task::(prepare) Task=`46c8b0b9-069f-4630-9fb8-98c23f65bcad`::finished: {'ecebbb0b-a442-4e95-a5c2-e421616d81de': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.00031615', 'lastCheck': '0.7', 'valid': True}, '4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000468886', 'lastCheck': '8.8', 'valid': True}, '6c0d651a-1d85-4673-959c-2a271fb5e07d': {'code': 0, 'version': 3, 'acquired': True, 'delay': '0.000478162', 'lastCheck': '8.8', 'valid': True}}
Thread-670::DEBUG::2014-11-27 15:53:24,870::task::595::Storage.TaskManager.Task::(_updateState) Task=`46c8b0b9-069f-4630-9fb8-98c23f65bcad`::moving from state preparing -> state finished
Thread-670::DEBUG::2014-11-27 15:53:24,870::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-670::DEBUG::2014-11-27 15:53:24,870::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-670::DEBUG::2014-11-27 15:53:24,870::task::993::Storage.TaskManager.Task::(_decref) Task=`46c8b0b9-069f-4630-9fb8-98c23f65bcad`::ref 0 aborting False
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,044::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,044::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,044::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,044::__init__::375::IOProcess::(_processLogs) (19230) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,056::__init__::375::IOProcess::(_processLogs) (19230) Queuing response
Thread-172::DEBUG::2014-11-27 15:53:26,057::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-172::DEBUG::2014-11-27 15:53:26,072::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n328 bytes (328 B) copied, 0.00053843 s, 609 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,073::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,073::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,073::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,073::__init__::375::IOProcess::(_processLogs) (19231) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,075::__init__::375::IOProcess::(_processLogs) (19231) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,075::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,076::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,076::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,076::__init__::375::IOProcess::(_processLogs) (19232) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,080::__init__::375::IOProcess::(_processLogs) (19232) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,080::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,081::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
Thread-168::DEBUG::2014-11-27 15:53:26,113::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/43.252.176.12:_var_lib_exports_templates1/4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-168::DEBUG::2014-11-27 15:53:26,123::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n363 bytes (363 B) copied, 0.000506673 s, 716 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,124::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,124::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,124::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,124::__init__::375::IOProcess::(_processLogs) (19236) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:26,125::__init__::375::IOProcess::(_processLogs) (19236) Queuing response
Thread-670::DEBUG::2014-11-27 15:53:27,947::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:27,948::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'status': 'Powering up', 'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'hash': '-1183409230156560438', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'displayIp': '43.252.177.19', 'displayPort': u'5900', 'session': 'Unknown', 'displaySecurePort': '-1', 'timeOffset': '28800', 'memUsage': '0', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '0', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'clientIp': '', 'elapsedTime': '12', 'kvmEnable': 'true', 'network': {}, 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'vmType': 'kvm', 'cpuUser': '0.00', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '0.30', 'username': 'Unknown', 'displayType': 'vnc', 'cpuSys': '0.00', 'guestCPUCount': -1, 'appsList': [], 'guestIPs': ''}]}
Thread-670::DEBUG::2014-11-27 15:53:30,979::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:30,980::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'status': 'Powering up', 'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'hash': '-1183409230156560438', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'displayIp': '43.252.177.19', 'displayPort': u'5900', 'session': 'Unknown', 'displaySecurePort': '-1', 'timeOffset': '28800', 'memUsage': '0', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '0', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'clientIp': '', 'elapsedTime': '15', 'kvmEnable': 'true', 'network': {}, 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'vmType': 'kvm', 'cpuUser': '0.00', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '1.33', 'username': 'Unknown', 'displayType': 'vnc', 'cpuSys': '0.00', 'guestCPUCount': -1, 'appsList': [], 'guestIPs': ''}]}
Thread-670::DEBUG::2014-11-27 15:53:34,012::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:34,013::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
Thread-670::DEBUG::2014-11-27 15:53:34,014::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'memUsage': '0', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'session': 'Unknown', 'vmType': 'kvm', 'timeOffset': '28800', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '524288', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'network': {u'vnet0': {'macAddr': '00:1A:4A:98:6A:1F', 'rxDropped': '0', 'rxErrors': '0', 'txDropped': '0', 'txRate': '0.0', 'rxRate': '0.0', 'txErrors': '0', 'state': 'unknown', 'speed': '1000', 'name': u'vnet0'}, u'vnet1': {'macAddr': '00:1A:4A:FD:F4:06', 'rxDropped': '0', 'rxErrors': '0', 'txDropped': '0', 'txRate': '0.0', 'rxRate': '0.0', 'txErrors': '0', 'state': 'unknown', 'speed': '1000', 'name': u'vnet1'}}, 'vmJobs': {}, 'cpuUser': '0.69', 'elapsedTime': '18', 'displayType': 'vnc', 'cpuSys': '1.40', 'appsList': [], 'vcpuCount': '1', 'clientIp': '', 'hash': '-1183409230156560438', 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'displayIp': '43.252.177.19', 'vcpuPeriod': 100000L, 'displayPort': u'5900', 'vcpuQuota': '-1', 'kvmEnable': 'true', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '0.35', 'username': 'Unknown', 'status': 'Powering up', 'guestCPUCount': -1, 'guestIPs': '', 'displaySecurePort': '-1'}]}
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,144::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,145::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,145::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,145::__init__::375::IOProcess::(_processLogs) (19237) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,146::__init__::375::IOProcess::(_processLogs) (19237) Queuing response
Thread-167::DEBUG::2014-11-27 15:53:34,147::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/ccr01.zne01.hkg1.ovt.36stack.com:_var_lib_exports_iso/ecebbb0b-a442-4e95-a5c2-e421616d81de/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-167::DEBUG::2014-11-27 15:53:34,164::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n375 bytes (375 B) copied, 0.000395992 s, 947 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,165::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,165::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,165::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,166::__init__::375::IOProcess::(_processLogs) (19238) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:34,166::__init__::375::IOProcess::(_processLogs) (19238) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,091::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,091::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,091::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,091::__init__::375::IOProcess::(_processLogs) (19239) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,102::__init__::375::IOProcess::(_processLogs) (19239) Queuing response
Thread-172::DEBUG::2014-11-27 15:53:36,103::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/glusterSD/10.10.0.7:_vol1/6c0d651a-1d85-4673-959c-2a271fb5e07d/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
Thread-172::DEBUG::2014-11-27 15:53:36,122::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n328 bytes (328 B) copied, 0.000686312 s, 478 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,123::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,124::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,124::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,124::__init__::375::IOProcess::(_processLogs) (19240) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,125::__init__::375::IOProcess::(_processLogs) (19240) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,128::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,128::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,128::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,128::__init__::375::IOProcess::(_processLogs) (19241) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,129::__init__::375::IOProcess::(_processLogs) (19241) Queuing response
Thread-168::DEBUG::2014-11-27 15:53:36,130::fileSD::261::Storage.Misc.excCmd::(getReadDelay) /usr/bin/dd if=/rhev/data-center/mnt/43.252.176.12:_var_lib_exports_templates1/4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b/dom_md/metadata iflag=direct of=/dev/null bs=4096 count=1 (cwd None)
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,131::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,145::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,145::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,145::__init__::375::IOProcess::(_processLogs) (19242) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,147::__init__::375::IOProcess::(_processLogs) (19242) Queuing response
Thread-168::DEBUG::2014-11-27 15:53:36,148::fileSD::261::Storage.Misc.excCmd::(getReadDelay) SUCCESS: <err> = '0+1 records in\n0+1 records out\n363 bytes (363 B) copied, 0.000524206 s, 692 kB/s\n'; <rc> = 0
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,149::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,149::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,150::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,150::__init__::375::IOProcess::(_processLogs) (19243) Got request for method 'access'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,150::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,150::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,150::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,151::__init__::375::IOProcess::(_processLogs) (19244) Got request for method 'statvfs'
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,151::__init__::375::IOProcess::(_processLogs) (19244) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,153::__init__::375::IOProcess::(_processLogs) (19243) Queuing response
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,154::__init__::375::IOProcess::(_processLogs) Receiving request...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,154::__init__::375::IOProcess::(_processLogs) Queuing request in the thread pool...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,154::__init__::375::IOProcess::(_processLogs) Extracting request information...
ioprocess communication (12110)::DEBUG::2014-11-27 15:53:36,154::__init__::375::IOProcess::(_processLogs) (19245) Got request for method 'access'
Thread-670::DEBUG::2014-11-27 15:53:37,046::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:37,047::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
Thread-670::DEBUG::2014-11-27 15:53:37,048::BindingXMLRPC::1139::vds::(wrapper) return vmGetStats with {'status': {'message': 'Done', 'code': 0}, 'statsList': [{'displayInfo': [{'tlsPort': '-1', 'ipAddress': '43.252.177.19', 'type': 'vnc', 'port': u'5900'}], 'memUsage': '0', 'acpiEnable': 'true', 'guestFQDN': '', 'pid': '33919', 'session': 'Unknown', 'vmType': 'kvm', 'timeOffset': '28800', 'balloonInfo': {'balloon_max': '524288', 'balloon_target': '0', 'balloon_cur': '524288', 'balloon_min': '524288'}, 'pauseCode': 'NOERR', 'network': {u'vnet0': {'macAddr': '00:1A:4A:98:6A:1F', 'rxDropped': '0', 'rxErrors': '0', 'txDropped': '0', 'txRate': '0.0', 'rxRate': '0.0', 'txErrors': '0', 'state': 'unknown', 'speed': '1000', 'name': u'vnet0'}, u'vnet1': {'macAddr': '00:1A:4A:FD:F4:06', 'rxDropped': '0', 'rxErrors': '0', 'txDropped': '0', 'txRate': '0.0', 'rxRate': '0.0', 'txErrors': '0', 'state': 'unknown', 'speed': '1000', 'name': u'vnet1'}}, 'vmJobs': {}, 'cpuUser': '0.69', 'elapsedTime': '21', 'displayType': 'vnc', 'cpuSys': '1.40', 'appsList': [], 'vcpuCount': '1', 'clientIp': '', 'hash': '-1183409230156560438', 'vmId': 'ad162ac5-f781-4e2d-a066-02409bee2eb5', 'displayIp': '43.252.177.19', 'vcpuPeriod': 100000L, 'displayPort': u'5900', 'vcpuQuota': '-1', 'kvmEnable': 'true', 'disks': {u'vda': {'readLatency': '0', 'apparentsize': '21474836480', 'writeLatency': '0', 'imageID': '1f31a58b-0c49-4a5e-960a-3fd8474b89ed', 'flushLatency': '0', 'truesize': '1054048256'}, u'hdd': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}, u'hdc': {'flushLatency': '0', 'readLatency': '0', 'truesize': '0', 'apparentsize': '0', 'writeLatency': '0'}}, 'monitorResponse': '0', 'statsAge': '1.38', 'username': 'Unknown', 'status': 'Powering up', 'guestCPUCount': -1, 'guestIPs': '', 'displaySecurePort': '-1'}]}
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:37,397::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:37,398::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:37,399::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
Thread-670::DEBUG::2014-11-27 15:53:40,077::task::595::Storage.TaskManager.Task::(_updateState) Task=`9df6db1c-b1d5-4b4b-acf3-dca559a1a7cf`::moving from state init -> state preparing
Thread-670::INFO::2014-11-27 15:53:40,078::logUtils::44::dispatcher::(wrapper) Run and protect: repoStats(options=None)
Thread-670::INFO::2014-11-27 15:53:40,078::logUtils::47::dispatcher::(wrapper) Run and protect: repoStats, Return response: {'ecebbb0b-a442-4e95-a5c2-e421616d81de': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000395992', 'lastCheck': '5.9', 'valid': True}, '4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000524206', 'lastCheck': '3.9', 'valid': True}, '6c0d651a-1d85-4673-959c-2a271fb5e07d': {'code': 0, 'version': 3, 'acquired': True, 'delay': '0.000686312', 'lastCheck': '3.9', 'valid': True}}
Thread-670::DEBUG::2014-11-27 15:53:40,078::task::1191::Storage.TaskManager.Task::(prepare) Task=`9df6db1c-b1d5-4b4b-acf3-dca559a1a7cf`::finished: {'ecebbb0b-a442-4e95-a5c2-e421616d81de': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000395992', 'lastCheck': '5.9', 'valid': True}, '4b7c7f94-2cee-4fdc-9153-c2f8cd1f7c6b': {'code': 0, 'version': 0, 'acquired': True, 'delay': '0.000524206', 'lastCheck': '3.9', 'valid': True}, '6c0d651a-1d85-4673-959c-2a271fb5e07d': {'code': 0, 'version': 3, 'acquired': True, 'delay': '0.000686312', 'lastCheck': '3.9', 'valid': True}}
Thread-670::DEBUG::2014-11-27 15:53:40,079::task::595::Storage.TaskManager.Task::(_updateState) Task=`9df6db1c-b1d5-4b4b-acf3-dca559a1a7cf`::moving from state preparing -> state finished
Thread-670::DEBUG::2014-11-27 15:53:40,079::resourceManager::940::Storage.ResourceManager.Owner::(releaseAll) Owner.releaseAll requests {} resources {}
Thread-670::DEBUG::2014-11-27 15:53:40,079::resourceManager::977::Storage.ResourceManager.Owner::(cancelAll) Owner.cancelAll requests {}
Thread-670::DEBUG::2014-11-27 15:53:40,079::task::993::Storage.TaskManager.Task::(_decref) Task=`9df6db1c-b1d5-4b4b-acf3-dca559a1a7cf`::ref 0 aborting False
Thread-670::DEBUG::2014-11-27 15:53:40,106::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,406::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,407::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,408::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
Thread-670::DEBUG::2014-11-27 15:53:43,152::BindingXMLRPC::1132::vds::(wrapper) client [10.10.0.4]::call vmGetStats with ('ad162ac5-f781-4e2d-a066-02409bee2eb5',) {}
Thread-670::DEBUG::2014-11-27 15:53:43,152::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,406::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,407::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set
GuestMonitor-7c7aa9dedb57248f5da291117164f0d7::DEBUG::2014-11-27 15:53:42,408::vm::486::vm.Vm::(_getUserCpuTuneInfo) vmId=`ad162ac5-f781-4e2d-a066-02409bee2eb5`::Domain Metadata is not set


More information about the Users mailing list