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

Method IsPersistentDiskMountable

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

Source from the content-addressed store, hash-verified

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
93 SetupDynamicDisk(diskSetting boshsettings.DiskSettings) error
94 CleanupDynamicDisk(diskCID string) error

Callers 3

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