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 139b65d commit b11c99bCopy full SHA for b11c99b
nexus/db-model/src/disk.rs
@@ -75,7 +75,7 @@ pub struct Disk {
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.
+ /// For `Crucible` disks, see the DiskTypeCrucible model.
79
pub disk_type: DiskType,
80
}
81
0 commit comments