You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Print version on startup for pantry and agent (#1723)
Added the same version printing on startup that the upstairs and
downstairs have to pantry and the agent.
Fixed a clippy lint in the upstairs.
Agent log looks like this now:
```
root@oxz_crucible_a22da429:~# cat /var/svc/log/oxide-crucible-agent:default.log | looker
[ May 28 16:53:10 Enabled. ]
[ May 28 16:53:10 Executing start method ("/opt/oxide/crucible/bin/crucible-agent run -D /opt/oxide/crucible/bin/crucible-downstairs --dataset oxp_243db6c1-e3d4-47cc-bd99-86c24b733e6e/crucible -l [fd00:1
122:3344:101::12]:32345 -P 19000 -p downstairs -s snapshot"). ]
note: configured to log to "/dev/stdout"
16:53:10.274Z INFO crucible-agent: Crucible Version: Crucible Version: 0.0.1
Commit SHA: dd892d4
Commit timestamp: 2025-05-27T20:18:55.000000000Z branch: alan/agent-needs-workers
rustc: 1.86.0 stable x86_64-unknown-illumos
Cargo: x86_64-unknown-illumos Debug: false Opt level: 3
16:53:10.282Z INFO crucible-agent: dataset: "oxp_243db6c1-e3d4-47cc-bd99-86c24b733e6e/crucible"
16:53:10.282Z INFO crucible-agent: listen IP: [fd00:1122:3344:101::12]:32345
16:53:10.282Z INFO crucible-agent: SMF instance name downstairs_prefix: "downstairs"
16:53:10.304Z INFO crucible-agent (datafile): Using conf_path:"/data/crucible.json"
16:53:10.346Z INFO crucible-agent (dropshot): listening
...
```
Co-authored-by: Alan Hanson <alan@oxide.computer>
0 commit comments