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

Method MountPersistentDisk

platform/platform_interface.go:85–85  ·  view source on GitHub ↗
(diskSettings boshsettings.DiskSettings, mountPoint string)

Source from the content-addressed store, hash-verified

83 // Disk management
84 AdjustPersistentDiskPartitioning(diskSettings boshsettings.DiskSettings, mountPoint string) error
85 MountPersistentDisk(diskSettings boshsettings.DiskSettings, mountPoint string) error
86 UnmountPersistentDisk(diskSettings boshsettings.DiskSettings) (didUnmount bool, err error)
87 MigratePersistentDisk(fromMountPoint, toMountPoint string) (err error)
88 GetEphemeralDiskPath(diskSettings boshsettings.DiskSettings) (string, error)

Callers 2

Implementers 4

linuxplatform/linux_platform.go
dummyPlatformplatform/dummy_platform.go
WindowsPlatformplatform/windows_platform.go
FakePlatformplatform/platformfakes/fake_platform.g

Calls

no outgoing calls

Tested by

no test coverage detected