kubernetes/pkg/kubelet/volumemanager
Jing Xu c124830278 fix issue in reconstruct volume data when kubelet restarts
During state reconstruction when kubelet restarts, outerVolueSpecName
cannot be recovered by scanning the disk directories. But this
information is used by volume manager to check whether pod's volume is
mounted or not. There are two possible cases:
1. pod is not deleted during kubelet restarts so that desired state
should have the information. reconciler.updateState() will use this
inforamtion to update.
2. pod is deleted during this period, reconciler has to use
InnerVolumeSpecName, but it should be ok since this information will not
be used for volume cleanup (umount)
2016-11-10 16:23:55 -08:00
..
cache fix issue in reconstruct volume data when kubelet restarts 2016-11-10 16:23:55 -08:00
populator autogenerated 2016-10-21 17:32:32 -07:00
reconciler fix issue in reconstruct volume data when kubelet restarts 2016-11-10 16:23:55 -08:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
volume_manager_test.go Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
volume_manager.go Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00