Search results

  1. jsterr

    Unable to Remove VM After Interrupted OVF Import on Proxmox

    If the vm is locked (what could be) I dont think theres a way to do this via web-ui.
  2. jsterr

    New 3 Node Cluster Ceph Mon issue

    It would be the best to post your pvereport of all the nodse if you can. make sure sensitive-information is removed if you dont want to show the report to everyone. Usually when there are problems in ceph it has these causes: network is not correctly configured (not working, or not same mtu on...
  3. jsterr

    Unable to Remove VM After Interrupted OVF Import on Proxmox

    You might need to do via cli: qm unlock <VMID> qm destroy <VMID> And then it should work. Is there a lock symbol over the vm-icon in the web-ui?
  4. jsterr

    Cluster reboot after adding new node

    Hi @PaNggNaP without any logs is hard to help. Usually when nodes reboot its because you have problems with corosync, because of having high latency on the link -> which can lead to whole cluster reboots. Please send: root@PMX8:~# journalctl -u corosync.service because you are using pve6...
  5. jsterr

    Whats the best way to give vms access to ceph network?

    I want to mount cephfs inside vms, so they can use it for shared storage, so we need network access for vms to the ceph network. Thats the current network config. I dont want to put ceph on a vmbr by default, but thought about creating some additional devices that can use the bond1. seems like...
  6. jsterr

    Random 6.8.4-2-pve kernel crashes

    Thanks! Any downsides or side-effects you have noticed after enabling?
  7. jsterr

    [SOLVED] Rename a Cluster (Not a Node)

    This works in 2024. Any other place where cluster-name is in use and should be replaced or any side-effects? After changing in corosync-file i restarted corosync on all nodes -> and yes config_version should always be set to value +1
  8. jsterr

    Veeam Support for Proxmox VE

    Today was a demo of the upcoming veeam support for proxmox ve. Does anyone have new information on what can be done and if there are any limitations? I saw a video on linkedin and did a quick review of what I could see from that clip: Also some links there are currently there for more...
  9. jsterr

    [SOLVED] Adding more disks to an already exist ZFS RaidZ1

    Sorry for necroing this thread. But is it true that a newly added vdev will not get old data kinda "rebelanced/resilvered" when you add one? So whats the best practice for increase a zfs-pool for a pbs for example, that has already multiple vdevs? Just wanted to have a confirmation that this is...
  10. jsterr

    Is it possible to create PROXMOC VE cluster with 2 nodes and 1 VM?

    This can be used for Proxmox VE & ZFS HCI (2 Node Clusters) with async replication based on replication feature in the PVE web-ui. Of course the VM for quorum should NOT be on the same cluster.
  11. jsterr

    Processors Profile

    See https://forum.proxmox.com/threads/cant-use-epyc-rome-cpu-after-update.125336/#post-547510 for a solution/workaround and additional information why this happens.
  12. jsterr

    Processors Profile

    Just tested, error says on both cpu profiles: () kvm: warning: host doesn't support requested feature: CPUID.0DH:EAX.xsaves [bit 3] kvm: Host doesn't support requested features TASK ERROR: start failed: QEMU exited with code 1 @OD3UNICRON just in case you dont know, if possible using host...
  13. jsterr

    How to reconfigure the network in ceph on Proxmox VE?

    Can you share your /etc/network/interfaces and /etc/pve/corosync.conf and /etc/pve/ceph.conf ?
  14. jsterr

    Backing Up Proxmox with Veeam

    A reply to one of my linkedinpost (about 6.8 kernel issues on pve) that also metioned veeam, might help you. Not sure why he is purching veeam blksnapd, should maybe be reinstalled afterwards?
  15. jsterr

    Determine link-status via Proxmox UI on vmbrs with Linux VLANs

    I took the chance and put your post into the bugreport so it gets also seen there. Nice that you could reuse my snippet :)
  16. jsterr

    Random 6.8.4-2-pve kernel crashes

    I got a reply to one of my linkedin posts that recommend the following parameters, can someone with 6.8 and crashes try these out in /etc/kernel/cmdline and apply those pcie_port_pm=off libata.force=noncq and do a proxmox-boot-tool refresh and reboot?
  17. jsterr

    [SOLVED] SMART error (CurrentPendingSector) detected on host: pve2

    Hello @R.A.W. thanks for letting us know, i just updated the wiki. Thanks! https://www.thomas-krenn.com/de/wiki/Currently_unreadable_(pending)_sectors_-_SMART-Daemon_Proxmox#Deaktivieren_der_ID_197
  18. jsterr

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    I got a reply to one of my linkedin posts that recommend the following parameters, can someone with 6.8 and crashes try these out in /etc/kernel/cmdline and apply those pcie_port_pm=off libata.force=noncq and do a proxmox-boot-tool refresh and reboot?
  19. jsterr

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

    I dont know how to install kernel headers without internet. But the firmware script should not require it. Are you sure, your "no internet" problem is related to this? The issues from this topic can also temporarily be fixed by restarting the network with service networking restart. Maybe you...
  20. jsterr

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

    Download the file and put it on a usb stick? We also did a tutorial on howto install niccli as Its little bit annoying to install: https://www.thomas-krenn.com/de/wiki/Installation_NICCLI_unter_Proxmox_VE