-
Notifications
You must be signed in to change notification settings - Fork 51
Update troubleshooting section of Containerized installation to adhere to modular docs guidelines #3503
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small suggestions. Otherwise LGTM
systemctl status automation-controller-web.service --user | ||
---- | ||
+ | ||
The output will look like the following if everything is running correctly: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nit picky, but you know how I hate "will" :P An alternative here could be "The output appears/displays/shows like the following..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, I must of missed this in the weeds of the mod docs stuff :L
|
||
---- | ||
TASK [ansible.containerized_installer.automationcontroller : Create the receptor container] *************************************************** | ||
fatal: [ec2-13-48-25-168.eu-north-1.compute.amazonaws.com]: FAILED! => {"changed": false, "msg": "Can't create container receptor", "stderr": "Error: creating container storage: creating an ID-mapped copy of layer \"98955f43cc908bd50ff43585fec2c7dd9445eaf05eecd1e3144f93ffc00ed4ba\": error during chown: storage-chown-by-maps: lchown usr/local/lib/python3.9/site-packages/azure/mgmt/network/v2019_11_01/operations/__pycache__/_available_service_aliases_operations.cpython-39.pyc: no space left on device: exit status 1\n", "stderr_lines": ["Error: creating container storage: creating an ID-mapped copy of layer \"98955f43cc908bd50ff43585fec2c7dd9445eaf05eecd1e3144f93ffc00ed4ba\": error during chown: storage-chown-by-maps: lchown usr/local/lib/python3.9/site-packages/azure/mgmt/network/v2019_11_01/operations/__pycache__/_available_service_aliases_operations.cpython-39.pyc: no space left on device: exit status 1"], "stdout": "", "stdout_lines": []} | ||
---- | ||
|
||
If you are installing a `/home` filesystem into a default {AWS} marketplace RHEL instance, it might be too small since `/home` is part of the root `/` filesystem. You will need to make more space available. The documentation specifies a minimum of 40GB for a single-node deployment of containerized {PlatformNameShort}. | ||
If you are installing a `/home` filesystem into a default {AWS} marketplace RHEL instance, it might be too small since `/home` is part of the root `/` filesystem. To resolve this issue you need to make more space available on the system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"need to" < "must"
…e to modular docs guidelines (ansible#3503) * Update Containerized installation to adhere to modular docs guidelines https://issues.redhat.com/browse/AAP-45888 * Updates based on peer review feedback
…e to modular docs guidelines (#3503) (#3504) * Update Containerized installation to adhere to modular docs guidelines https://issues.redhat.com/browse/AAP-45888 * Updates based on peer review feedback
Containerized installation - Assembly - Troubleshooting
Affected title: titles/aap-containerized-install
https://issues.redhat.com/browse/AAP-45976