Re: [PATCH] xen-blkfront: check feature-persitent on resume

2014-05-23 Thread Roger Pau Monné
On 23/05/14 19:51, Konrad Rzeszutek Wilk wrote: > On Thu, May 22, 2014 at 04:40:07PM +0200, Roger Pau Monne wrote: >> We are missing a check to see if the backend supports persistent >> grants on resume, meaning we will always run with the value fetched >> from the firsts host on which we run on. >

Re: [PATCH] xen-blkfront: check feature-persitent on resume

2014-05-23 Thread Konrad Rzeszutek Wilk
On Thu, May 22, 2014 at 04:40:07PM +0200, Roger Pau Monne wrote: > We are missing a check to see if the backend supports persistent > grants on resume, meaning we will always run with the value fetched > from the firsts host on which we run on. > > Signed-off-by: Roger Pau Monné > Cc: Konrad Rzes