Skip to content

Commit 2907f70

Browse files
committed
phd: improve logging
1 parent 7720200 commit 2907f70

File tree

1 file changed

+6
-0
lines changed
  • phd-tests/framework/src/test_vm

1 file changed

+6
-0
lines changed

phd-tests/framework/src/test_vm/mod.rs

+6
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,12 @@ impl TestVm {
614614
.with_context(|| format!("serializing VCR {vcr:?}"))?,
615615
};
616616

617+
info!(
618+
disk_name = disk.device_name().as_str(),
619+
vcr = ?vcr,
620+
"issuing Crucible VCR replacement request"
621+
);
622+
617623
let response_value = self
618624
.client
619625
.instance_issue_crucible_vcr_request()

0 commit comments

Comments
 (0)