mirror of
https://git.bs.b-eit.de/bucde/notes.git
synced 2025-08-08 15:24:44 +02:00
Update 'qemu_migration'
@ -14,3 +14,16 @@ If you want, you can check SSH connection to your Proxmox VE machine with `ssh r
|
||||
|
||||
Now you can copy the **.vmdk** files from the VMware ESXi machine with `scp -r <PATH_TO_VMDK_FILES>/* root@<PROXMOXVE_IP_ADDRESS>:<PATH_AT_PROXMOXVE>`.
|
||||
This can take a *very long* time!
|
||||
|
||||
### Migrate .vmdk to ZVOL
|
||||
|
||||
First you have to identify the *exact* size of the **.vmdk** disk with `qemu-img info <PATH_TO_VMDK_FILE>`.
|
||||
The output should look like this:
|
||||
|
||||
```
|
||||
image: <PATH_TO_VMDK_FILE>
|
||||
file format: raw
|
||||
virtual size: 3.63 TiB (3991227208704 bytes)
|
||||
disk size: 1.53 TiB
|
||||
```
|
||||
[abc](/notes/wiki/zfs#create-zvol)
|
Reference in New Issue
Block a user