File tree 1 file changed +26
-14
lines changed
1 file changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -61,29 +61,33 @@ curl -slk https://raw.githubusercontent.com/oneclickvirt/webvirtcloud/main/scrip
61
61
检测服务器是否支持 KVM 嵌套虚拟化:
62
62
63
63
``` 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
65
65
```
66
66
67
+ 选择硬件单项测试
68
+
67
69
### 计算节点安装步骤
68
70
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
+ ```
70
77
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):
75
79
76
- 2 . 执行安装(替换为你的 Controller IP):
80
+ ``` bash
81
+ bash install_hypervisor.sh x.x.x.x
82
+ ```
77
83
78
- ``` bash
79
- bash install_hypervisor.sh x.x.x.x
80
- ```
84
+ > 请将 ` x.x.x.x ` 替换为你的 Controller 控制端的实际 IP 地址。
81
85
82
- > 请将 ` x.x.x.x ` 替换为你的 Controller 控制端的实际 IP 地址。
86
+ 面板纳管节点
83
87
84
- 3 . 面板纳管节点
85
- 执行完毕后会有提示需要在Controller面板端需要填写的内容。
86
- 面板端要填入Hostname的是当前计算节点的IPV4地址,还有要填入Token识别节点。
88
+ 执行完毕后会有提示需要在Controller面板端需要填写的内容。
89
+
90
+ 面板端要填入Hostname的是当前计算节点的IPV4地址,还有要填入Token识别节点。
87
91
88
92
## 问题排查
89
93
@@ -173,6 +177,14 @@ docker logs webvirtcloud-backend -f
173
177
docker start $( docker ps -a -q)
174
178
```
175
179
180
+ ### 缺点
181
+
182
+ 系统镜像是写死的,没法使用自己制作的镜像,也没办法导出使用
183
+
184
+ 网络配置非常奇怪,要NAT映射端口就没办法连通公网,要连通公网就没办法映射端口
185
+
186
+ 虚拟机删除有问题,前端删除实际上根本没有删掉
187
+
176
188
## 致谢
177
189
178
190
< https://webvirt.cloud/ >
You can’t perform that action at this time.
0 commit comments