mirror of
https://github.com/RGBCube/vmware-to-proxmox-migration-script
synced 2025-07-25 23:47:45 +00:00
additional tweaks
This commit is contained in:
parent
608720f0a2
commit
9851e4996f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function create_proxmox_vm() {
|
|||
ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qemu-img convert -f vmdk -O qcow2 $vmdk_file $qcow2_path"
|
||||
|
||||
# Create the VM
|
||||
ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qm create $VM_ID --name $VM_NAME --memory 2048 --cores 2 --net0 virtio,bridge=vmbr0"
|
||||
ssh $PROXMOX_USERNAME@$PROXMOX_SERVER "qm create $VM_ID --name $VM_NAME --memory 2048 --cores 2 --net0 virtio,bridge=vmbr0.69,tag=80"
|
||||
|
||||
# Import the disk to local-lvm storage
|
||||
echo "Importing disk to local-lvm storage..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue