Skip to content

Commit 6df6421

Browse files
authored
Add notation to updateMountTime in pkg/ddc/alluxio/ufs_internal.go (#5751)
Signed-off-by: 30superc <sk85665949@163.com>
1 parent e62a8d2 commit 6df6421

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/ddc/alluxio/ufs_internal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ func (e *AlluxioEngine) genEncryptOptions(EncryptOptions []datav1alpha1.EncryptO
453453
return mOptions, nil
454454
}
455455

456+
// updateMountTime updates the runtime status MountTime to the current time.
456457
func (e *AlluxioEngine) updateMountTime() {
457458
err := retry.RetryOnConflict(retry.DefaultBackoff, func() error {
458459
runtime, err := e.getRuntime()

0 commit comments

Comments
 (0)