Search results

  1. 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...
  2. 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 ===...
  3. 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...
  4. 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...
  5. M

    Creating new Proxmox server. Help with disk configs.

    Hey guys, I'm going to be moving my bare metal server to Proxmox, and then joining it to another Proxmox server (for a total of 2, no HA requirements). I have purchased several Crucial BX500 (360TB TBW) consumer grade SSDs, with the view to replace them later with enterprise grade if needs be...
  6. M

    qm set --sshkey

    Hey guys, I think I already know the answer, but you never know. In Proxmox GUI, in cloud-init settings, I'm able to set the ssh key (ed25519) as a string. This can also be confirmed in the conf file in /etc/pve/qemu-server/ When I attempt to do the same in the CLI, I get: No such file...
  7. M

    Attach a raw image as a USB disk to the VM

    Hey guys, I'm trying to get UNRAID working in a VM, specifically trying to figure out how to virtualise the USB stick aspect. I've looked at similar issues (https://forum.proxmox.com/threads/setup-usb-disk-image-for-tailsguest.38824/ and...
  8. M

    backing up VM template does not work

    Hey guys, When I try to backup VM templates, they're currently not working. Logs: INFO: starting new backup job: vzdump 6000 --mode snapshot --storage backup --node proxmox --notes-template '{{guestname}}' --remove 0 --compress zstd INFO: Starting Backup of VM 6000 (qemu) INFO: Backup...
  9. M

    [SOLVED] Weird message when starting Linux VM's

    Hey guys, I'm using Proxmox w/ cloud-init enabled VM's, and when I start the VM's up from Proxmox, I'm getting the following messages: root@proxmox:~# /usr/sbin/qm start 1107 Use of uninitialized value in addition (+) at /usr/share/perl5/PVE/QemuServer/Cloudinit.pm line 496. Use of...
  10. M

    Unable to resize disk - Ubuntu VM - Initramfs issue

    Hi guys, I'm having a problem where I'm not able to resize a disk on an Ubuntu VM using Proxmox. I've run apt install -y cloud-init cloud-initramfs-growroot qemu-guest-agent on the template to make sure the tools are there to do the task, but get stuck on initramfs with what seems like a...