Search results

  1. I

    Proxmox duplicate disk size

    Do you mean it caused by KRBD? can we do "live disable" in production system (which has VM running)?
  2. I

    Proxmox duplicate disk size

    Hello, Anyone get problem with proxmox disk size? I create a VM with first disk size = 20GB to install OS. Then i add another disk 1005GB from from different storage and both has the same size with first disk (20GB) - check by fdisk -l. Then i try to boot with gparted and they said both has...
  3. I

    Force migration via another network

    Hi, We have dual ring: ring0: 192.168.0.0/24 ring1: 192.168.1.0/24 migration network: 192.168.3.0/24 We have defined in /etc/pve/datacenter.cfg with following setting: migration: secure,network=192.168.3.0/24 Now we do migrate ring0 network of whole cluster (rolling update) from bond1 to...
  4. I

    upgrade Proxmox error

    Hi, I do the update and see following error: apt-get update && apt-get dist-upgrade Error: dependency problems - leaving unconfigured Setting up pve-qemu-kvm (2.12.1-1) ... dpkg: dependency problems prevent configuration of pve-manager: pve-manager depends on libpve-guest-common-perl (>=...
  5. I

    Windows guest VM with cloudbase init

    lol, same work here in Vietnam. I (personally) usually move to Singapore every month. May i know your company? I will check back cloud-init Windows soon. Thanks,
  6. I

    cloud init CentOS 6

    This work for debian 9 but didn't work for debian 8. Can not reinstall dependencies library.
  7. I

    cloud init CentOS 6

    Problem related to CentOS 6 templates is similarly to this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1327337 disk size is already increase but partition is not. After reboot, partition has show correct space. cloud-utils package is 0.27-10 This bug is already fixed from version...
  8. I

    cloud init CentOS 6

    i have install utility already: manual change as below: cloud-init log saying this: /etc/cloud/cloud.cfg is the same with CentOS 7: they have defined module growpart already.
  9. I

    cloud init CentOS 6

    Everytime reboot, i see they install a lot software like below images at boot phase:
  10. I

    cloud init CentOS 6

    i see them has been enabled in /etc/cloud/cloud.cfg
  11. I

    cloud init CentOS 6

    it works at my side. This is from Ubuntu cloned by modulesgarden. Cloud-init version: 18.2. File system ext4 and can resize disk to 20GB. Templates VM is 8GB only.
  12. I

    cloud init CentOS 6

    Hi, We use 18.3 on CentOS 6: File system CentOS 6: ext4 - resize disk won't work File system CentOS 7: xfs - resize disk work File system all Ubuntu Cloud image: ext4 - resize disk work.
  13. I

    cloud init CentOS 6

    it works CPU and memory change. Disk won't change. But this happen to CentOS 6 only. CentOS 7 works perfectly.
  14. I

    cloud init CentOS 6

    all things work except disk resize did not work. We use cloud-init with modules for WHMCS provided by modulesgarden.
  15. I

    cloud init CentOS 6

    Thanks, CentOS 6 is ok now, now i'm trying to fix the remaining version. What do you mean EOL? CentOS 6 is still using publicly from many VPS provider such as DigitalOccean, Vultr, Linode. Debian 9 is not a EOL version.
  16. I

    Marking ringid 0 interface FAULTY

    can you provide command then i will test on server Thanks,
  17. I

    cloud init CentOS 6

    CentOS 7 is running ok. We tested 12 templates, downloaded from cloud base image and half of them are errors.
  18. I

    cloud init CentOS 6

    we install via yum, this version is 0.7.5, is this latest already?
  19. I

    [SOLVED] Maximum node in proxmox?

    Thanks @tom i will be back in the future when we reach 32 nodes.
  20. I

    cloud init CentOS 6

    Hello, we are testing cloud init features on CentOS 6. Images downloaded from https://cloud.centos.org/centos/6/images/ Image name: CentOS-6-x86_64-GenericCloud.qcow2 We follow this guide: https://pve.proxmox.com/wiki/Cloud-Init_Support to create VM and add cloud-init image. The test is ok...