MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / MountTmpfs

Method MountTmpfs

platform/disk/mounter_interface.go:7–7  ·  view source on GitHub ↗
(mountPoint string, size string)

Source from the content-addressed store, hash-verified

5type Mounter interface {
6 Mount(partitionPath, mountPoint string, mountOptions ...string) (err error)
7 MountTmpfs(mountPoint string, size string) (err error)
8 MountFilesystem(partitionPath, mountPoint, fstype string, mountOptions ...string) (err error)
9 Unmount(partitionOrMountPoint string) (didUnmount bool, err error)
10

Callers 6

SetupBoshSettingsDiskMethod · 0.65
SetupDataDirMethod · 0.65
setupRunDirMethod · 0.65
SetupCanRestartDirMethod · 0.65
MountTmpfsMethod · 0.65

Implementers 3

linuxMounterplatform/disk/linux_mounter.go
linuxBindMounterplatform/disk/linux_bind_mounter.go
FakeMounterplatform/disk/diskfakes/fake_mounter.g

Calls

no outgoing calls

Tested by

no test coverage detected