mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
runtime: fixing merge conflicts
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com>
This commit is contained in:
parent
e8c63ccc4d
commit
73532eb400
@ -196,7 +196,7 @@ impl ShareFsMount for VirtiofsShareMount {
|
||||
|
||||
async fn umount_volume(&self, file_name: &str) -> Result<()> {
|
||||
let host_dest = do_get_host_path(file_name, &self.id, "", true, false);
|
||||
umount_timeout(host_dest, 0).context("umount volume")?;
|
||||
umount_timeout(&host_dest, 0).context("umount volume")?;
|
||||
// Umount event will be propagated to ro directory
|
||||
|
||||
// Remove the directory of mointpoint
|
||||
|
@ -51,7 +51,7 @@ const (
|
||||
|
||||
// RemoteHypervisor is the Remote hypervisor.
|
||||
RemoteHypervisor HypervisorType = "remote"
|
||||
|
||||
|
||||
// VirtFrameworkHypervisor is the Darwin Virtualization.framework hypervisor
|
||||
VirtframeworkHypervisor HypervisorType = "virtframework"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user