Conversation
Signed-off-by: Benjamin Somers <[email protected]>
Signed-off-by: Benjamin Somers <[email protected]>
|
@stgraber, I’m gonna need some help in the agent selection logic. For ISO mounts, the agent is selected in an architecture-dependent way, which is not used for 9p mounts. Could you please have a look? |
fdfa652 to
9972665
Compare
Yeah, the reason for that is pretty simple. In the 9p case, we can just share a folder on the host containing all the agent builds ( For ISOs, now we need to actually generate a .iso for every instance using that. We don't want to waste space as each agent build can be around 20MB, so instead we expect the ISO to only contain the binary the instance needs. We should know the architecture of the instance already (d.architecture) and we can tell the OS through |
Oh I actually missed that |
|
Oooh I actually got lost in the agent dance and overlooked that the |
Signed-off-by: Benjamin Somers <[email protected]>
Signed-off-by: Benjamin Somers <[email protected]>
Signed-off-by: Benjamin Somers <[email protected]>
0798804 to
89f645c
Compare
|
Ok that should be good now, both |
Signed-off-by: Benjamin Somers <[email protected]>
Signed-off-by: Benjamin Somers <[email protected]>
Signed-off-by: Benjamin Somers <[email protected]>
No description provided.