AWS mgn documentation change
Summary
Increased the required free disk space on the /tmp directory for the installation process from 500 MB to 1 GB.
Security assessment
This change updates system requirements for installation. While insufficient disk space could cause installation failures, there is no concrete evidence in the diff that this change addresses a specific security vulnerability or weakness. It appears to be a routine update to installation prerequisites.
Diff
diff --git a/mgn/latest/ug/Troubleshooting-Agent-Issues.md b/mgn/latest/ug/Troubleshooting-Agent-Issues.md index aec487184..aa552d25b 100644 --- a//mgn/latest/ug/Troubleshooting-Agent-Issues.md +++ b//mgn/latest/ug/Troubleshooting-Agent-Issues.md @@ -92 +92 @@ Free disk space on the root directory – verify that you have at least 3 GB of -Free disk space on the /tmp directory – for the duration of the installation process only, verify that you have at least 500 MB of free disk on the /tmp directory. To check the available disk space on the /tmp directory run the following command: df -h /tmp +Free disk space on the /tmp directory – for the duration of the installation process only, verify that you have at least 1 GB of free disk on the /tmp directory. To check the available disk space on the /tmp directory run the following command: df -h /tmp