Recent content by daviditty

  1. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    If you update to 8.2.4 (available in enterprise repo), you get the patched version from the repository.
  2. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    Would anyone familiar with cloudbase-init be able to test the packaged fix? I tested it a couple of times now but have trouble setting the hostname of the VM, it works when on Mira's (Proxmox) side, maybe I'm missing something, curious about others. It seems to have made it into the...
  3. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    Hi @foura1512, Not sure, I applied it to PVE 8.2.2, as I run the enterprise repo in my homelab, but I think the patch should work on no-subscription too, not sure what goes wrong though from the rejected output you mentioned. That said, if we test it succesfully it gets merged upstream and no...
  4. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    I grabbed an install I already had and sysprepped it, mostly following the steps in the Geco-IT wiki and in the patch combined. I used cloudbase-init 1.1.6dev20 And Windows 10 Pro 22H2
  5. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    @foura1512 see below, a patch file is just the patch contents within a file and applied with the command patch. @mira not sure what I'm doing wrong with setting the hostname, it keeps complaining that it can't be found in the metadata_service file, should I configure something special to make...
  6. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    No problem :) Will do! Quick update in between. Static network configuration works so far, not tested further yet. Administrator and password setting works, but user is disabled so had to enable it, but I think that is a problem in my template. Didn't get hostname setting working yet, it...
  7. D

    [TUTORIAL] HOWTO: Scripts to make cloudbase work like cloudinit for your windows based instances

    @jsterr so... if you want to do something this weekend ;-) I made a bug report beginning last year and @mira picked it up recently, a patch is now available, I tried applying it to try tonight but am currently stuck doing so and out of time for this weekend mostly as my motorcycle calls for...
  8. D

    kernel:[ 9203.691567] watchdog: BUG: soft lockup - CPU#15 stuck for 6802s! [systemd-timesyn:639]

    @jsterr posted about some issues in the 6.8 kernel recently, maybe your issue is also related? See: https://www.thomas-krenn.com/de/wiki/Known_Issues_Proxmox_VE_8.2
  9. D

    [SOLVED] Cannot restart or delete mon on crashed node

    Hi, Try systemctl reset-failed ceph-mon@virtfarm-pgp-c2-3.service And then systemctl start ceph-mon@virtfarm-pgp-c2-3.service Probably the mon started too quickly after booting.
  10. D

    Proxmox 7 and Mellanox ConnectX4 and vlan aware bridge

    I'm aware of that, but that would mean a lot of work when creating a new vlan for a customer, as I'd not only have to configure the switches, I would also have to configure all hosts that will use it. However, as far as I see it works fine, with the command: bridge vlan show vmbrX I see all...
  11. D

    Proxmox 7 and Mellanox ConnectX4 and vlan aware bridge

    @iffster solved issues as in, all is working fine and we can ignore this message? mlx5e_vport_context_update_vlans:186:(pid 1448): netdev vlans list size (4095) > (512) max vport list size, some vlans will be dropped I'm fine with not using more than 512 vlans per host, the message gives me...
  12. D

    ceph changing public network

    May I ask what kind of downtime you experienced? My guess would be with the Ceph MDS? It is the only thing different from the earlier posts, we didn't use them, only RBD. Also, nice addition I think, didn't know it was possible to add a "double" ring.
  13. D

    Proxmox VE 8.1 released!

    Is the used version ZFS 2.2.0 also affected by this? https://github.com/openzfs/zfs/issues/15526#issuecomment-1823737998
  14. D

    ceph changing public network

    I just did this in our production environment too, and it worked perfectly with your addition @cetjunior :-) I want to add to this that if you do this in the future, you only have to adjust the public_network or cluster_network under "global" in /etc/pve/ceph.conf, don't worry about all the...