Skip to content

Commit ccb95da

Browse files
committed
now->epoch
Signed-off-by: James Munnelly <[email protected]>
1 parent 8aaca43 commit ccb95da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manager/manager.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,8 @@ func NewManager(opts Options) (*Manager, error) {
209209
// not able to clean up the state store before an unexpected exit.
210210
// Whatever is calling the CSI plugin should call NodePublishVolume again relatively soon
211211
// 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.
215214
// For users upgrading from an older version of the csi-lib, this field will not be set.
216215
// These pods will only have management begun again upon the next NodePublishVolume call, which
217216
// may not happen at all unless `requireRepublish: true` is set on the CSIDriver object.

0 commit comments

Comments
 (0)