All of lore.kernel.org
 help / color / mirror / Atom feed
* Configure block device IO rate
@ 2014-11-24  3:54 aragrawal
  2014-11-24 12:07 ` George Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: aragrawal @ 2014-11-24  3:54 UTC (permalink / raw)
  To: xen-devel

Hi

I am interested in getting the block I/O rate fixed for a Virtual 
Machine. However, it seems that there are no such options to control the 
block I/O rate via the VM configuration file.
Going through the net, I see suggestions to configure the xen_blkback 
driver using ionice to get that done.

I would like to know if there are any plans to include any such 
configuration option.
Also, are there any particular reason (apart from the fact that there 
are other ways to get this done) for the absence of such configuration 
option?


Thanks
Ankit Agrawal

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Configure block device IO rate
  2014-11-24  3:54 Configure block device IO rate aragrawal
@ 2014-11-24 12:07 ` George Dunlap
  2014-11-24 15:06   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: George Dunlap @ 2014-11-24 12:07 UTC (permalink / raw)
  To: aragrawal; +Cc: xen-devel

On Mon, Nov 24, 2014 at 3:54 AM, aragrawal <aragrawal@cs.wisc.edu> wrote:
> Hi
>
> I am interested in getting the block I/O rate fixed for a Virtual Machine.
> However, it seems that there are no such options to control the block I/O
> rate via the VM configuration file.
> Going through the net, I see suggestions to configure the xen_blkback driver
> using ionice to get that done.
>
> I would like to know if there are any plans to include any such
> configuration option.
> Also, are there any particular reason (apart from the fact that there are
> other ways to get this done) for the absence of such configuration option?

I'm pretty sure it's just because nobody had asked for it yet.

We can put it on our list of things to think about doing / projects
for people new to the community.

We also accept patches. :-)

 -George

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Configure block device IO rate
  2014-11-24 12:07 ` George Dunlap
@ 2014-11-24 15:06   ` Konrad Rzeszutek Wilk
  2014-11-24 15:11     ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-11-24 15:06 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel, aragrawal

On Mon, Nov 24, 2014 at 12:07:39PM +0000, George Dunlap wrote:
> On Mon, Nov 24, 2014 at 3:54 AM, aragrawal <aragrawal@cs.wisc.edu> wrote:
> > Hi
> >
> > I am interested in getting the block I/O rate fixed for a Virtual Machine.
> > However, it seems that there are no such options to control the block I/O
> > rate via the VM configuration file.
> > Going through the net, I see suggestions to configure the xen_blkback driver
> > using ionice to get that done.
> >
> > I would like to know if there are any plans to include any such
> > configuration option.
> > Also, are there any particular reason (apart from the fact that there are
> > other ways to get this done) for the absence of such configuration option?
> 
> I'm pretty sure it's just because nobody had asked for it yet.
> 
> We can put it on our list of things to think about doing / projects
> for people new to the community.
> 
> We also accept patches. :-)

Patches for this were in the past posted - it just that nobody explained
to the maintainer (me) why the dm-* or io-nice would not do the same job.

I sadly don't remember from whom they were or such.
> 
>  -George
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Configure block device IO rate
  2014-11-24 15:06   ` Konrad Rzeszutek Wilk
@ 2014-11-24 15:11     ` Ian Campbell
  2014-11-24 15:20       ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2014-11-24 15:11 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: George Dunlap, xen-devel, aragrawal

On Mon, 2014-11-24 at 10:06 -0500, Konrad Rzeszutek Wilk wrote:
> On Mon, Nov 24, 2014 at 12:07:39PM +0000, George Dunlap wrote:
> > On Mon, Nov 24, 2014 at 3:54 AM, aragrawal <aragrawal@cs.wisc.edu> wrote:
> > > Hi
> > >
> > > I am interested in getting the block I/O rate fixed for a Virtual Machine.
> > > However, it seems that there are no such options to control the block I/O
> > > rate via the VM configuration file.
> > > Going through the net, I see suggestions to configure the xen_blkback driver
> > > using ionice to get that done.
> > >
> > > I would like to know if there are any plans to include any such
> > > configuration option.
> > > Also, are there any particular reason (apart from the fact that there are
> > > other ways to get this done) for the absence of such configuration option?
> > 
> > I'm pretty sure it's just because nobody had asked for it yet.
> > 
> > We can put it on our list of things to think about doing / projects
> > for people new to the community.
> > 
> > We also accept patches. :-)
> 
> Patches for this were in the past posted - it just that nobody explained
> to the maintainer (me) why the dm-* or io-nice would not do the same job.

AIUI the question here is why the toolstack doesn't integrate a guest
cfg file setting to configure dm-* and/or io-nice, rather than why
blkback doesn't duplicate their functionality.

