From dee2635edda6b7c70be3e5bf2c1cf410102fe873 Mon Sep 17 00:00:00 2001 From: bluesky_wang Date: Tue, 3 Jun 2025 06:40:46 +0000 Subject: [PATCH 1/2] update services/fs_manager/mount.cpp. Signed-off-by: bluesky_wang --- services/fs_manager/mount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fs_manager/mount.cpp b/services/fs_manager/mount.cpp index 6b01778b..d21027ee 100644 --- a/services/fs_manager/mount.cpp +++ b/services/fs_manager/mount.cpp @@ -288,7 +288,7 @@ static int UmountRetry(const std::string &path) } sleep(1); } - LOG(ERROR) << "Umount " << path << "failed: " << retryCount << " times"; + LOG(ERROR) << "Umount " << path << " retry 6 times" << " failed"; return -1; } -- Gitee From 82d9ec049cb76d662f2285ce20335175d85926c6 Mon Sep 17 00:00:00 2001 From: bluesky_wang Date: Thu, 5 Jun 2025 01:28:57 +0000 Subject: [PATCH 2/2] update services/fs_manager/mount.cpp. Signed-off-by: bluesky_wang --- services/fs_manager/mount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fs_manager/mount.cpp b/services/fs_manager/mount.cpp index d21027ee..e56d6eb3 100644 --- a/services/fs_manager/mount.cpp +++ b/services/fs_manager/mount.cpp @@ -288,7 +288,7 @@ static int UmountRetry(const std::string &path) } sleep(1); } - LOG(ERROR) << "Umount " << path << " retry 6 times" << " failed"; + return -1; } -- Gitee