Bug 378 - Configuration Cloning Fails
Review Request #250 — Created May 13, 2024 and submitted
| Information | |
|---|---|
| apoorva.sn | |
| AMP | |
| AMP_3_6 | |
| https://bugzilla.arraynetworks.net/show_bug.cgi?id=378 | |
| Reviewers | |
| pmurugaiyan, prajesh, shuinvy | |
Problem
cloned config was not getting applied successfully on the AG device. This was because with the command "clear config secondary" the connection to restapi would be lost as restapi would be turned off when we clear config.
Solution
Similar to what is done for APV where the config of the cloned file is applied doing the same for AG with the command.
Have removed the clear config secondary to resolve the issue
Tested by taking clone config of a device and changing the log settings in the device to
DEBUG'.
After applying the cloned config the log level changes back to 'INFO' as before
| Description | From | Last Updated |
|---|---|---|
|
Do we need if else? |
|
-
-
branches/amp_3_6/src/webui/webui/htdocs/new/src/cm/lib/task_scheduler.py (Diff revision 1) Do we need if else?
