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 f4425c6 commit 227268dCopy full SHA for 227268d
nexus/db-model/src/disk.rs
@@ -71,6 +71,11 @@ pub struct Disk {
71
/// size of blocks (512, 2048, or 4096)
72
pub block_size: BlockSize,
73
74
+ /// Information unique to each type of disk is stored in a separate table
75
+ /// (where rows are matched based on the disk_id field in that table) and
76
+ /// combined into a higher level `datastore::Disk` enum.
77
+ ///
78
+ /// For `Crucible` disks, see the `disk_type_crucible` table.
79
pub disk_type: DiskType,
80
}
81
0 commit comments