Recent content by luckman212

  1. L

    Add CRM command to switch an online node manually into maintenance (without reboot). HOW

    I don't know... let me check with API and see if there is anything useful in the API response first... in general I would not expect API client or CLI command to follow with a grep of journal log to look for success/failure
  2. L

    Add CRM command to switch an online node manually into maintenance (without reboot). HOW

    No, pve01 is online (all nodes are online…) Actually, when I checked in the GUI, I realized somehow that HA was disarmed. Must have been left in an inconsistent state after the last shutdown failure. After I re-armed HA, the ha-manager crm-command node-maintenance enable… commands are working...
  3. L

    Add CRM command to switch an online node manually into maintenance (without reboot). HOW

    The update to 9.2.20 hasn't changed anything, the ha-manager crm-command node-maintenance enable pve01 command still does not succeed in setting the node to maintenance mode.
  4. L

    Add CRM command to switch an online node manually into maintenance (without reboot). HOW

    The node(s) just do not ever enter maintenance mode. No error message is printed, and I don't really see anything relevant in the syslogs either. I upgraded to PVE 9.2.20 yesterday, so I will test again
  5. L

    Are Proxmox UI tags only for filtering, or do they have other functionality?

    I tried to look up how to filter by tag in the Proxmox VE GUI, it says to use e.g. tag:windows but that didn't work for me (PVE 9.2.20). I had to just type "windows". But that also finds VM with name "windows03" which might not be actually tagged "windows". Is there a way to explicitly search...
  6. L

    Add CRM command to switch an online node manually into maintenance (without reboot). HOW

    This has been working for me for many months, up until very recently ha-manager crm-command node-maintenance enable pve01 Now, it's no longer working. Not sure why! PVE 9.2.18, 3 node cluster, no ceph
  7. L

    [SOLVED] Error on backup

    I decided to remove all virtio drivers and reinstall from v173 like you mentioned @_gabriel I kept the disk on SCSI for now. Will see how things go. Thanks
  8. L

    [SOLVED] Error on backup

    Ok, thanks. So I should uninstall these drivers and switch storage back to SATA for 2kr12?
  9. L

    [SOLVED] Error on backup

    @_gabriel but this is the version that shipped inside the virtio v302 iso?
  10. L

    [SOLVED] Error on backup

    I had to disable driver signing enforcement with bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit /set TESTSIGNING ON after that, I was able to install the virtio 302 drivers... with help from Driver Store Explorer to clean up the old ones... seems to be loaded now, will see how she...
  11. L

    [SOLVED] Error on backup

    I will try Not sure v302 will install on a Windows 2012R2 VM (one of them happens to be this old yes)
  12. L

    [SOLVED] Error on backup

    I'm experiencing this problem (very infrequently) in my homelab. It ONLY ever occurs with Windows VMs, which leads me to believe it's more nuanced than just "bad RAM" on the PVE host or the PBS server. I've done numerous diagnostic tests (memory tests and network tests) to ensure my network is...
  13. L

    pmxcfs spamming into /var/log/syslog

    @fiona thank you, clusterlog looks ok to me... pretty quiet root@pve02:~# cat /etc/pve/.clusterlog { "data": [ {"uid": 132, "time": 1787578686, "pri": 6, "tag": "pvedaemon", "pid": 1926470, "node": "pve01", "user": "root@pam", "msg": "starting task...
  14. L

    pmxcfs spamming into /var/log/syslog

    I'm getting these too, only on 1 node of my 3-node cluster (PVE 9.2.11) Is echo "1" >/etc/pve/.debug still suggested?