1
Fork 0
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:
tcude 2024-01-18 14:39:45 -06:00
parent 608720f0a2
commit 9851e4996f

View file

@ -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..."