Recent content by churnd

  1. C

    cloud-init sudoers bug?

    When using cloud-init with a Debian 10 VM, there seems to be a bug or glitch in the sudoers file: >>> /etc/sudoers.d/90-cloud-init-users: syntax error near line 11 <<< Opening it with visudo looks like the attachment. If I remove line 11, it's fine. Just wondering where that file comes from...
  2. C

    cloud-init multiple interfaces

    Is there a way to set policy based routing rules via cloud-init if a VM is using multiple interfaces? Usually it'd involve something like this in /etc/network/interfaces or some such file in /etc/network/interfaces.d/: iface eth1 inet static address 10.10.0.10 netmask 255.255.255.0...
  3. C

    Disk IO during clone/backup

    When you clone a VM, does proxmox artificially limit disk IO during the clone as to not overwork the storage & affect other VMs? I was under the impression that backups did this, so I assumed clones did too. However, I saw an issue yesterday during a clone where several VMs (that are busier...
  4. C

    2 node cluster recovery

    Thanks. I shut down the disconnected node just to be safe. Once it comes back online, I should run pvecm expected 2 on the active node?
  5. C

    2 node cluster recovery

    I have a 2 node Proxmox 3.4 cluster (not using HA or fencing). One is disconnected from the primary network due to a failed switch. I can get into it via the storage network. I need to manually migrate a few VMs to the active node. I planned to do this by shutting down the VM on the...
  6. C

    PVE4.0 Cluster iDRAC Watchdog

    I haven't done extensive testing on this because my cluster is in production. I have a 3 node cluster. One node is using OMSA 8.4, and the other two are still on 7.4. I haven't upgraded the other two due to some issues with 8.4 (commands showing weird output that shouldn't be there, idrac...
  7. C

    PVE4.0 Cluster iDRAC Watchdog

    Resurrecting an old thread. Has there been any testing done with OMSA 8? It's changed a bit... for example, the idracadm command is no longer there (intentionally).
  8. C

    Can't live migrate after dist-upgrade

    My cluster is fully upgraded now so I can't reproduce. My experience was exactly like above stefws said. I migrated off node1 to node2 (both were on the prior version), upgraded node1 & rebooted, then could not migrate from node2 back to node1. The errors I saw were exactly similar to what he...
  9. C

    Can't live migrate after dist-upgrade

    I have a 3 node cluster & all nodes were on the latest version of Proxmox v4. Last night got an email that upgrades were available in the Enterprise repo. I live migrated all VM's off of one node, dist-upgraded, rebooted, then tried to live-migrate back & it would not work. I had to shut down...
  10. C

    PVE4.0 Cluster iDRAC Watchdog

    OK I didn't see THAT part in the wiki. Added that file & now the output looks as it should: root@node3:~# /opt/dell/srvadmin/bin/idracadm7 getsysinfo -w Watchdog Information: Recovery Action = Power Cycle Present countdown value = 9 seconds Initial countdown value = 10 seconds...
  11. C

    PVE4.0 Cluster iDRAC Watchdog

    As usual, I missed one critical step in the wiki, setting /etc/default/pve-ha-manager: # select watchdog module (default is softdog) WATCHDOG_MODULE=ipmi_watchdog I set that & rebooted, now I see: root@node3:~# /opt/dell/srvadmin/bin/idracadm7 getsysinfo -w Watchdog Information: Recovery...