Hi,
We have deployed StarlingX in Distributed cloud mode. From Central cloud, multiple edges are bootstrapped.
Recently bootstrapping of edge is tried.
Following are the steps
2021-05-05 10:50:07.872 145899 ERROR sysinv.openstack.common.periodic_task cursor.execute(statement, parameters)
2021-05-05 10:50:07.872 145899 ERROR sysinv.openstack.common.periodic_task
DBConnectionError: (psycopg2.DatabaseError) server closed the connection unexpectedly
2021-05-05 10:50:07.872 145899 ERROR sysinv.openstack.common.periodic_task This probably means the server terminated abnormally
2021-05-05 10:50:07.872 145899 ERROR sysinv.openstack.common.periodic_task before or while processing the request.
:
AS i_lvg_1_lvm_vg_access, i_lvg_1.lvm_max_lv AS i_lvg_1_lvm_max_lv, i_lvg_1.lvm_cur_lv AS i_lvg_1_lvm_cur_lv, i_lvg_1.lvm_max_pv AS i_lvg_1_lvm_max_pv, i_lvg_1.lvm_cur_pv AS i_lvg_1_lvm_cur_pv, i_lvg_1.lvm_vg_size
AS i_lvg_1_lvm_vg_size, i_lvg_1.lvm_vg_total_pe AS i_lvg_1_lvm_vg_total_pe, i_lvg_1.lvm_vg_free_pe AS i_lvg_1_lvm_vg_free_pe, i_lvg_1.capabilities AS i_lvg_1_capabilities, i_lvg_1.forihostid AS i_lvg_1_forihostid \nFROM i_pv LEFT OUTER JOIN i_host AS i_host_1
ON i_host_1.id = i_pv.forihostid LEFT OUTER JOIN i_lvg AS i_lvg_1 ON i_lvg_1.id = i_pv.forilvgid']
2021-05-05 10:50:07.872 145899 ERROR sysinv.openstack.common.periodic_task
sysinv 2021-05-05 10:50:08.116 145899 ERROR sysinv.openstack.common.rpc.amqp
[-] Exception during message handling: DBConnectionError: (psycopg2.OperationalError) server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
2021-05-05 10:50:08.116 145899 ERROR sysinv.openstack.common.rpc.amqp Traceback (most recent call last):
Any pointers to solve this issue ?
Is there any limitation on the number of the edges that can be bootstrapped. ?
Regards,
Sriram