Recent content by murphyslaw

  1. M

    Issues in official lxc containers: opensuse-10.6

    Also openEuler is suffering a similar fate: Formatting '/var/lib/vz/images/3111/vm-3111-disk-0.raw', fmt=raw size=8589934592 preallocation=off Creating filesystem with 2097152 4k blocks and 524288 inodes Filesystem UUID: 38f650cd-1b91-47a5-9131-da35cbc627b6 Superblock backups stored on blocks...
  2. M

    Issues in official lxc containers: opensuse-10.6

    Hi, /usr/share/perl5/PVE/LXC/Setup/SUSE.pm unconditionally writes wicked-style ifcfg-* files for all SUSE guests. It doesn't check whether the guest uses systemd-networkd. But this is precisely what changed in opensuse-10. I'm not sure if I'm allowed to file a bug, I have no support contract...
  3. M

    UEFI PXE boot not working

    Actually it works fine when using limine boot. I used BOOTX64.EFI from: https://github.com/limine-bootloader/limine/tree/v5.20230804.0-binary I also successfully used a Ubuntu "grub-mknetdir" boot.
  4. M

    Infrastructure as Code and Proxmox

    I've been working on using saltstack to drive proxmox cloud operations through the API. I've come across some issues and it appears I am not alone in this. On one terraform comment on github jamesharr explains this excellently (see...
  5. M

    API error creating qemu VM when boot: set

    I just used this, the error remains: 'boot': 'order=net0' I think I found the problem. Probably scsi0 gets created asynchronously, and setting boot: fails during creation until disk creation is complete. But are there other parameters that shouldn't be set during creation, and is there a way...
  6. M

    API error creating qemu VM when boot: set

    Hello, When using POST on the API with boot: parameter set, I am receiving error 400. If I remove the boot order from the request it works fine. https://pve-nuc-1:8006 "POST /api2/json/nodes/pve-nuc-2/qemu HTTP/1.1" 400 107 requests.exceptions.HTTPError: 400 Client Error: Parameter...
  7. M

    Could-init on lxc

    Thank you! I have created this feature request: https://bugzilla.proxmox.com/show_bug.cgi?id=4686
  8. M

    Could-init on lxc

    Hello, I noticed that lxc now supports cloud-init. Also suppliers now provide could-init compatible tarballs for containers. Are there any plans to support this on Proxmox? I may want to contribute on such a project; do you have any pointers on how to approach this or do you have some initial...