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, Mar 28, 9:51 AM
Unknown Object (File)
Sat, Mar 28, 9:34 AM
Unknown Object (File)
Sat, Mar 28, 8:33 AM
Unknown Object (File)
Sat, Mar 28, 12:55 AM
Unknown Object (File)
Fri, Mar 27, 7:43 PM
Unknown Object (File)
Thu, Mar 26, 9:01 PM
Unknown Object (File)
Thu, Mar 26, 11:28 AM
Unknown Object (File)
Tue, Mar 17, 3:48 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.