This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mounts: Ignore existing mounts if they cannot be honored
In case we use an hypervisor that cannot support filesystem sharing, we copy files over to the VM rootfs through the gRPC protocol. This is a nice workaround, but it only works with regular files, which means no device file, no socket file, no directory, etc... can be sent this way. This is a limitation that we accept here, by simply ignoring those non-regular files. Fixes #1068 Signed-off-by: Sebastien Boeuf <[email protected]> Signed-off-by: Eric Ernst <[email protected]>
- Loading branch information
Sebastien Boeuf
authored and
Eric Ernst
committed
Dec 21, 2018
1 parent
0f6fb54
commit 83e38c9
Showing
4 changed files
with
74 additions
and
15 deletions.
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
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