Recent content by guiambros

  1. G

    Unable to login - I/O Error

    Thanks! This also worked for me, and also running a single node; no HA. In my case I ran out of disk space, and had trouble connecting via the UI. Solved the disk space, but Proxmox was still stuck, and there was a message on syslog every few seconds on pve-ha-lrm[1201]: unable to write lrm...
  2. G

    [SOLVED] Shrinking of lvm-thin possible? Best workaround?

    I just followed the instructions above, and it worked great -- thank you! I also got here planning to shrink local-thin and expand local to accommodate for backups, but a much better approach was to create a separate directory for backups inside local-thin, instead of commingling them with OS...
  3. G

    Adding Bridge without rebooting

    Thanks @smartynov, this worked for me! Just note that the tap interfaces changed to fwpr###p# in recent versions, so you may need to adjust accordingly. Here's what I'm using as reload-network.sh: #!/bin/bash /etc/init.d/networking restart grep -FH bridge= /etc/pve/nodes/*/qemu-server/*.conf...