shaerul commented on issue #13774:
URL: https://github.com/apache/cloudstack/issues/13774#issuecomment-5169530658

   root@s-20-VM:~# cat /var/cache/cloud/cmdline
   template=domP type=secstorage host=10.10.200.200 port=8250 name=s-20-VM 
zone=1 pod=1 guid=s-20-VM workers=5 
authorized_key=ZWNkc2Etc2hhMi1uaXN0cDI1NiBBQUFBRTJWalpITmhMWE5vWVRJdGJtbHpkSEF5TlRZQUFBQUlibWx6ZEhBeU5UWUFBQUJCQkRUZVFnKzg0MVNtcUwxaFhRQ3dJYnk4VkNsSG9zNUJlckFoejdUTWJHa1NEcWphYWVrRlB3d1RlVlMzQ0prMGpJaTQyb2E1MVBNTDc5M2pyMVQvZjNNPSBjbG91ZEBhY3MtbWFuYWdlbWVudC1vbmUK
 resource=com.cloud.storage.resource.PremiumSecondaryStorageResource 
instance=SecStorage sslcopy=false role=templateProcessor mtu=1500 
eth2ip=192.168.2.2 eth2mask=255.255.255.0 gateway=192.168.2.1 
public.network.device=eth2 eth0ip=169.254.91.180 eth0mask=255.255.0.0 
eth1ip=10.10.200.72 eth1mask=255.255.252.0 localgw=10.10.200.1 
private.network.device=eth1 eth3ip=192.168.16.132 eth3mask=255.255.255.0 
storageip=192.168.16.132 storagenetmask=255.255.255.0 
storagegateway=192.168.16.1 internaldns1=8.8.8.8 dns1=1.1.1.1 
keystore_password=TUgyejM3UGZROEtXc1N5ag== useHttpsToUpload=true 
secondaryStorageServerAddress=192.168.16
 .100
   
   root@s-20-VM:~# ip route show
   default via 192.168.2.1 dev eth2
   8.8.8.8 via 10.10.200.1 dev eth1
   10.10.200.0/22 dev eth1 proto kernel scope link src 10.10.200.72
   169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.91.180
   192.168.2.0/24 dev eth2 proto kernel scope link src 192.168.2.2
   192.168.16.0 via 10.10.200.1 dev eth1
   192.168.16.0/24 dev eth3 proto kernel scope link src 192.168.16.132
   root@s-20-VM:~#
   
   The strange thing is yesterday this was,
   
   root@s-13-VM:~# ip route show
   default via 192.168.2.1 dev eth2
   8.8.8.8 via 10.10.200.1 dev eth1
   10.10.200.0/22 dev eth1 proto kernel scope link src 10.10.200.76
   169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.30.168
   192.168.2.0/24 dev eth2 proto kernel scope link src 192.168.2.2
   192.168.16.0/24 via 10.10.200.1 dev eth1
   
   But today I can see this line has been added (s-20-VM),
   192.168.16.0/24 dev eth3 proto kernel scope link src 192.168.16.132
   
   Everything is working normally as intended.


-- 
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