Complete
Details
Assignee
Alexander MotinAlexander MotinReporter
CalebCalebLabels
Time remaining
0mComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Alexander Motin
Alexander MotinReporter
Caleb
CalebLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Katalon Platform
Created February 24, 2022 at 5:42 PM
Updated July 1, 2022 at 5:53 PM
Resolved March 12, 2022 at 5:42 PM
After investigation it has been shown that calling "gpart add" and "gpart bootcode" commands eventually generate geom xml (kern.geom.confxml) which is especially painful on large systems.
When middleware formats disks to be added to a zpool we're calling "gpart add" twice and "gpart bootcode" once which means xml is being generated 3 times per disk.
This ends up spinning the g_event thread at 100%. Attaching flamegraph showing this scenario.