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