Skip to content

Commit

Permalink
Merge branch 'main' into release/v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored May 13, 2024
2 parents 390feaf + 406f587 commit 0aa5efa
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 315 deletions.
2 changes: 1 addition & 1 deletion otaclient/app/boot_control/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def prepare_standby_dev(
if fslabel:
CMDHelperFuncs.set_ext4_fslabel(self.active_slot_dev, fslabel=fslabel)

def umount_all(self, *, ignore_error: bool = False):
def umount_all(self, *, ignore_error: bool = True):
logger.debug("unmount standby slot and active slot mount point...")
CMDHelperFuncs.umount(
self.standby_slot_mount_point, raise_exception=ignore_error
Expand Down
Loading

0 comments on commit 0aa5efa

Please sign in to comment.