Page MenuHomeFreeBSD

xen/blkfront: correctly detach a disk with active users
ClosedPublic

Authored by royger on May 17 2017, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 10, 6:59 PM
Unknown Object (File)
Thu, Dec 5, 2:19 PM
Unknown Object (File)
Thu, Nov 28, 9:34 PM
Unknown Object (File)
Thu, Nov 28, 2:17 PM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:03 AM
Subscribers

Details

Summary

Call disk_gone when the backend switches to the "Closing" state and blkfront
still has pending users. This allows the disk to be detached, and will call
into xbd_closing by itself when the geom layout cleanup has finished.

Reported by: bapt
Sponsored by: Citrix Systems R&D
MFC after: 1 week

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 17 2017, 2:39 PM

you can add tested by: manu

In D10772#223139, @bapt wrote:

you can add tested by: manu

Yep,

Thanks for working on this.

This revision was automatically updated to reflect the committed changes.