Hello,
When I start a FST it spends quite a while doing this:
241018 22:55:03 time=1729292103.530083 func=WaitManager level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bdb7fe700 source=Config:64 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="wait for manager info ..."
241018 22:55:04 time=1729292104.530242 func=WaitManager level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bdb7fe700 source=Config:64 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="wait for manager info ..."
241018 22:55:05 time=1729292105.515482 func=Boot level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bd8ff3700 source=Storage:493 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="waiting to know manager" fsid=3
241018 22:55:05 time=1729292105.530374 func=WaitManager level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bdb7fe700 source=Config:64 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="wait for manager info ..."
241018 22:55:06 time=1729292106.530528 func=WaitManager level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bdb7fe700 source=Config:64 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="wait for manager info ..."
241018 22:55:07 time=1729292107.530746 func=WaitManager level=INFO logid=static.............................. unit=fst@eos-fst-2.eos-fst.eos.svc.kermes-dev.local:1095 tid=00007f9bdb7fe700 source=Config:64 tident= sec=(null) uid=99 gid=99 name=- geo="" msg="wait for manager info ..."
Eventually (usually) it seems to time out, fail with exit code 139, and restart and then somehow eventually succeed.
Is it trying to register with the MGM? It has the correct config:
# echo $EOS_MGM_URL
root://eos-mgm-0.eos-mgm.eos.svc.kermes-dev.local
so I’m not sure what the issue is. Does the FST initiate a connection to port 1097 of $EOS_MGM_URL ?
Thanks!