Skip to content

Commit

Permalink
Add --vebose to host discover
Browse files Browse the repository at this point in the history
The nova cell controller runs nova-manage cell_v2 discover_hosts
in a Job when a new compute's statefulset becomes ready. This PR just
adds --verbose to the command to get more information about the mapped
computes.
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed Jun 13, 2024
1 parent d22af53 commit c90c70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nova-manage/bin/host_discover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

set -xe

nova-manage cell_v2 discover_hosts --by-service
nova-manage cell_v2 discover_hosts --by-service --verbose

0 comments on commit c90c70c

Please sign in to comment.