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)
Sat, Apr 11, 4:11 AM
Unknown Object (File)
Fri, Apr 10, 11:51 PM
Unknown Object (File)
Mon, Apr 6, 1:19 PM
Unknown Object (File)
Sun, Apr 5, 11:52 PM
Unknown Object (File)
Mar 28 2026, 9:51 AM
Unknown Object (File)
Mar 28 2026, 9:34 AM
Unknown Object (File)
Mar 28 2026, 8:33 AM
Unknown Object (File)
Mar 28 2026, 12:55 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.