Re: [libvirt] [PATCH v2 4/5] vz: set boot from disk for CT only when there is no root filesystem

2016-12-22 Thread Daniel P. Berrange
On Wed, Dec 21, 2016 at 10:38:51PM +0300, Maxim Nestratov wrote: > Before, boot devices information for CTs was always empty and we > didn't indicate that containers can boot from disk. > > Signed-off-by: Maxim Nestratov > --- > src/vz/vz_sdk.c | 25 ++--- > 1 file changed, 2

[libvirt] [PATCH v2 4/5] vz: set boot from disk for CT only when there is no root filesystem

2016-12-21 Thread Maxim Nestratov
Before, boot devices information for CTs was always empty and we didn't indicate that containers can boot from disk. Signed-off-by: Maxim Nestratov --- src/vz/vz_sdk.c | 25 ++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/src/vz/vz_sdk.c b/src/vz/vz_sdk.c