commit | ef8cd9f6777b4db0eb5fac8ec0c215d6aeb9716a | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Wed Aug 16 14:20:30 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 18 21:07:54 2017 +0000 |
tree | 8a2390b44861246e6fca2aa79796e4e8505325aa | |
parent | aa6a243018457c2c8a1e4ab779041753936b5565 [diff] |
Item_updater:Restructure the sequence of delete interface. - We are seeing several instances where the ubi volumes are deleted but not the persistence priority files. - By moving the removal of persistence files at the start of the delete function we can be sure that the files gets delete before any ubi volume delete fails. Resolves openbmc/openbmc#2160 Change-Id: Ic186e6060da542bc22160dcc2b97f13bfcd51a77 Signed-off-by: Saqib Khan <khansa@us.ibm.com>