Skip to content

Commit c68fa31

Browse files
committed
fix: 修复WebVirtCloud的一些教程
1 parent 7b8d29b commit c68fa31

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed
101 KB
Loading

docs/en/incomplete/webvirtcloud_retspen.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88

99
Repository: <https://github.com/oneclickvirt/webvirtcloud>
1010

11-
Origin Repository::<https://github.com/retspen/webvirtcloud>
11+
Origin Repository::<https://github.com/oneclickvirt/webvirtcloud_retspen>
1212

1313
## Controller Node and Computer Node Installation
1414

@@ -90,6 +90,10 @@ Change the disk file to `debian12.qcow2`, which matches the qcow2 image you prev
9090

9191
![vcr13](images/vcr13.jpg)
9292

93+
After the modification is confirmed you will see a redundant disk in the ```local``` volume of the original compute node's storage, such as ```test.qcow2``` here, which is best deleted to avoid hogging the disk
94+
95+
![deadimage](images/deadimage.jpg)
96+
9397
Once confirmed and configured correctly, return to the power page and turn on the VM.
9498

9599
![vcr14](images/vcr14.jpg)
@@ -102,3 +106,12 @@ The default login for the image is:
102106
## Disadvantages
103107

104108
Networking is not auto-configured — not as smart as the previous project — you still need to configure it manually.
109+
110+
111+
You need to be in the VNC of the opened VM, logged in and execute
112+
113+
```shell
114+
systemctl start cloud-init
115+
```
116+
117+
Enable the configuration manually.

docs/incomplete/images/deadimage.jpg

101 KB
Loading

docs/incomplete/webvirtcloud_retspen.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ outline: deep
88

99
仓库地址: <https://github.com/oneclickvirt/webvirtcloud>
1010

11-
原项目对应仓库:<https://github.com/retspen/webvirtcloud>
11+
原项目对应仓库:<https://github.com/oneclickvirt/webvirtcloud_retspen>
1212

1313
## 控制节点和计算节点同时安装
1414

@@ -64,7 +64,7 @@ https://github.com/oneclickvirt/pve_kvm_images/releases/tag/images
6464

6565
```shell
6666
cd /var/lib/libvirt/images
67-
wget https://github.com/oneclickvirt/pve_kvm_images/releases/download/images/debian12.qcow2
67+
wget https://cdn.spiritlhl.net/https://github.com/oneclickvirt/pve_kvm_images/releases/download/images/debian12.qcow2
6868
chmod 777 debian12.qcow2
6969
```
7070

@@ -84,7 +84,7 @@ chmod 777 debian12.qcow2
8484

8585
![vcr9](images/vcr9.jpg)
8686

87-
注意这块填写的实例名字不能和系统名字重复,比如示例中就不能填写```debian12```
87+
注意这块填写的实例名字不能和刚刚下载的镜像的文件名字重复,比如示例中就不能填写```debian12```
8888

8989
![vcr10](images/vcr10.jpg)
9090

@@ -100,6 +100,10 @@ chmod 777 debian12.qcow2
100100

101101
![vcr13](images/vcr13.jpg)
102102

103+
修改确认后会在原来的计算节点的存储的```local```卷里看到有一个多余的盘,比如这里的```test.qcow2```,最好删除,避免占用磁盘
104+
105+
![deadimage](images/deadimage.jpg)
106+
103107
修改完成确认无误后,才可回到电源页面开机。
104108

105109
![vcr14](images/vcr14.jpg)
@@ -109,3 +113,11 @@ chmod 777 debian12.qcow2
109113
## 缺点
110114

111115
网络还是没有自动配置,不如上一个项目智能,还得手动配置一下。
116+
117+
需要在已经开好的虚拟机的VNC中,登录后执行
118+
119+
```shell
120+
systemctl start cloud-init
121+
```
122+
123+
手动启用配置。

0 commit comments

Comments
 (0)