Ian.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Configure block device IO rate
  2014-11-24 15:11     ` Ian Campbell
@ 2014-11-24 15:20       ` Konrad Rzeszutek Wilk
  2014-11-24 22:30         ` Ankit Agrawal
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2014-11-24 15:20 UTC (permalink / raw)
  To: Ian Campbell; +Cc: George Dunlap, xen-devel, aragrawal

On Mon, Nov 24, 2014 at 03:11:20PM +0000, Ian Campbell wrote:
> On Mon, 2014-11-24 at 10:06 -0500, Konrad Rzeszutek Wilk wrote:
> > On Mon, Nov 24, 2014 at 12:07:39PM +0000, George Dunlap wrote:
> > > On Mon, Nov 24, 2014 at 3:54 AM, aragrawal <aragrawal@cs.wisc.edu> wrote:
> > > > Hi
> > > >
> > > > I am interested in getting the block I/O rate fixed for a Virtual Machine.
> > > > However, it seems that there are no such options to control the block I/O
> > > > rate via the VM configuration file.
> > > > Going through the net, I see suggestions to configure the xen_blkback driver
> > > > using ionice to get that done.
> > > >
> > > > I would like to know if there are any plans to include any such
> > > > configuration option.
> > > > Also, are there any particular reason (apart from the fact that there are
> > > > other ways to get this done) for the absence of such configuration option?
> > > 
> > > I'm pretty sure it's just because nobody had asked for it yet.
> > > 
> > > We can put it on our list of things to think about doing / projects
> > > for people new to the community.
> > > 
> > > We also accept patches. :-)
> > 
> > Patches for this were in the past posted - it just that nobody explained
> > to the maintainer (me) why the dm-* or io-nice would not do the same job.
> 
> AIUI the question here is why the toolstack doesn't integrate a guest
> cfg file setting to configure dm-* and/or io-nice, rather than why
> blkback doesn't duplicate their functionality.

Ah, that is a different question. That certainly could be done by somebody
who has the time.
> 
> Ian.
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Configure block device IO rate
  2014-11-24 15:20       ` Konrad Rzeszutek Wilk
@ 2014-11-24 22:30         ` Ankit Agrawal
  0 siblings, 0 replies; 6+ messages in thread
From: Ankit Agrawal @ 2014-11-24 22:30 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Ian Campbell; +Cc: George Dunlap, xen-devel

On 11/24/2014 09:20 AM, Konrad Rzeszutek Wilk wrote:
> On Mon, Nov 24, 2014 at 03:11:20PM +0000, Ian Campbell wrote:
>> On Mon, 2014-11-24 at 10:06 -0500, Konrad Rzeszutek Wilk wrote:
>>> On Mon, Nov 24, 2014 at 12:07:39PM +0000, George Dunlap wrote:
>>>> On Mon, Nov 24, 2014 at 3:54 AM, aragrawal <aragrawal@cs.wisc.edu> wrote:
>>>>> Hi
>>>>>
>>>>> I am interested in getting the block I/O rate fixed for a Virtual Machine.
>>>>> However, it seems that there are no such options to control the block I/O
>>>>> rate via the VM configuration file.
>>>>> Going through the net, I see suggestions to configure the xen_blkback driver
>>>>> using ionice to get that done.
>>>>>
>>>>> I would like to know if there are any plans to include any such
>>>>> configuration option.
>>>>> Also, are there any particular reason (apart from the fact that there are
>>>>> other ways to get this done) for the absence of such configuration option?
>>>> I'm pretty sure it's just because nobody had asked for it yet.
>>>>
>>>> We can put it on our list of things to think about doing / projects
>>>> for people new to the community.
>>>>
>>>> We also accept patches. :-)
>>> Patches for this were in the past posted - it just that nobody explained
>>> to the maintainer (me) why the dm-* or io-nice would not do the same job.
>> AIUI the question here is why the toolstack doesn't integrate a guest
>> cfg file setting to configure dm-* and/or io-nice, rather than why
>> blkback doesn't duplicate their functionality.
> Ah, that is a different question. That certainly could be done by somebody
> who has the time.
>> Ian.
>>
>>
Hi

Thanks for the quick reply. I see the time constraint is the only issue 
here.

Regards
Ankit Agrawal

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-24 22:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24  3:54 Configure block device IO rate aragrawal
2014-11-24 12:07 ` George Dunlap
2014-11-24 15:06   ` Konrad Rzeszutek Wilk
2014-11-24 15:11     ` Ian Campbell
2014-11-24 15:20       ` Konrad Rzeszutek Wilk
2014-11-24 22:30         ` Ankit Agrawal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.