更新 Proxmox Virtual Environment
@@ -51,8 +51,14 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us
|
|||||||
#重启服务生效
|
#重启服务生效
|
||||||
systemctl restart pvedaemon.service
|
systemctl restart pvedaemon.service
|
||||||
```
|
```
|
||||||
# 四、其他高级玩法
|
# 四、虚拟机操作
|
||||||
### 4.1 使用pvetools脚优化
|
### 4.1 虚拟机导入磁盘
|
||||||
|
```
|
||||||
|
#qm disk import <vmid> <source> <storage> [OPTIONS]
|
||||||
|
qm disk import 108 /data/disk01.qcow2 pve-data --format=qcow2
|
||||||
|
```
|
||||||
|
# 五、其他高级玩法
|
||||||
|
### 5.1 使用pvetools脚优化
|
||||||
```
|
```
|
||||||
#安装git
|
#安装git
|
||||||
apt install git -y
|
apt install git -y
|
||||||
|
|||||||
Reference in New Issue
Block a user