Search results

  1. R

    IDE cloud-init volumes are not usable when cold-booting a VM

    I have the cloudinit's `ide2` option in my Web UI's boot order tab, my pve cluster's version is 7.2
  2. R

    Migrate VM hangs

    same problem here, the migration is running background, and there is no visible indication of progress until the migration completed. ``` # pveversion -v proxmox-ve: 7.2-1 (running kernel: 5.15.30-2-pve) pve-manager: 7.2-3 (running version: 7.2-3/c743d6c1) pve-kernel-helper: 7.2-2...
  3. R

    cloud-init is configured with hardcoded manage_etc_hosts: true

    i found it's hardcoded in `/usr/share/perl5/PVE/QemuServer/Cloudinit.pm`, modify the config in this file, then everything is ok for me~