
From the e2fsck man pages, the exit codes of 0, 1, 2 should not be treated as failures. We should never see exit code 2 though, since it only occurs when e2fsck is run against a mounted filesystem. The solution is to extend the check to only fail on exit code > 1. Test Plan PASS: Verify e2fsck exit code handling during subcloud install with resized partition Closes-Bug: 1998611 Change-Id: Ie22fd77e3d2e2d631ba467b818bdc77c77f0d8b8 Signed-off-by: Kyle MacLeod <kyle.macleod@windriver.com>
metal
StarlingX Bare Metal Management
Description
Languages
C++
83%
Shell
10.2%
Python
3.3%
C
2.5%
Makefile
1%