Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ private void updateHostConnectedTime(HostStatus hostStatus) {
creator.setTagByTokens(Collections.singletonMap(token, connectedTime));
creator.inherent = false;
creator.recreate = false;
creator.ignoreIfExisting = true;
creator.create();
return;
}
Expand Down
2 changes: 1 addition & 1 deletion conf/errorElaborations/Elaboration.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
"category": "PS",
"code": "1000",
"method": "distance",
"regex": "failed to detach data volume[uuid:%s, installPath:%s] from vm[uuid:%s, name:%s] on kvm host[uuid:%s, ip:%s], because unable to detach the volume from the vm;it's still attached after 5 seconds",
"regex": "failed to detach data volume[uuid:%s, installPath:%s] from vm[uuid:%s, name:%s] on kvm host[uuid:%s, ip:%s], because unable to detach the volume from the vm;it's still attached after \\d+ seconds",
"message_cn": "由于云主机操作系统限制可能会导致卸载云盘失败,请尝试对云主机关机后再次卸载。",
"message_en": "Detaching volume may fail due to limitations of the VM operating system. Please try again after VM shutdown."
},
Expand Down