commit | 4d27c1b997a5590ed58b1f87f67e47bde1cc9185 | [log] [tgz] |
---|---|---|
author | Adi Gangidi <adi.gangidi@rackspace.com> | Wed May 11 18:27:43 2016 -0500 |
committer | Adi Gangidi <adi.gangidi@rackspace.com> | Wed May 11 18:27:43 2016 -0500 |
tree | 9a90b110742b8652c8b9e67ecff7763b65b56a3f | |
parent | 0850b872e9c76204b38ad964c93e5b18082e5df0 [diff] |
Corrected the check for 'clear_persistent_files' Previously: As a part of BMC firmware update via REST API process, "check_persistent_files" flag was being incorrectly checked. As a result persistent file system was cleaned even through "check_persistent_files" flag was left at "0" (default) Post-Change: Persistent file system was cleaned only if "check_persistent_files" flag is set to "1" by the user.