Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Sprint 27
-
2
Description
This is related to MESOS-4400.
Since persistent volume directories can be created from non root disk now. We need to adjust both posix and linux filesystem isolator to look for volumes from the correct location based on the information in DiskInfo.Source.
See relevant code in:
Future<Nothing> PosixFilesystemIsolatorProcess::update(..); Future<Nothing> LinuxFilesystemIsolatorProcess::update(..);