Skip to content

Commit 58559c8

Browse files
authored
fix
1 parent ec598b0 commit 58559c8

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

Diff for: docs/incomplete/webvirtcloud.md

+26-14
Original file line numberDiff line numberDiff line change
@@ -61,29 +61,33 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
6161
检测服务器是否支持 KVM 嵌套虚拟化:
6262

6363
```bash
64-
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install
64+
curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/ecs/master/goecs.sh -o goecs.sh && chmod +x goecs.sh && ./goecs.sh install && goecs
6565
```
6666

67+
选择硬件单项测试
68+
6769
### 计算节点安装步骤
6870

69-
1. 下载安装脚本:
71+
下载安装脚本:
72+
73+
```bash
74+
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor.sh -o install_hypervisor.sh \
75+
&& chmod +x install_hypervisor.sh
76+
```
7077

71-
```bash
72-
curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scripts/install_hypervisor.sh -o install_hypervisor.sh \
73-
&& chmod +x install_hypervisor.sh
74-
```
78+
执行安装(替换为你的 Controller IP):
7579

76-
2. 执行安装(替换为你的 Controller IP):
80+
```bash
81+
bash install_hypervisor.sh x.x.x.x
82+
```
7783

78-
```bash
79-
bash install_hypervisor.sh x.x.x.x
80-
```
84+
> 请将 `x.x.x.x` 替换为你的 Controller 控制端的实际 IP 地址。
8185
82-
> 请将 `x.x.x.x` 替换为你的 Controller 控制端的实际 IP 地址。
86+
面板纳管节点
8387

84-
3. 面板纳管节点
85-
执行完毕后会有提示需要在Controller面板端需要填写的内容。
86-
面板端要填入Hostname的是当前计算节点的IPV4地址,还有要填入Token识别节点。
88+
执行完毕后会有提示需要在Controller面板端需要填写的内容。
89+
90+
面板端要填入Hostname的是当前计算节点的IPV4地址,还有要填入Token识别节点。
8791

8892
## 问题排查
8993

@@ -173,6 +177,14 @@ docker logs webvirtcloud-backend -f
173177
docker start $(docker ps -a -q)
174178
```
175179

180+
### 缺点
181+
182+
系统镜像是写死的,没法使用自己制作的镜像,也没办法导出使用
183+
184+
网络配置非常奇怪,要NAT映射端口就没办法连通公网,要连通公网就没办法映射端口
185+
186+
虚拟机删除有问题,前端删除实际上根本没有删掉
187+
176188
## 致谢
177189

178190
<https://webvirt.cloud/>

0 commit comments

Comments
 (0)