We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62a8d2 commit 6df6421Copy full SHA for 6df6421
1 file changed
pkg/ddc/alluxio/ufs_internal.go
@@ -453,6 +453,7 @@ func (e *AlluxioEngine) genEncryptOptions(EncryptOptions []datav1alpha1.EncryptO
453
return mOptions, nil
454
}
455
456
+// updateMountTime updates the runtime status MountTime to the current time.
457
func (e *AlluxioEngine) updateMountTime() {
458
err := retry.RetryOnConflict(retry.DefaultBackoff, func() error {
459
runtime, err := e.getRuntime()
0 commit comments