Skip to content

Commit 58b1cec

Browse files
Allow mgmt-framework to be warm restart
1 parent a3bbf46 commit 58b1cec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sonic_installer/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def set_fips(image, enable_fips):
647647
bootloader = get_bootloader()
648648
if not image:
649649
image = bootloader.get_next_image()
650-
if image not in bootloader.get_installed_images():
650+
if image not in bootloader.get_installed_images():
651651
echo_and_log('Error: Image does not exist', LOG_ERR)
652652
sys.exit(1)
653653
bootloader.set_fips(image, enable=enable_fips)
@@ -743,7 +743,8 @@ def cleanup():
743743
"swss",
744744
"syncd",
745745
"teamd",
746-
"telemetry"
746+
"telemetry",
747+
"mgmt-framework"
747748
]
748749

749750
# Upgrade docker image

0 commit comments

Comments
 (0)