[libvirt] [PATCH] security: ignore disk opening failure of DAC driver.

2011-03-09 Thread Osier Yang
Which blocks the domain booting up if one of the disks can't be opened (e.g. doesn't exist). --- src/security/security_dac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/security/security_dac.c b/src/security/security_dac.c index fba2d1d..8bb5bc9 100644 ---

Re: [libvirt] [PATCH] security: ignore disk opening failure of DAC driver.

2011-03-09 Thread Daniel P. Berrange
On Wed, Mar 09, 2011 at 04:39:01PM +0800, Osier Yang wrote: Which blocks the domain booting up if one of the disks can't be opened (e.g. doesn't exist). --- src/security/security_dac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/security/security_dac.c