Search results

  1. J

    [SOLVED] Proxmox Firewall (nftables) troubleshooting

    Hello, I'm working on trying out the new nftables proxmox-firewall on a couple nodes of our dev cluster to see how it works and I hit something I can't quite work past. Our rules are kind of a mess on our dev cluster, so it's probably going to be a good test of how the new code works. Issues...
  2. J

    [SOLVED] LVM `issue_discards` is disabled after upgrade from 7 to 8.

    Hi, I'm not sure if this is an "issue" per-say, but I noticed that during an upgrade the `issue_discards = 1` config line is removed from lvm.conf and the new default is `issue_discards = 0`. I also could not find the setting anywhere else in /etc/lvm, for example in lvmlocal.conf. Is this an...
  3. J

    IDE cloud-init volumes are not usable when cold-booting a VM

    Hi everyone, I think I found an issue with cloud-init volumes. I'm wondering if anyone else has run into this and I'm also wondering if anyone else can replicate what I'm seeing. It seems that when cold-starting a VM with a cloud-init volume attached to IDE2, that the OS (Alma9 Cloud image in...
  4. J

    Custom ACME URLs / External Accounts

    Hi, At work we have a provider other than LetsEncrypt providing our certificates. It requires us to specify a custom ACME server, a custom Key ID and HMAC-KEY. Our service doesn't require the do the domain assertion (DNS or otherwise). I think in some cases, certbot will "provide a challenge"...
  5. J

    Move cloud-init drive

    This seems like a really silly request, but could we get a feature added that would allow us to move cloud-init volumes? Here are a few scenarios that I can think of: Migrate storage from local to clustered, or vice-versa Migrate storage from one local volume to another, or remote-to-remote...
  6. J

    [SOLVED] CertBot with dns-01 and CNAMEs

    Hello, Has anyone implemented CertBot with dns-01 using CNAMEs/aliases? I read through Wiki - DNS Validation through CNAME Alias and it seems to support it through the UI (with exception of one step), however I get to this step of the instructions where it says to edit the node configuration...
  7. J

    Common practices for managing VM images?

    Hello, I'm working on some best practices for managing VM disk images for use as templates. I really like how we can do this for LXC, where there's a library to select from and build the container that's independent of any core count/memory sizing. The specific kind of images I'm wanting to...