-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Untraced feature to decompress apps/lib on load #399
Comments
CCB 20191113 - Discussed and concurred with removal. JSC checking for dependencies. Other approaches - could use compressed file system (linux functionality), or can decompress using FM then load app/lib using ES. No use case identified that requires this functionality be built into ES. |
See also discussion on #407 covering alternate, more efficient/effective methods that reduces complexity in cFE (decompress at boot/prior to cFE startup). |
Removes untraced capabilities to decompress libraries or apps on load. For non-startup apps, FS can be used. For startup, recommendation is to compress/decompress as part of boot/startup vs individual applications/libs at load. Also fixes nasa#291, by deprecating decompress it can be moved to the FS app. Also makes nasa#135 N/A, static code analysis issues in decompress
Removes untraced capabilities to decompress libraries or apps on load. For non-startup apps, FS can be used. For startup, recommendation is to compress/decompress as part of boot/startup vs individual applications/libs at load. Also fixes nasa#291, by deprecating decompress it can be moved to the FS app. Also makes nasa#135 N/A, static code analysis issues in decompress
Removes untraced capabilities to decompress libraries or apps on load. For non-startup apps, FS can be used. For startup, recommendation is to compress/decompress as part of boot/startup vs individual applications/libs at load. Also fixes nasa#291, by deprecating decompress it can be moved to the FS app. Also makes nasa#135 N/A, static code analysis issues in decompress
Removes untraced capabilities to decompress libraries or apps on load. For non-startup apps, FS can be used. For startup, recommendation is to compress/decompress as part of boot/startup vs individual applications/libs at load. Also fixes nasa#291, by deprecating decompress it can be moved to the FS app. Also makes nasa#135 N/A, static code analysis issues in decompress
Fix nasa#399, Deprecate decompress
Describe the uncovered feature
The feature to decompress apps/libraries on load that end in .gz does not have requirements or associated build verification. Note it is covered in coverage/functional testing in fs_UT.c.
Possible solutions
Related software
Additional concern
CFE_FS_Decompress prototype is defined in both inc/cfe_fs.h and cfe_fs_decompress.h
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: