On Wed, 5 Apr 2023 16:20:12 +0200 Stefan Haberland <sth@xxxxxxxxxxxxx> wrote: > Add the internal logic to check for autoquiesce triggers and handle > them. > > Quiesce and resume are functions that tell Linux to stop/resume > issuing I/Os to a specific DASD. > The DASD driver allows a manual quiesce/resume via ioctl. > > Autoquiesce will define an amount of triggers that will lead to > an automatic quiesce if a certain event occurs. > There is no automatic resume. > > All events will be reported via DASD Extended Error Reporting (EER) > if configured. > > Signed-off-by: Stefan Haberland <sth@xxxxxxxxxxxxx> > Reviewed-by: Jan Hoeppner <hoeppner@xxxxxxxxxxxxx> Reviewed-by: Halil Pasic <pasic@xxxxxxxxxxxxx> [..]