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 f751308 commit 826b5dfCopy full SHA for 826b5df
nexus/db-queries/src/db/datastore/disk.rs
@@ -1160,6 +1160,9 @@ impl DataStore {
1160
.collect())
1161
}
1162
1163
+ /// Returns a Some(disk) that has a matching volume ID, None if no disk
1164
+ /// matches that volume ID, or an error. Only disks of type `Crucible` have
1165
+ /// volumes, so that is the returned type.
1166
pub async fn disk_for_volume_id(
1167
&self,
1168
volume_id: VolumeUuid,
0 commit comments