From b191cbae6bfaf22695f574aa486aa0c45cd0e1e0 Mon Sep 17 00:00:00 2001 From: nineven Date: Sat, 14 May 2022 14:19:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=98=E5=82=A8=E8=BF=81=E7=A7=BB=E9=94=81?= =?UTF-8?q?=E8=A7=A3=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/user/FirUserStorage.vue | 51 ++++++++++++++++--- fir_client/src/utils/index.js | 8 +++ fir_ser/api/utils/modelutils.py | 3 +- fir_ser/api/utils/utils.py | 5 +- fir_ser/api/views/storage.py | 11 +++- fir_ser/common/cache/state.py | 3 ++ 6 files changed, 70 insertions(+), 11 deletions(-) diff --git a/fir_client/src/components/user/FirUserStorage.vue b/fir_client/src/components/user/FirUserStorage.vue index 0365c31..74e910f 100644 --- a/fir_client/src/components/user/FirUserStorage.vue +++ b/fir_client/src/components/user/FirUserStorage.vue @@ -669,8 +669,6 @@ 应用版本数设置,当应用历史版本超过该限制,将会自动清理较老的版本
- - @@ -685,6 +683,18 @@ {{ diskSize(storage_config.user_max_storage_capacity - storage_config.user_used_storage_capacity) }} + + + + 未迁移,状态正常 +
+ 迁移中,迁移时间 {{ getFormatDate(storage_config.storage_status) }} + 若存储状态长时间处于迁移中,可能是迁移卡死了,可以尝试 + 解除迁移锁 + 进行解除 + +
+
- -
@@ -724,7 +732,7 @@