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 94760fb commit 2579284Copy full SHA for 2579284
nexus/src/app/sagas/instance_common.rs
@@ -319,15 +319,15 @@ pub async fn instance_ip_get_instance_state(
319
(InstanceState::Vmm, None) => {
320
return Err(ActionError::action_failed(Error::internal_error(
321
&format!(
322
- "instance {} is in vmm state but has no valid vmm id",
+ "instance {} is in the 'VMM' state but has no VMM ID",
323
authz_instance.id(),
324
),
325
)));
326
}
327
(InstanceState::Vmm, Some(VmmState::Destroyed)) => {
328
329
330
- "instance {} points to destroyed vmm",
+ "instance {} points to destroyed VMM",
331
332
333
0 commit comments