Re: [Xen-devel] [PATCH OSSTEST v2 7/8] ts-freebsd-install: Pass -s option to kpartx

2015-10-06 Thread Ian Campbell
On Tue, 2015-10-06 at 16:16 +0100, Ian Jackson wrote: > Ian Campbell writes ("[PATCH OSSTEST v2 7/8] ts-freebsd-install: Pass -s > > Without this the following mount fails having apparently raced against > > the creation of the device nodes. > How exciting. (Why on earth is `sync mode' not the de

Re: [Xen-devel] [PATCH OSSTEST v2 7/8] ts-freebsd-install: Pass -s option to kpartx

2015-10-06 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST v2 7/8] ts-freebsd-install: Pass -s option to kpartx"): > This is "Sync mode. Don't return until the partitions are created", > which seems to be needed in Jessie. The option also exists in Wheezy, > according to the manpage. Acked-by: Ian Jackson > Without

[Xen-devel] [PATCH OSSTEST v2 7/8] ts-freebsd-install: Pass -s option to kpartx

2015-10-06 Thread Ian Campbell
This is "Sync mode. Don't return until the partitions are created", which seems to be needed in Jessie. The option also exists in Wheezy, according to the manpage. Without this the following mount fails having apparently raced against the creation of the device nodes. Signed-off-by: Ian Campbell