You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/ddc/alluxio/ufs_internal.go
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -190,9 +190,10 @@ func (e *AlluxioEngine) processUpdatingUFS(ufsToUpdate *utils.UFSToUpdate) (upda
190
190
// updatingUFSWithMountCommand updates the Alluxio UFS mount points based on the differences identified in ufsToUpdate.
191
191
// It performs mount operations for new UFS paths specified in ufsToUpdate.ToAdd() and unmount operations for paths
192
192
// 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
0 commit comments