Skip to content

Commit 2f56d58

Browse files
committed
stratovirt: set required id of vhost-user-fs
1 parent 676ac74 commit 2f56d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/stratovirt.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ in {
9797
builtins.concatMap ({ proto, index, socket, source, tag, ... }: {
9898
"virtiofs" = [
9999
"-chardev" "socket,id=fs${toString index},path=${socket}"
100-
"-device" "vhost-user-fs-${devType (5 + index)},chardev=fs${toString index},tag=${tag}"
100+
"-device" "vhost-user-fs-${devType (5 + index)},chardev=fs${toString index},tag=${tag},id=fs${toString index}"
101101
];
102102
}.${proto}) (enumerate 0 shares)
103103
)

0 commit comments

Comments
 (0)