Search results

  1. U

    [SOLVED] Automated install never makes HTTP request for answer file

    Yeah I have to agree the whole setup is very unintuitive. I'm wrangling with the automated installer trying to POST a request to the answer file I specified and nginx is returning an HTTP 405 error then the installer falls over and dies. Like yeah of course POST-ing a text file failed, it's a...
  2. U

    VM with mediated i915 gpu fails to start, "Failed to find VBIOS tables"

    I recently bought a trio of Dell Optiplexes that have 10th gen CPUs in them and got mediated passthrough to work by following this tutorial: https://3os.org/infrastructure/proxmox/gpu-passthrough/igpu-split-passthrough/ Note the two comments I made at the bottom of the page
  3. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    The pool field can be the path to any *dataset*, not a ZVOL. The plugin creates the zvols in the specified pool and manages the iscsi stuff.
  4. U

    Proxmox VE 8.0 released!

    Somewhat related but I didn't know where else to ask this: Where can I make feature requests?
  5. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    I believe that, I just have no idea what needs tuning or what the bottleneck even is.
  6. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    Yeah any operations over iSCSI was quite slow for me, even over a 10g link. NFS is much faster.
  7. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    I found this: https://sourceforge.net/p/scst/mailman/message/35242474/ I'm not sure if it's relevant as I don't really understand what Vladislav B is saying but from what I can guess qemu is asking the iscsi target about the status of the block at LBA 0 and the target responds...
  8. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    I wouldn't call that ZFS over iSCSI because ZFS isn't being overlaid iSCSI. In any case I did manage to get it working. I'll have to make a write-up on how to get this mess (no offence intended to surfrock66) working but the thing that I got wrong was creating an extent, you don't need to do...
  9. U

    Proxmox VE and ZFS over iSCSI on TrueNAS Scale: My steps to make it work.

    Am I supposed to create a dataset or a ZVOL? I tried a ZVOL and got the "parent is not a filesystem" error (yeah, the whole point of ZFS over iSCSI is that ZFS is put on top of the iSCSI block device) and I tried a dataset but a dataset was no good. There's missing information here.
  10. U

    Setting MTU to 9000 blocks access to node, but node can ping

    My switch does support jumbo frames, I just can't find the setting for it in the Omada controller.
  11. U

    Setting MTU to 9000 blocks access to node, but node can ping

    I've got a test machine with a 10 gig NIC and two 1 gig NICs. The 10 gig NIC is connected to a 10 gig interface on my switch and one of the gigabit NICs is also connected to the same switch. As part of my testing I have set up these two NICs in an active-backup bond like so: auto lo...
  12. U

    CloudImg VM won't boot, stuck at "starting serial terminal on interface serial0"

    The actual boot disk (scsi0) is about 2.2GB in size but I want to make it bigger so that I can store stuff on it like kubernetes.
  13. U

    CloudImg VM won't boot, stuck at "starting serial terminal on interface serial0"

    Okay I don't know what exactly it was from your initial command that got it working for me but it's working now: wget https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img qm create 8000 --memory 2048 --balloon 0 --core 2 --bios ovmf --machine q35 --cpu host --numa 1...
  14. U

    CloudImg VM won't boot, stuck at "starting serial terminal on interface serial0"

    I'm trying to automate the creation of VMs using cloudimg's and I've got a template and a clone created, but the clone VM won't start it just says "starting serial terminal on interface serial0". This is my script: wget...
  15. U

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    What a weird setting, surely you wouldn't want your windows VMs to crash
  16. U

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    What's considered an older CPU? Also out of curiosity what does that setting do?
  17. U

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    Now that I think about it I had vanilla windows server 2019 VMs crash on me too but I don't know if those crashes were caused by the same thing. I'll spin up a couple and see if any of them crash. [Edit] I tried starting up my two domain controller testing VM's that are both running server 2019...
  18. U

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    The VM is running Server 2022 so yes UEFI with pre-enrolled keys.
  19. U

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    I think I'm having this issue with my poweredge R730XD which has dual E5-2640 v3's. I get the same error as the OP about the "hardware error 0x80000021". I am also using 5.15.35-1-pve.