Recovery mode for mount install and mount update 39/86739/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 1 Sep 2016 10:05:21 +0000 (12:05 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 7 Sep 2016 10:07:54 +0000 (03:07 -0700)
commit9530d5818794da958ddc8a40b88a7d3fe2b6b8f1
tree2be60b742c4d645d69557574aa8b93b01a08fc0f
parenta3699cbdfd07be446ad10f204f925d184b0a2022
Recovery mode for mount install and mount update

Implements recovery of mount install and mount update
requests in common library code. Additional step is added
that is needed to be used in recovery mode.

Change-Id: I6fa8aefc58b4348b3b7d2cf78421617eebfd757b
14 files changed:
src/common/CMakeLists.txt
src/common/recovery_file.cc
src/common/step/configuration/step_configure.cc
src/common/step/filesystem/step_recover_files.cc
src/common/step/filesystem/step_recover_files.h
src/common/step/filesystem/step_recover_storage_directories.cc
src/common/step/filesystem/step_recover_storage_directories.h
src/common/step/mount/step_mount_install.cc
src/common/step/mount/step_mount_install.h
src/common/step/mount/step_mount_recover.cc [new file with mode: 0644]
src/common/step/mount/step_mount_recover.h [new file with mode: 0644]
src/common/step/recovery/step_open_recovery_file.cc
src/common/step/recovery/step_recovery.cc
src/common/step/recovery/step_recovery.h