You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[reduce_and_add_sonic_images] get image size during installing image (sonic-net#17496)
What is the motivation for this PR?
Monitor image size
How did you do it?
Get image size during installing image
How did you verify/test it?
// SONiC-OS-20220531.52
"dockerfs": 353373269,
"downloaded_image_version": "SONiC-OS-20220531.52",
"image_size": 968080035,
"squashfs": 575938560
// SONiC-OS-20230531.40
"docker_dir": 973835329,
"downloaded_image_version": "SONiC-OS-20230531.40",
"image_size": 664367842,
"squashfs": 349605888
0 commit comments