On Tue, 12 Mar 2019, John Ogness wrote: > > But it doesn't turn SMP system into UP. > > In this example it turned it into a brick. > > The problems I see are: > > 1. The current loglevels used in the kernel are not sufficient to > distinguish between emergency and informational messages. Addressing > this issue may require things like using a new printk flag and > manually marking the printks that we(?) decide are critical. I was It depends on what the user considers important. The kernel doesn't know what's critical and can't know it. For example, if the user plugs an USB stick and the USB stick reports an I/O error, it is not critical condition. If the user runs the whole system from the USB stick and the USB stick reports an I/O error, it is critical condition. The filesystems and the block device drivers can't know if the data stored on them are important. Mikulas -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel