File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,8 @@ func NewManager(opts Options) (*Manager, error) {
209
209
// not able to clean up the state store before an unexpected exit.
210
210
// Whatever is calling the CSI plugin should call NodePublishVolume again relatively soon
211
211
// after we start up, which will trigger management to resume.
212
- // Note: if continueOnNotReady is set to 'true', the metadata file will persist the nextIssuanceTime
213
- // as the 'now' time of the NodePublishVolume call. We will therefore resume management of
214
- // these volumes despite there not having been a successful initial issuance.
212
+ // Note: if continueOnNotReady is set to 'true', the metadata file will persist the nextIssuanceTime as the epoch time.
213
+ // We will therefore resume management of these volumes despite there not having been a successful initial issuance.
215
214
// For users upgrading from an older version of the csi-lib, this field will not be set.
216
215
// These pods will only have management begun again upon the next NodePublishVolume call, which
217
216
// may not happen at all unless `requireRepublish: true` is set on the CSIDriver object.
You can’t perform that action at this time.
0 commit comments