Jim Fehlig wrote:
> Konrad Rzeszutek Wilk wrote:
>
>> On Wed, Mar 25, 2015 at 02:08:33PM -0600, Jim Fehlig wrote:
>>
>>
>>> This small series of patches fixes some issues wrt domain destroy in
>>> the libxl driver. The primary motivation for this work is to
>>> prevent locking the virDo
On Wed, Mar 25, 2015 at 02:08:33PM -0600, Jim Fehlig wrote:
> This small series of patches fixes some issues wrt domain destroy in
> the libxl driver. The primary motivation for this work is to
> prevent locking the virDomainObj during long running destroy operations
> on large memory domains.
>
Konrad Rzeszutek Wilk wrote:
> On Wed, Mar 25, 2015 at 02:08:33PM -0600, Jim Fehlig wrote:
>
>> This small series of patches fixes some issues wrt domain destroy in
>> the libxl driver. The primary motivation for this work is to
>> prevent locking the virDomainObj during long running destroy op
On Wed, Mar 25, 2015 at 02:08:33PM -0600, Jim Fehlig wrote:
> This small series of patches fixes some issues wrt domain destroy in
> the libxl driver. The primary motivation for this work is to
> prevent locking the virDomainObj during long running destroy operations
> on large memory domains.
>
This small series of patches fixes some issues wrt domain destroy in
the libxl driver. The primary motivation for this work is to
prevent locking the virDomainObj during long running destroy operations
on large memory domains.
Patch 1 moves job acquisition from libxlDomainStart to it's callers so