Uploaded image for project: 'CoreOS OCP'
  1. CoreOS OCP
  2. COS-1630

printk default configuration is different than RHEL 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • 0
    • 0

      The default RHCOS printk configuration seems to be

      $ cat /sys/kernel/printk
      7    4    1    7
      

      This is quite verbose (due to the leading 7)

      RHEL 8s printk (default install) is

      $ cat /sys/kernel/printk
      4    4    1    7
      

      much less verbose.

      This can lead to weird issues if a load of kernel console messages are generated i.e. due to https://bugzilla.redhat.com/show_bug.cgi?id=1973317

      It was noticed that the lower printk configuration is set if the "quiet" kernel argument is set during booting.

            Unassigned Unassigned
            fdeutsch@redhat.com Fabian Deutsch
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: