Search results

  1. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    Try to use the opt-in 6.11 kernel, in our case, the errors with the broadcom nics disappeared (at least no blacklisting needed anymore). Might be worth a try for you. You might need to fix your fw first, contact your hw vendor for that.
  2. jsterr

    "couldn't find efi partition" during regular upgrade

    When I compare this to my homeserver. This is different: # You dont have /boot/efi root@pveneo:~# lsblk -o +FSTYPE NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS FSTYPE sda 8:0 0 447.1G 0 disk ├─sda1...
  3. jsterr

    "couldn't find efi partition" during regular upgrade

    Thanks! Seems like your not booting from an efi system. What is the output of: findmnt /and lsblk -o +FSTYPE
  4. jsterr

    "couldn't find efi partition" during regular upgrade

    Hello Jona, Whats the output of proxmox-boot-tool status? What about efibootmgr -v? Greetings Jonas
  5. jsterr

    Howto recover from single ceph node?

    Hi Aaron! Thanks! It did help! Steps: Recover PVE-Quorum, edit Monmap on last node, delete old osds, add 2 new nodes, create mon, create osds, recover.
  6. jsterr

    Proxmox VE Ceph Benchmark 2023/12 - Fast SSDs and network speeds in a Proxmox VE Ceph Reef cluster

    Can you post your system your configuration and what command you have used? It looks OK, but If your unsure check 'ceph osd perf' while benchmarking to see if one of your nvme is peforming bad. Ceph tell is also useful to see if one nvme is not working as the others regarding performance. But I...
  7. jsterr

    Howto recover from single ceph node?

    Hi Community, I tried to recover (testing setup only) from a single ceph node, after loosing 2 nodes of a 3-node-ceph cluster (completly, nodes wont ever come back again) I managed to fix PVE-Corosync-Quorum but cant get ceph running again, as I cant do any commands or actions via commandline...
  8. jsterr

    Import existing VMs and ZFS from a failed install to a clean one?

    https://www.thomas-krenn.com/en/wiki/ZFS_Pool_Import_-_Proxmox_single_host_reinstall_without_full_backup This should help you doing a reinstall without loosing the already existing zfs pool.
  9. jsterr

    Ceph 19.2 Squid Stable Release and Ceph 17.2 Quincy soon to be EOL

    I also noticed that if you do a fresh install, you cant find the repository in the web-ui. It this supposed to be so? root@pve1:~# pveceph install --repository no-subscription --version quincy reef
  10. jsterr

    Ceph 19.2 Squid Stable Release and Ceph 17.2 Quincy soon to be EOL

    This one failed for me ( command from: https://pve.proxmox.com/wiki/Ceph_Reef_to_Squid) root@training2:~# ceph telemetry on Error EPERM: Telemetry data is licensed under the Community Data License Agreement - Sharing - Version 1.0 (https://cdla.io/sharing-1-0/). To enable, add '--license...
  11. jsterr

    Ceph 19.2 Squid Stable Release and Ceph 17.2 Quincy soon to be EOL

    We updated one of our clusters already, no issues so far (no downtime, everything correct).
  12. jsterr

    Consistency of VM Snapshots (Including Memory)

    On backup creation, when using snapshot mode, the docs say: does this also apply when doing a normal snapshot of a vm or only on backup? So are guest-fsfreeze-freeze and guest-fsfreeze-thaw also triggerd on regular snapshot creation (via web-ui)?
  13. jsterr

    Difference between Pause and hibernate

    So on Pause Memory is not written to disk, so if the host fails, the paused vm would loose its memory?
  14. jsterr

    Difference between Pause and hibernate

    Cant find any details in the documentation, can someone tell the difference between pause and hibernate and when to use those options?
  15. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    The blacklisting should be enough atm, if you cant upgraden. Seems like you have OEM-Firmware not regular Broadcom NIC?
  16. jsterr

    VM with LVM (Thick) to LVM-Thin

    Thanks Aaron! Make sense now! So move-disk to lvm-thin would make them thin-provisioned?
  17. jsterr

    VM with LVM (Thick) to LVM-Thin

    The pool is already in use, so I cant create another one while having the current one still active. Or is there a way to actually do this on cli without loosing the thick pool? Creating lvmthin via webui doesnt give me any options.
  18. jsterr

    VM with LVM (Thick) to LVM-Thin

    Hello Proxmox-Forum :) maybe someone has already tested this out: a customer has made the following setup: * LVM (THICK) Pool 16 TB * Windows VM (VM100) with 3-4 disks ** Disk 1: 2TB ** Disk 2: 500 GB ** Disk 3: 4TB Is there a way to convert a lvm thick to lvm-thin pool? Is there any way to...
  19. jsterr

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    So detaching scsi disk and re-adding it as sata, but still havivng virtio-scsi as controller?