Search results

  1. S

    cloud-init DNS settings - bad interface

    Hi, I would like to know how to configure DNS server (resolver) on network interfaces and not only localhost. When I configure DNS server cloud-init only configure this DNS server on loopback interface. # cat /etc/network/interfaces.d/50-cloud-init.cfg # This file is generated from information...
  2. S

    Migrate local disk between storages (live)

    Hi fellow proxmoxers, I just want to ask if it is possible to move VM disks from one storage to another on local node. I have 2 storages, vmstorage and vmstorage2. I want to move VMs disks from vmstorage to vmstorage2 (all done localy on one node) while VM is running. Whats the right qm...