mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 15:38:00 +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<()> {
|
async fn umount_volume(&self, file_name: &str) -> Result<()> {
|
||||||
let host_dest = do_get_host_path(file_name, &self.id, "", true, false);
|
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
|
// Umount event will be propagated to ro directory
|
||||||
|
|
||||||
// Remove the directory of mointpoint
|
// Remove the directory of mointpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user