(path string)
| 1550 | } |
| 1551 | |
| 1552 | func (p linux) IsMountPoint(path string) (string, bool, error) { |
| 1553 | return p.diskManager.GetMounter().IsMountPoint(path) |
| 1554 | } |
| 1555 | |
| 1556 | func (p linux) MigratePersistentDisk(fromMountPoint, toMountPoint string) error { |
| 1557 | p.logger.Debug(logTag, "Migrating persistent disk %v to %v", fromMountPoint, toMountPoint) |
no test coverage detected