Surface8: 2024-10-25 15:49:29

This commit is contained in:
ralfk 2024-10-25 15:49:29 +02:00
parent 033c8a6499
commit e39e22372a

View File

@ -108,8 +108,14 @@ Start VM again
### Import OVA VM to Proxmox
Import Disk
**Import ganze VM**
qm importovf {vmid} {VM name}.ovf {target storage}
```bash
qm importovf 100 Server.ovf local-zfs
```
**Import only Disk**
qm disk import {target VMID} {vmdk file} {target storage}
```bash
qm disk import 104 Server.vmdk local-zfs
```