On 2022/7/29 22:26, Christoph Hellwig wrote:
Why can't we have a per-tagset quiesce flag and just wait for the one? That also really nicely supports the problem with changes in the namespace list during that time.
Because If quiesce queues based on tagset, it is difficult to distinguish non-IO queues. The I/O queues process is different from other queues such as fabrics_q, admin_q, etc, which may cause confusion in the code logic.
.