Re: [ovirt-users] Upload img file to Storage Domain

2016-06-08 Thread Дмитрий Глушенок
Alternatively you can put the image manually to any location, reachable by qemu and use vmdisk hook to attach the image to VM at start. -- Dmitry Glushenok Jet Infosystems http://www.jet.msk.su +7-495-411-7601 (ext. 1237) > 8 июня 2016 г., в 15:58, Fernando Frediani

Re: [ovirt-users] qemu cgroup_controllers

2016-06-06 Thread Дмитрий Глушенок
http://www.jet.msk.su <http://www.jet.msk.su/>+7-495-411-7601 (ext. 1237) > 6 июня 2016 г., в 13:35, Martin Polednik <mpoled...@redhat.com> написал(а): > > On 06/06/16 13:26 +0300, Дмитрий Глушенок wrote: >> Hello Martin, >> >> Thank you for your time. It is c

Re: [ovirt-users] qemu cgroup_controllers

2016-06-06 Thread Дмитрий Глушенок
gt; partition = domxml.createElement('partition') > partition_text = domxml.createTextNode('/machine/custom') > partition.appendChild(partition_text) > resource.appendChild(partition) > > return resource > > domxml = hooking.read_domxml() > domain = domxml.getEl

Re: [ovirt-users] qemu cgroup_controllers

2016-06-03 Thread Дмитрий Глушенок
stems http://www.jet.msk.su +7-495-411-7601 (ext. 1237) > 3 июня 2016 г., в 12:24, Martin Polednik <mpoled...@redhat.com> написал(а): > > On 03/06/16 11:48 +0300, Дмитрий Глушенок wrote: >> Hello! >> >> Is it possible to tell libvirt to add specific devices t

[ovirt-users] qemu cgroup_controllers

2016-06-03 Thread Дмитрий Глушенок
Hello! Is it possible to tell libvirt to add specific devices to qemu cgroup? By somehow enumerating the devices in XML using a hook for example. I'm passing scsi-generic disks (/dev/sgX) to VM using qemucmdline hook and it doesn't work until I remove "devices" from cgroup_controllers in