HomeFreeBSD

MFC r303019:

Description

MFC r303019:

Use g_resize_provider() to change the size of GEOM_DISK provider,
when it is being opened. This should fix the possible loss of a resize
event when disk capacity changed.

MFC r303288:

Do not invoke resize method if geom is being withered.

MFC r303637:

Do not invoke resize event if initial disk size is zero. Some disks
report the size only after first opening.  And due to the events are
asynchronous, some consumers can receive this event too late and
this confuses them. This partially restores previous behaviour, and
at the same time this should fix the problem, when already opened
provider loses resize event.

PR: 211028

Details

Provenance
aeAuthored on
Parents
rS306475: MFC r305940:
Branches
Unknown
Tags
Unknown