Fixed
Details
Details
Assignee
ronan Le Martret
ronan Le MartretReporter
Stephane Desneux
Stephane DesneuxFix versions
Labels
Contract ID
Components
Affects versions
Priority
Created May 7, 2018 at 10:18 AM
Updated September 19, 2019 at 12:06 PM
Resolved June 25, 2019 at 1:41 PM
The plan is to add a new cmdline argument ''nbd.v3' that could be parsed by the initrd script used for netboot.
if nbd.v3=1 , then script will try to use newstyle nbd protocol. It will request an image named "default-image", or another one if specified by argument "nbd.image=....."
otherwise, we fall back to the legacy client (implemented with busybox, no image name required) - this is the current required mode for CI.
Amongst other features, the new nbd protocol will allow to serve different images to multiple boards with only one nbd server.