mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2025-02-17 05:20:39 +00:00
!909 分布式文件系统大小写不敏感挂载存在严重性能问题
Merge pull request !909 from waterwin/master
This commit is contained in:
commit
b0e20ca314
@ -198,6 +198,8 @@ int32_t MountManager::HmdfsMount(int32_t userId, std::string relativePath, bool
|
||||
hmdfsMntArgs.useCloudDir_ = false;
|
||||
hmdfsMntArgs.enableMergeView_ = false;
|
||||
mountSrcPath = hmdfsMntArgs.GetFullCloud();
|
||||
} else {
|
||||
hmdfsMntArgs.caseSensitive_ = true;
|
||||
}
|
||||
|
||||
int ret = Mount(mountSrcPath, hmdfsMntArgs.GetFullDst(), "hmdfs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user