更新 Proxmox Virtual Environment

X
2025-12-01 15:29:06 +00:00
parent a38520a673
commit 864b40f94a

@@ -51,8 +51,14 @@ sed -i 's|http://download.proxmox.com|https://mirrors.ustc.edu.cn/proxmox|g' /us
#重启服务生效
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
apt install git -y