mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Adding a , between args to netdav
This commit is contained in:
@@ -167,7 +167,7 @@ func (d *QemuDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle,
|
||||
if len(forwarding) != 0 {
|
||||
args = append(args,
|
||||
"-netdev",
|
||||
fmt.Sprintf("user,id=user.0%s", strings.Join(forwarding, ",")),
|
||||
fmt.Sprintf("user,id=user.0,%s", strings.Join(forwarding, ",")),
|
||||
"-device", "virtio-net,netdev=user.0",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user