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

Method IsMountPoint

platform/platform_interface.go:89–89  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

87 MigratePersistentDisk(fromMountPoint, toMountPoint string) (err error)
88 GetEphemeralDiskPath(diskSettings boshsettings.DiskSettings) (string, error)
89 IsMountPoint(path string) (partitionPath string, result bool, err error)
90 IsPersistentDiskMounted(diskSettings boshsettings.DiskSettings) (result bool, err error)
91 IsPersistentDiskMountable(diskSettings boshsettings.DiskSettings) (bool, error)
92 AssociateDisk(name string, settings boshsettings.DiskSettings) error

Callers 3

IsMountPointMethod · 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