Search results

  1. U

    [SOLVED] Import packer lxc : unable to create - unable to detect OS distribution

    The two solutions are finally working like a charm. For the second one, I just had to edit the configuration with pct set 999 --ostype debian Thanks again.
  2. U

    [SOLVED] Import packer lxc : unable to create - unable to detect OS distribution

    It does not work :/ Would you have any other idea ? Regards,
  3. U

    [SOLVED] Import packer lxc : unable to create - unable to detect OS distribution

    Hi there, We are using packer to build rootfs to deploy appliances on our proxmox servers for lxc and docker. I tried to create a container based on an imported rootfs with folowing command line pct create 999 /var/lib/vz/template/cache/packer-debian-template.tar.gz --arch amd64 --hostname...
  4. U

    Import logical volume to ceph storage

    Thanks for your answer, I already checked this page but I did not find a solution. I was reading again in the morning and find a kind of solution : - On my libvirt host : qemu-img convert -O qcow2 /dev/VG00/vm-XYZ ./vm-XYZ.qcow2 scp ./vm-XYZ.qcow2 root@mynewhost - On my new proxmox host qm...
  5. U

    Import logical volume to ceph storage

    Hi, I just started a lab with 3 hypervisors : - 2x Intel Xeon - 256Gb ram - 4x960Gb SSD Intel - 4x4To WD I just configured a ceph storage with crush replication rules for ssd and hdd. A the moment, I just configured two nodes, the latest is in production, using Debian and libvirt to provide lxc...