Some times after running migrate command I get this
In syslog
Then I run from command line
Then migration starts working
I noticed this line in syslog right before the migration
Code:
[FONT=verdana][COLOR=#000000]Executing HA migrate for VM 100 to node virt2n3-la[/COLOR][/FONT]
[SIZE=2][FONT=verdana][COLOR=#000000]unable to open file '/etc/pve/ha/crm_commands.tmp.19096' - No such file or directory[/COLOR][/FONT][/SIZE]
[COLOR=#000000][SIZE=2][FONT=tahoma]TASK ERROR: command 'ha-manager migrate vm:100 virt2n3-la' failed: exit code 2
[/FONT][/SIZE][FONT=tahoma]
[/FONT][/COLOR]
In syslog
Code:
[/FONT][/COLOR]Oct 10 01:12:05 virt2n4-la pvedaemon[22397]: <root@pam> starting task UPID:virt2n4-la:00004A97:009DFD7E:5618C855:hamigrate:100:root@pam:
Oct 10 01:12:06 virt2n4-la pvedaemon[19095]: command 'ha-manager migrate vm:100 virt2n3-la' failed: exit code 2
Then I run from command line
Code:
[/FONT][/COLOR]ha-manager migrate vm:100 virt2n3-la
unable to open file '/etc/pve/ha/crm_commands.tmp.19823' - No such file or directory
touch /etc/pve/ha/crm_commands.tmp.1
touch: cannot touch ‘/etc/pve/ha/crm_commands.tmp.1’: No such file or directory
touch /etc/pve/ha/crm_commands.1
rm /etc/pve/ha/crm_commands.1
Then migration starts working
I noticed this line in syslog right before the migration
Code:
Oct 10 01:17:19 virt2n4-la pve-ha-crm[1206]: status change wait_for_quorum => slave
Last edited: