Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
308 stars 254 forks source link

Remove renaming of older status files with _ suffix #1962

Closed ankitha-p closed 2 weeks ago

ankitha-p commented 2 months ago

Older WALA code had the logic to read the status file with highest sequence number. So VMSnapshotLinux extension would rename all other seq# files with _status suffix. But current WALA code reads the status of the currently executing sequence number. Renaming the status files are not needed. Guest agent has logic only to clear .status files not the ones with _status suffix. This means, older files can pile up in the VM as they don't get cleaned up.