MCPcopy 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
69def mount_tmpfs(name):
70 if not is_mounted(name):
71 execute("mount tmpfs %s -t tmpfs" % name)
72
73
74def umount_tmpfs(name):

Callers

nothing calls this directly

Calls 2

is_mountedFunction · 0.85
executeFunction · 0.70

Tested by

no test coverage detected