https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211028
--- Comment #36 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Mon Aug 1 20:54:54 UTC 2016 New revision: 303637 URL: https://svnweb.freebsd.org/changeset/base/303637 Log: 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 MFC after: 3 weeks Changes: head/sys/geom/geom_disk.c -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-geom@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-geom To unsubscribe, send any mail to "freebsd-geom-unsubscr...@freebsd.org"