ha/service-mgmt/sm-db/database
Erickson Silva de Oliveira b4fb57c610 Increase retries and timeouts on "audit-enabled" of
mgr-restful-plugin in SM database

When the system is unstable, using a lot of CPU, it takes
more time for the communication between the components to happen.

So it's necessary to increase the maximum of retries and timeouts
in the "audit-enable" of the mgr-restful-plugin to prevent errors
from happening.

Test Plan:
PASS: mgr-restful-plugin restarted by SM (AIO-SX)

Closes-bug: 2000080

Signed-off-by: Erickson Silva de Oliveira <Erickson.SilvadeOliveira@windriver.com>
Change-Id: I0f8462fef20196a3bb913fa7d374a86a2c6565f1
2023-01-05 18:17:54 +00:00
..
Makefile Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
README Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
create_sm_db.sql Increase retries and timeouts on "audit-enabled" of 2023-01-05 18:17:54 +00:00
create_sm_hb_db.sql Remove version from sm-db folder 2019-09-26 14:08:15 -05:00
sm-patch.sql Remove version from sm-db folder 2019-09-26 14:08:15 -05:00

README

The SM database is generated by the corresponding SQL scripts:
create_sm_db.sql -> sm.db
create_sm_hb_db.sql -> sm.db.hb

Instructions:
1. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql:
    Add proper SQL statement(s) (insert, update, delete) to the sql file.