From 094373ebc8357ed6e06fe4d20b14347f968c192b Mon Sep 17 00:00:00 2001 From: 30superc Date: Tue, 31 Mar 2026 17:02:22 +0800 Subject: [PATCH] Add notation to updateMountTime in pkg/ddc/alluxio/ufs_internal.go Signed-off-by: 30superc --- pkg/ddc/alluxio/ufs_internal.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ddc/alluxio/ufs_internal.go b/pkg/ddc/alluxio/ufs_internal.go index 4ecdf9d5693..36d9bd89418 100644 --- a/pkg/ddc/alluxio/ufs_internal.go +++ b/pkg/ddc/alluxio/ufs_internal.go @@ -435,6 +435,7 @@ func (e *AlluxioEngine) genEncryptOptions(EncryptOptions []datav1alpha1.EncryptO return mOptions, nil } +// updateMountTime updates the runtime status MountTime to the current time. func (e *AlluxioEngine) updateMountTime() { err := retry.RetryOnConflict(retry.DefaultBackoff, func() error { runtime, err := e.getRuntime()