Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
OpenStack Console log is Empty
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
The console log within the instance storage directory as well as the output of the following command is empty.
xxxxxxxxxx# openstack console log show [VM_UUID]Environment
- Platform9 Managed OpenStack - All versions.
- Nova
- Grub
Cause
This occurs when the compute service attempts to retrieve the log output of the instance via a serial console while the instance itself is not configured to send output to the console.
Resolution
- Find the default grub configuration within an instance by running the following command.
$ cat /etc/default/grubGRUB_DEFAULT=0GRUB_TIMEOUT_STYLE=hiddenGRUB_TIMEOUT=0GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`GRUB_CMDLINE_LINUX="apparmor=1 security=apparmor audit=1 audit_backlog_limit=8192"- Add the following highlighted line to the /etc/default/grub file.
GRUB_DEFAULT=0GRUB_TIMEOUT_STYLE=hiddenGRUB_TIMEOUT=0GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 console=ttyS0,115200"GRUB_CMDLINE_LINUX="apparmor=1 security=apparmor audit=1 audit_backlog_limit=8192"- Update grub.
xxxxxxxxxx# sudo update-grubAdditional Information
Since the above actions will only correct a single instance, please make sure the correct configuration is set when OpenStack images are created.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message