Hi, reading the below[1] on blkdeviotune made me wonder if we can dynamically change the values after the VM is already running using iotune. Is it supported? Thanks, Doron [1] https://fedoraproject.org/wiki/QA:Testcase_Virtualization_IO_Throttling
On 04/09/2014 08:02 AM, Doron Fediuck wrote:> Hi, > reading the below[1] on blkdeviotune made me wonder if we can dynamically > change the values after the VM is already running using iotune. > > Is it supported?Yes. 'virsh blkdeviotune' will do it (which makes calls to the underlying virDomainSetBlockIoTune() API). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
----- Original Message -----> From: "Eric Blake" <eblake@redhat.com> > To: "Doron Fediuck" <dfediuck@redhat.com>, libvirt-users@redhat.com > Sent: Thursday, April 10, 2014 3:19:02 PM > Subject: Re: [libvirt-users] disk iotune > > On 04/09/2014 08:02 AM, Doron Fediuck wrote: > > Hi, > > reading the below[1] on blkdeviotune made me wonder if we can dynamically > > change the values after the VM is already running using iotune. > > > > Is it supported? > > Yes. 'virsh blkdeviotune' will do it (which makes calls to the > underlying virDomainSetBlockIoTune() API). > > -- > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org > >Thanks Eric, much appreciated.
Maybe Matching Threads
- disk iotune
- Getting libvirt Error when setting IO tune read_bytes_sec value using libvirt API virDomainSetBlockIotune
- Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
- Re: Live Disk Snapshot Not Supported
- Re: Can I move the disk image of the guest while it is running?