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

Method UnmountPersistentDisk

platform/platform_interface.go:86–86  ·  view source on GitHub ↗
(diskSettings boshsettings.DiskSettings)

Source from the content-addressed store, hash-verified

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)
89 IsMountPoint(path string) (partitionPath string, result bool, err error)

Callers 3

RunMethod · 0.65

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