Skip to content

Commit 61b67ae

Browse files
authored
refactor(alluxio): reorganize and format alluxio engine internal functions (#5789)
Signed-off-by: cheyang <cheyang.cy@alibaba-inc.com>
1 parent fff7cb5 commit 61b67ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/ddc/alluxio/ufs_internal.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func (e *AlluxioEngine) processUpdatingUFS(ufsToUpdate *utils.UFSToUpdate) (upda
191191

192192
return
193193
}
194+
194195
// updatingUFSWithMountCommand updates the Alluxio UFS mount points based on the differences identified in ufsToUpdate.
195196
// It performs mount operations for new UFS paths specified in ufsToUpdate.ToAdd() and unmount operations for paths
196197
// listed in ufsToUpdate.ToRemove(). The function skips mount points using Fluid native schemes as they are not editable.

0 commit comments

Comments
 (0)