Open Drmitakaushik opened 2 years ago
@Drmitakaushik I believe a similar problem was reported in this issue: https://github.com/checkpoint-restore/criu/issues/838
@rst0git thank you so much for the response but now the issue I am facing is that I am not able to see the dump and restore information in the same log while checkpointing the sctp connections.Could you please give your insight on what could be the issue.
I am not able to see the dump and restore information in the same log while checkpointing the sctp connections.
As far as I know, CRIU does not yet have support for sctp connections (https://github.com/checkpoint-restore/criu/issues/321, https://github.com/checkpoint-restore/criu/issues/974)
A friendly reminder that this issue had no activity for 30 days.
Description
Unable to restore openvpn connection between Centralised unit ,Core network and Distributed unit.The checkpoint/dumping is working fine but while restoring it is unable to call the restore function as a result restoration is failing **Steps to reproduce the issue:** 1.Create openvpn connection between CU ,DU and core network 2.Run the hss,mme and spgw.Launch CU in ubuntu 18.04 container,DU.You would be able to see 1 in connected enb in mme console 3.Try to checkpoint and restore the connection **Describe the results you received:** After checkpointing the connection between core network and Centralised unit is not locked,it is just reassc0ating as a result connection between CU and DU is lost and we are failing to restore the connection.The connection should be restored, that is it should never be broken.Between CU and core network first connection is broken and then restored so restoration not working properly.We are running CU in a container and doing container migration of CU. **Describe the results you expected:** Wanted that connection between CU and core network did not break as a result connection bw CU and DU restored. **Additional information you deem important (e.g. issue happens only occasionally):** **CRIU logs and information:** [criu.log](https://github.com/checkpoint-restore/criu/files/8010281/criu.log)CRIU full dump/restore logs:
Output of `criu --version`:
``` Version: 3.12 GitID: v3.12-175-g3953b3332 ```
Output of `criu check --all`:
Nothing showing