Skip to content

Commit 041e343

Browse files
committed
apply gemini suggestion
1 parent f1a4180 commit 041e343

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkg/ddc/alluxio/ufs_internal.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,10 @@ func (e *AlluxioEngine) processUpdatingUFS(ufsToUpdate *utils.UFSToUpdate) (upda
190190
// updatingUFSWithMountCommand updates the Alluxio UFS mount points based on the differences identified in ufsToUpdate.
191191
// It performs mount operations for new UFS paths specified in ufsToUpdate.ToAdd() and unmount operations for paths
192192
// listed in ufsToUpdate.ToRemove(). The function skips mount points using Fluid native schemes as they are not editable.
193-
// For each mount to be added, it merges dataset-level SharedOptions with mount-specific Options, then applies
194-
// encryption configurations from both SharedEncryptOptions and mount-level EncryptOptions (with latter taking precedence
195-
// on key conflicts). The function first verifies that the Alluxio master is ready before executing any mount/unmount
193+
// For each mount to be added, it merges dataset-level SharedOptions with mount-specific Options (with latter taking precedence),
194+
// then applies encryption configurations from both SharedEncryptOptions and mount-level EncryptOptions. Note that
195+
// any key conflicts in EncryptOptions will result in an error. The function first verifies that the Alluxio master is ready before executing any mount/unmount
196+
196197
// commands via AlluxioFileUtils.
197198
//
198199
// Parameters:

0 commit comments

Comments
 (0)