We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff7cb5 commit 61b67aeCopy full SHA for 61b67ae
1 file changed
pkg/ddc/alluxio/ufs_internal.go
@@ -191,6 +191,7 @@ func (e *AlluxioEngine) processUpdatingUFS(ufsToUpdate *utils.UFSToUpdate) (upda
191
192
return
193
}
194
+
195
// updatingUFSWithMountCommand updates the Alluxio UFS mount points based on the differences identified in ufsToUpdate.
196
// It performs mount operations for new UFS paths specified in ufsToUpdate.ToAdd() and unmount operations for paths
197
// listed in ufsToUpdate.ToRemove(). The function skips mount points using Fluid native schemes as they are not editable.
0 commit comments