-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
73: Check mountpoints exist on the host early r=sjoerdsimons a=obbardc If a mountpoint doesn't exist on the host, the backend will fail to mount it and results in an ugly error from the backend: $ fakemachine -v /null qemu-system-x86_64: -virtfs local,mount_tag=virtfs-5,path=/null,security_model=none: cannot initialize fsdev 'virtfs-5': failed to open '/null': No such file or directory fakemachine: error starting kvm backend: <nil> Check if a mountpoint exists before attempting to start the backend. Signed-off-by: Christopher Obbard <[email protected]> Co-authored-by: Christopher Obbard <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters