Failed waiting for data. Error 195887105. Failure. The source detected that the destination failed to resume. vMotion migration [-1062703306:5592608966896567683] failed: remote host <192.168.111.54> failed with status Failure. vMotion migration [-1062703306:5592608966896567683] failed to asynchronously receive and apply state from the remote host: Failure. Failed waiting for data. Error 195887105. Failure.
2020-06-22T15:15:49.724Z cpu4:4446496)Save state called for filter nic-4443130-eth0-vmware-sfw.2 2020-06-22T15:15:49.724Z cpu4:4446496)Exporting nic-4443130-eth0-vmware-sfw.2, Version 1000 2020-06-22T15:15:49.724Z cpu4:4446496)Create tbl failed: -1 2020-06-22T15:15:49.724Z cpu4:4446496)EXPORTTLVTABLES failed 28 2020-06-22T15:15:49.724Z cpu4:4446496)Unable to add tables. Total = 67452, used = 32, avail = 67420, need = 87 2020-06-22T15:15:49.724Z cpu4:4446496)Failed to retreive datapath save state data: FailureScenario 2 - Address sets lost after storage vMotion:
2020-06-22T12:10:40.109Z cpu7:4439212)Save state called for filter nic-4438977-eth0-vmware-sfw.2 2020-06-22T12:10:40.109Z cpu7:4439212)Exporting nic-4438977-eth0-vmware-sfw.2, Version 1000 2020-06-22T12:10:40.109Z cpu7:4439212)Create tbl failed: -1
# vsipioctl getaddrsets -f nic-4443130-eth0-vmware-sfw.2 ERROR: failed to get size of addrset ip-vm-186: ioctl failed #
GET /api/4.0/firewall/config/globalconfigurationExample of the output:
<?xml version="1.0" encoding="UTF-8"?>
<globalConfiguration>
<layer3RuleOptimize>false</layer3RuleOptimize>
<layer2RuleOptimize>true</layer2RuleOptimize>
<tcpStrictOption>false</tcpStrictOption>
<enableGlobalContainers>true</enableGlobalContainers>
<ruleStatsDisabled>false</ruleStatsDisabled>
</globalConfiguration>
2. Change the value of enableGlobalContainers to false in the retrieved result and run:
PUT /api/4.0/firewall/config/globalconfigurationBody:
<globalConfiguration>
<layer3RuleOptimize>false</layer3RuleOptimize>
<layer2RuleOptimize>true</layer2RuleOptimize>
<tcpStrictOption>false</tcpStrictOption>
<enableGlobalContainers>false</enableGlobalContainers>
<ruleStatsDisabled>false</ruleStatsDisabled>
</globalConfiguration>
# vsipioctl getaddrsets -f nic-4443130-eth0-vmware-sfw.2
addrset is shared for this filter
global addrset
No address sets.
local addrset
addrset attr_1007_1_APP_ID {
# generation number: 1592838483960
# realization time : 2020-06-22T15:08:05
int attr 81 APP_HTTP,
}
Example of a filter with no local address set.
# vsipioctl getaddrsets -f nic-4443130-eth0-vmware-sfw.2
addrset is shared for this filter
global addrset
addrset ip-vm-186 {
# generation number: 1592828630729
# realization time : 2020-06-22T12:32:09
ip 172.16.50.11,
ip fe80::250:56ff:feab:f8c3,
}
local addrset
No address sets.