This feature is much needed. After 1 hour I'm still wondering what's the progress of the migration.
I have found a way to show progress of the migration!
If you run pkill -USR1 dd command on the proxmox server, it reports the current migration status on the web output.
Thanks to this guy.
@albert_a Yea, I think so. I thought when I create cluster I messed it up. Looks like I didn't, fortunately :D
When running cluster, don't you have to upgrade all servers to same version? In requirements docs it says If you are interested in High Availability, you need to have at least three...
@albert_a I just created cluster of 2 nodes. It was single node proxmox, then added second node today.
After cluster creation I cannot create new VM. I updated to both servers to proxmox 6.1-7.
# qm clone 8000 116 --nam test --full true
Use of uninitialized value $nodename in hash element at...
Finally got it working by applying custom yaml config for cloud init. Make sure you delete my comments from file.
Save the file at /var/lib/vz/snippets/100.yaml then attach it like qm set 100 --cicustom "user=local:snippets/100.yaml"
#cloud-config
users:
- name: ubuntu
shell: /bin/bash...
Found the reason of it.
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-1
should be
qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0. Reason why this worked when I ran the command 2 times, it creates disk-0 at first run and disk-1 at second run thus...
Hi, I've followed https://pve.proxmox.com/wiki/Cloud-Init_Support this document to create cloud init based template. However even though i setup cipassword , password based ssh authentication still not enabled. I get permission denied public key error.
If I turn on this image and disable ssh...
Hi, I wanted to try out ubuntu cloud images by following this documentation. https://pve.proxmox.com/wiki/Cloud-Init_Support
However 4th command is not working.
```
# download the image
wget https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
# create a new VM
qm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.