Search results

  1. M

    qm set --sshkey

    I totally forgot about this thread! Thank you, that's a great solution. I'm currently using the following in my script which is very similar to what you stated above: # Apply SSH Key if the value is set apply_ssh() { echo "### Applying SSH Key ###" if [ -n "${SSH_KEY+set}" ]; then qm set...
  2. M

    unable to parse zfs volume name 'cloudinit'

    Ah, looks like there's a bug raised already. https://bugzilla.proxmox.com/show_bug.cgi?id=5363
  3. M

    unable to parse zfs volume name 'cloudinit'

    Further testing: 1. This is affecting both of my servers in the cluster since the latest update. 2. Adding cloud-init drive works if I add it as SATA or IDE, but not as SCSI.
  4. M

    unable to parse zfs volume name 'cloudinit'

    Hey guys, Since the latest kernel update, I seem to be having an issue with one VM in particular, no others seem affected. For some reason, the cloud-init drive has disappeared. If I try to re-add, I get the following message: unable to parse zfs volume name 'cloudinit'. The same does occur...
  5. M

    Cloud Init Template Creation Script

    Thank you! I'm happy to accept PR's so that your particular use case is implemented as well! I chose not to have it converted to template automatically as I normally add additional things on top (like ZSH, Postfix etc). I've also thought about the SSH key as this can be simplified with...
  6. M

    SMART value not showing on GUI

    bump - anyone have any thoughts? I've also tried to update the database: /usr/sbin/update-smart-drivedb /var/lib/smartmontools/drivedb/drivedb.h 7.3/5533 is already up to date Also checked that the firmware was the latest. Looks like it's PBS that's not showing the information within the GUI.
  7. M

    Cloud Init Template Creation Script

    Good job! Looks very clean, and great readme. I may have to look at redoing my script so it's cleaner given yours. This is my version of a template creation script (although it's a bit convoluted): https://github.com/modem7/public_scripts/blob/master/Bash/Proxmox...
  8. M

    SMART value not showing on GUI

    When looking at SMART values on one particular SSD, I'm only getting the following: smartctl -i /dev/sda smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.2.16-4-pve] (local build) Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION ===...
  9. M

    [SOLVED] ZFS pool Degraded

    Woop, Amazon are replacing the drive. Should be here tomorrow, and I'll have to learn how to replace a ZFS drive in place Hopefully https://blog.dalydays.com/post/2021-10-13-how-to-hot-swap-zfs-disk-in-proxmox/ still applies
  10. M

    [SOLVED] ZFS pool Degraded

    Aye, shouldn't be too much of a problem. With the SMART result, that's proof enough for a replacement at least!
  11. M

    [SOLVED] ZFS pool Degraded

    I think you're right - I just noticed the CRC error count on the smart report above. Will get it replaced. Thanks for the 2nd pair of eyes!
  12. M

    [SOLVED] ZFS pool Degraded

    Hey guys, I've got a warning for degraded ZFS array, and I'm just curious as to what's causing it. zpool status -v proxmox pool: proxmox state: DEGRADED status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications...
  13. M

    Attach a raw image as a USB disk to the VM

    Here are my very messy notes as I never got it working in the end, so didn't clean up the notes: The thing I never really got working was migrating the contents of the USB stick to a VHD. Specifically, I couldn't get Unraid to verify the GUID as legitimate. There is no way that I could see to...
  14. M

    Attach a raw image as a USB disk to the VM

    Unfortunately not. In the end, I passed the USB stick through. As much as I dislike the solution, it's currently the only way that works every time. My current setup is:
  15. M

    Stuck at EFI boot during reboot of VM

    Nope, even with the above, just had two VM's do exactly the same thing. Anyone have any ideas on this?
  16. M

    Stuck at EFI boot during reboot of VM

    I'll see if https://pve.proxmox.com/wiki/OVMF/UEFI_Boot_Entries resolves.
  17. M

    Stuck at EFI boot during reboot of VM

    Hey guys, Intermittently, my linux VM's will get stuck here: pveversion -v proxmox-ve: 7.3-1 (running kernel: 5.15.85-1-pve) pve-manager: 7.3-6 (running version: 7.3-6/723bb6ec) pve-kernel-helper: 7.3-5 pve-kernel-5.15: 7.3-2 pve-kernel-5.15.85-1-pve: 5.15.85-1 pve-kernel-5.15.83-1-pve...
  18. M

    qm set --sshkey

    You can in the GUI. Unfortunately, as the post above seems to state, the CLI doesn't provide as much power user functionality as the GUI.
  19. M

    Creating new Proxmox server. Help with disk configs.

    As soon as I posted, I was thinking "wlan is a dumb choice for this", although usb to ethernet adapter could work. I'll have to dig through my spares box to see if I have any forgotten pi's lying around! Thanks for the heads up!
  20. M

    Creating new Proxmox server. Help with disk configs.

    Ah, that's a good shout. So something like a pi zero acting as a qdevice?