Skip to content

Commit

Permalink
Merge pull request #1399 from shiftstack/devstack
Browse files Browse the repository at this point in the history
🌱Ensure we capture early devstack logs
  • Loading branch information
k8s-ci-robot authored Nov 25, 2022
2 parents 27b46fb + 975a1e2 commit 6a7f364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/create_devstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function wait_for_devstack {
$ssh_cmd "$ip" -- sudo journalctl --flush

# Continuously capture devstack logs until killed
$ssh_cmd "$ip" -- sudo journalctl -a -b -u 'devstack@*' -f > "${devstackdir}/${name}-devstack.log" &
$ssh_cmd "$ip" -- sudo journalctl --no-tail -a -b -u 'devstack@*' -f > "${devstackdir}/${name}-devstack.log" &

# Capture cloud-init logs
# Devstack logs are in cloud-final
Expand Down

0 comments on commit 6a7f364

Please sign in to comment.