vdombrovski commented on issue #8967:
URL: https://github.com/apache/cloudstack/issues/8967#issuecomment-2074922796

   @DaanHoogland not sure if this helps, in /var/log/cloud.log I'm getting the 
same log repeated for all IPs:
   
   ```
   2024-04-04 04:43:29,474 INFO     Add: rule=-I VPN_XX.YY.25.156 -m state 
--state RELATED,ESTABLISHED -j ACCEPT table=mangle
   2024-04-04 04:43:29,475 INFO     Executing: iptables -t mangle -I 
VPN_XX.YY.25.156 -m state --state RELATED,ESTABLISHED -j ACCEPT
   2024-04-04 04:43:30,158 INFO     Executing: iptables -t mangle -D 
VPN_XX.YY.25.156 -m state --state RELATED,ESTABLISHED -j ACCEPT
   2024-04-04 04:43:30,162 INFO     Delete rule -D VPN_XX.YY.25.156 -m state 
--state RELATED,ESTABLISHED -j ACCEPT from table mangle
   2024-04-04 04:43:36,448 INFO     Address found in DataBag ==> {u'public_ip': 
u'XX.YY.25.156', u'one_to_one_nat': False, u'nic_dev_id': 2, u'network': 
u'XX.YY.25.0/24', u'first_i_p': False, u'netmask': u'255.255.255.0', 
u'source_nat': False, u'broadcast': u'XX.YY.25.255', u'add': True, 
u'is_private_gateway': False, u'nw_type': u'public', u'device': u'eth2', 
u'vif_mac_address': u'1e:00:63:00:04:b5', u'cidr': u'XX.YY.25.156/24', 
u'gateway': u'XX.YY.25.1', u'new_nic': False, u'size': u'24'}
   2024-04-04 04:43:36,448 INFO     Address XX.YY.25.156/24 on device eth2 
already configured
   2024-04-04 04:43:36,461 INFO     Executing: arping -c 1 -I eth2 -A -U -s 
XX.YY.25.156 XX.YY.25.1
   ```
   
   Regarding DataBag logs specifically (again in /var/log/cloud.log), on some 
instances we are getting this WARNING, without any other explanation:
   ```
   2024-04-23 13:11:27,089 WARNING  Unable to find and process databag for 
file: ip_associations.json.a81b47b8-2a91-42a2-a529-1de42849049c, for json 
type=ip_associations
   ```
   
   
   I will setup a "brute-force" type test case that mirrors what I've described 
in "Steps to reproduce" using either CMK or Terraform; I'll let you know if I 
can get it to reproduce.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to