We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dbdf8 commit 84c9d7eCopy full SHA for 84c9d7e
schema/crdb/dbinit.sql
@@ -599,8 +599,10 @@ CREATE TABLE IF NOT EXISTS omicron.public.crucible_dataset (
599
* otherwise ignores this field. It's updated by Nexus as region allocations
600
* and deletions are performed using this dataset.
601
*
602
- * Note that this is the size *reserved* by the Crucible agent for regions,
603
- * not the actual region size.
+ * Note that the value in this column is _not_ the sum of requested region
+ * sizes, but sum of the size *reserved* by the Crucible agent for the
604
+ * dataset that contains the regions (which is larger than the the actual
605
+ * region size).
606
*/
607
size_used INT NOT NULL
608
);
0 commit comments