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, Apr 23, 6:40 PM
Unknown Object (File)
Feb 2 2024, 2:35 PM
Unknown Object (File)
Dec 23 2023, 12:11 PM
Unknown Object (File)
Nov 27 2023, 9:19 AM
Unknown Object (File)
Nov 23 2023, 8:20 AM
Unknown Object (File)
Nov 13 2023, 12:16 AM
Unknown Object (File)
Oct 19 2023, 10:56 PM
Unknown Object (File)
Aug 28 2023, 10:41 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.