[ Agent ] [ Base ] - nfs-server bug fixs

This commit is contained in:
zeaslity
2023-11-22 09:24:10 +08:00
parent 86be29cb74
commit 58047df50b
2 changed files with 4 additions and 4 deletions

View File

@@ -365,7 +365,7 @@ func (op *AgentOsOperator) deployTestNFS(funcArgs []string) (bool, []string) {
result = append(result, "NFS 文件写入 异常!!")
}
if !CheckPodStatusTimeout("test-pod ", "default", 30) {
if !CheckPodStatusTimeout("test-pod", "default", 30) {
return false, []string{
"[deployTestNFS] - test pod create failed !",
}