Search results

  1. K

    spurious kernel messages since upgrade to 7.2

    Any updates on this? Still happening with 5.15.60-1-pve Thank you!
  2. K

    Resizing root partition and giving proxmox more space

    Thanks for writing this. However, the last lvconvert command gave me an error: # lvconvert --type thin-pool pve/data Command on LV pve/data does not accept LV type thinpool. Command not permitted on LV pve/data. # Any thoughts?
  3. K

    [SOLVED] backup failed for non-existing VM

    They don't appear in the GUI, though, as shown in the attached pic. Thanks! George
  4. K

    [SOLVED] backup failed for non-existing VM

    Hello Proxmox, I deleted 2 VMs from our cluster (that had backup jobs on them). Subsequent backup jobs fail on those VMs with "no log available", even though those VMs are not listed in the backup job. I'm getting an email from every single host in my cluster. How can I remove those VMs IDs...
  5. K

    spurious kernel messages since upgrade to 7.2

    I have this happening, too, although it is more than one host. Any idea when it's going to get fixed? Thanks!
  6. K

    how to install ceph influx module?

    I already have an influxdb database installed on a VM that I use for other data collecting. That's not the problem. What is the issue, though, what's the best way to install the ceph influx module. My understanding is that Proxmox "slightly" modifies ceph and distributes the ceph packages...
  7. K

    how to install ceph influx module?

    Thanks, @Spirog. What you are pointing enables the Proxmox influx integration, which gathers Proxmox-related statistics. I am interested in Ceph-specific stats, that are not gathered by the Proxmox metric server. Thank you! George
  8. K

    how to install ceph influx module?

    Hello, I would like to enable influx data gathering for ceph. The ceph documentation that I found have instructions on how to enable it, but not how to install it; I can only assume that it installs by default. However, when I try to enable the influx ceph module in a Proxmox cluster, I get...
  9. K

    Removal of failed node

    If I remove a failed node, are the containers and VMs taken care of automatically? Is there some other process I need to do to let Proxmox know that they are not around anymore? How about backups? What is the implication of existing backups on VM/LXCs after I re-create the node (with new HW)...
  10. K

    [SOLVED] updated Proxmox on one host, caused havoc in the cluster

    Thanks Stoiko, (c) and (d) helped. It turned out that some other nodes had corosync frozen, and by restarting corosync on those nodes the cluster became alive again. I went ahead and did updates on the rest of the nodes without problems, so I am back in business now. Thank you for the help...
  11. K

    [SOLVED] updated Proxmox on one host, caused havoc in the cluster

    restarting pve-cluster on 2 nodes (one with the update and one without) did not do any help. Attaching journals from both nodes. As a note, the screenshot was from the console, not any logs. Thank you! George
  12. K

    [SOLVED] updated Proxmox on one host, caused havoc in the cluster

    Hi there. We have 2 Proxmox clusters. I updated packages on one cluster with no problems. Then I started updating packages on the 2nd cluster, and after I upgraded the 1st node, the whole cluster went berserk. Initially, some of the nodes appeared up, some down, and some with a "?", even...
  13. K

    Proxmox 7 install clobbers timesyncd conf file

    I re-edited timesyncd.conf after the upgrade. :-( Not an ideal solution when having a big cluster, but scripting helps. Ansible helps even more.
  14. K

    upgrade to kernel 5.13.19-4-pve problems

    Hello... I did a package upgrade yesterday 2/6/22 (including kernel update to 5.13.19-4-pve) and it's consistently hanging about 20-30 minutes after boot. Symptoms include: - unresponsive console, does not respond to Ctrl-Alt-Del or ACPI Shutdown. - "qm list" hanging. Some VMs hanging. LXC...
  15. K

    Inconsistent hostname sorting

    Thanks. I couldn't find where you pointed, but I looked in the Search tab (in any view), you can sort with various columns and search, so it good enough for my use. It's still inconsistent, though, to sort (by default) the nodes alphabetically and the VM/CTs by ID. :-) Thanks for the pointers!
  16. K

    Inconsistent hostname sorting

    Hello Proxmox, I would like to request a feature which is very useful in large clusters. We have a cluster with 33 nodes and way too many containers to count by hand (about 100). In the Server View, nodes are sorted by hostname, while in the Pool View containers and VMs are listed by VM/CT...
  17. K

    Change Cluster Nodes IP Addresses

    I had trouble following the recipe provided, even with a reboot. I always end up with a "split brain" scenario where I can connect to the host that I changed IP address, but corosync keeps that node out of quorum. I've ended up re-installing the node from scratch (and moving VMs to another node).
  18. K

    root on zfs overlayfs issue with docker (RENAME_WHITEOUT)

    Hello, I have some LXC containers with docker running inside them. Those work well with root-on-ext4, with the required changes in the .conf files. When I do the same on root-on-zfs, I get the following messages in the console: overlayfs: upper fs does not support RENAME_WHITEOUT. overlayfs...
  19. K

    cluster with zfs and ext4 root

    Thank you, I wasn't aware of the Nodes setting.