Skip to content

Commit 2e61172

Browse files
committed
cannot attach disk with id
1 parent 826b5df commit 2e61172

File tree

1 file changed

+2
-1
lines changed
  • nexus/src/app/instance_platform

1 file changed

+2
-1
lines changed

nexus/src/app/instance_platform/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ impl DisksByIdBuilder {
212212

213213
if self.slot_usage.contains(&slot) {
214214
return Err(Error::internal_error(&format!(
215-
"disk PCI slot {slot} used more than once",
215+
"disk PCI slot {slot} used more than once, cannot attach {}",
216+
disk.id(),
216217
)));
217218
}
218219

0 commit comments

Comments
 (0)