
12 Oct
2020
12 Oct
'20
3:42 a.m.
On 10/10/20 6:13 AM, Roman Bogorodskiy wrote:
For the virtio-9p bhyve command line argument, the proper order is mount_tag=/path/to/host/dir, not the opposite.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> --- src/bhyve/bhyve_command.c | 2 +- tests/bhyvexml2argvdata/bhyvexml2argv-fs-9p-readonly.args | 2 +- tests/bhyvexml2argvdata/bhyvexml2argv-fs-9p.args | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Ooops, sorry for not spotting this during review. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal