Surface8: 2024-10-25 15:49:29
This commit is contained in:
parent
033c8a6499
commit
e39e22372a
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user