Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ umount_tmpfs
Function
umount_tmpfs
systemvm/debian/opt/cloud/bin/cs/CsHelper.py:74–76 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
72
73
74
def
umount_tmpfs(name):
75
if
is_mounted(name):
76
execute(
"umount %s"
% name)
77
78
79
def
rm(name):
Callers
nothing calls this directly
Calls
2
is_mounted
Function · 0.85
execute
Function · 0.70
Tested by
no test coverage detected