Search results

  1. S

    Two separated full meshs for cluster / corosync in a 3-node-cluster

    Hi, I have same problem, did you find some solution how to run two mesh networks using openfabric? Or did you use second as RSTP mesh?
  2. S

    cloud-init DNS settings - bad interface

    So there is no way to configure nameserver only IP addresses of interfaces and routes?
  3. S

    cloud-init DNS settings - bad interface

    resolv.conf is symlink to : /etc/resolv.conf -> ../run/resolvconf/resolv.conf and it's empty # cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN # cat...
  4. 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...
  5. S

    Migrate local disk between storages (live)

    It works well, but when I am trying to move cloud-init image it throws an Error, but disk seems to get copied. # qm move_disk 101 ide0 vmstorage2 --delete create full clone of drive ide0 (vmstorage:101/vm-101-cloudinit.qcow2) Formatting '/opt/vmstorage2/images/101/vm-101-cloudinit.qcow2'...
  6. S

    Migrate local disk between storages (live)

    qm move_disk <vmid> <disk> <storage> [OPTIONS] Move volume to different storage. <vmid>: <integer> (1 - N)The (unique) ID of the VM. <disk>: <efidisk0 | ide0 | ide1 | ide2 | ide3 | sata0 | sata1 | sata2 | sata3 | sata4 | sata5 | scsi0 | scsi1 | scsi10 | scsi11 | scsi12 | scsi13 | scsi14 |...
  7. 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...