Re: [Xen-devel] [PATCH RFC 01/18] xen/tools: Fix virtual disks helper scripts.

2016-05-20 Thread Andrii Anisov
> My bottom line is the error reporting mechanism needs to be preserved, > otherwise we risk breaking other users. Libxl currently relies on those > nodes to report error. Got it. Andrii Anisov | Associate Manager, Engineering GlobalLogic Kyiv, 03038, Protasov Business Park, M.Grinchenka, 2/1 P

Re: [Xen-devel] [PATCH RFC 01/18] xen/tools: Fix virtual disks helper scripts.

2016-05-19 Thread Wei Liu
On Thu, May 19, 2016 at 11:54:55PM +0300, Andrii Anisov wrote: > Wei, > > Actually it should be the oldest patch in our current series, it was > initial researches, I tried to fit the dom0 system rootfs into > smallest possible initramfs so lean busybox was there. > > >> +#trap sigerr ERR > > >

Re: [Xen-devel] [PATCH RFC 01/18] xen/tools: Fix virtual disks helper scripts.

2016-05-19 Thread Andrii Anisov
Wei, Actually it should be the oldest patch in our current series, it was initial researches, I tried to fit the dom0 system rootfs into smallest possible initramfs so lean busybox was there. >> +#trap sigerr ERR > > -trap sigerr ERR > > I know why you want to comment this out but you basically

Re: [Xen-devel] [PATCH RFC 01/18] xen/tools: Fix virtual disks helper scripts.

2016-05-19 Thread Wei Liu
On Wed, May 18, 2016 at 07:32:24PM +0300, Andrii Anisov wrote: > This patch makes virtual disks helper scripts be functional > in busybox environment. Actually we call sh insteand of bash and > rewrite loop with counter to be properly parsed by ash. > > Signed-off-by: Andrii Anisov