Warning messages in journal during boot / shutdown

Issues related to applications and software problems and general support
Post Reply
invade
Posts: 26
Joined: 2020/02/26 14:26:51

Warning messages in journal during boot / shutdown

Post by invade » 2022/08/09 11:55:20

Hi.

Is anyone able to tell me what the purpose of these two warning messages are on a fresh install of CentOS Stream 9:

During boot:

Code: Select all

Tue 2022-08-09 12:09:41.212312 BST [s=a5860fc0a790422788a6519056cb557c;i=3e9;b=6883263e646542d89701913db72cd25b;m=3cd1a0;t=5e5ccf80d20d5;x=20caa46c45f8cde]
    _BOOT_ID=6883263e646542d89701913db72cd25b
    _MACHINE_ID=ac2afeb4591149a1b97c3b462ef9109b
    _HOSTNAME=localhost
    _UID=0
    _GID=0
    _TRANSPORT=journal
    PRIORITY=4
    SYSLOG_IDENTIFIER=lvm
    MESSAGE=PV /dev/vda3 online, VG cs is complete.
    CODE_FILE=log/log.c
    CODE_LINE=650
    CODE_FUNC=_vprint_log
    _PID=696
    _SELINUX_CONTEXT=system_u:system_r:lvm_t:s0-s0:c0.c1023
    _SOURCE_REALTIME_TIMESTAMP=1660043381212312
During shutdown:

Code: Select all

Tue 2022-08-09 12:10:26.699136 BST [s=a5860fc0a790422788a6519056cb557c;i=4de;b=6883263e646542d89701913db72cd25b;m=2f2484b;t=5e5ccfac29780;x=62395f1a04ad467b]
    _TRANSPORT=kernel
    SYSLOG_FACILITY=0
    SYSLOG_IDENTIFIER=kernel
    _BOOT_ID=6883263e646542d89701913db72cd25b
    _MACHINE_ID=ac2afeb4591149a1b97c3b462ef9109b
    PRIORITY=4
    _HOSTNAME=localhost.localdomain
    _SOURCE_MONOTONIC_TIMESTAMP=48826461
    MESSAGE=vda2: Can't mount, would change RO state
As they are warning messages, am I supposed to be taking some sort of action to resolve whatever they are warning me about?

A full copy of the journal is available here:
https://pastebin.com/Lzz04e7d

Thanks in advance.

Post Reply