Re: [libvirt] [PATCH v2 06/12] include: Add new definitions for duration for bps/iops throttling

2016-10-24 Thread Erik Skultety
On Thu, Oct 06, 2016 at 06:38:54PM -0400, John Ferlan wrote: > Add new options to allow proving a duration/length in seconds to allow the > bps/iops (and friends) to occur: > > total_bytes_sec_max_length > write_bytes_sec_max_length > read_bytes_sec_max_length >

[libvirt] [PATCH v2 06/12] include: Add new definitions for duration for bps/iops throttling

2016-10-06 Thread John Ferlan
Add new options to allow proving a duration/length in seconds to allow the bps/iops (and friends) to occur: total_bytes_sec_max_length write_bytes_sec_max_length read_bytes_sec_max_length total_iops_sec_max_length write_iops_sec_max_length read_iops_sec_max_length Add