Skip to content

Commit 9ba7480

Browse files
Add list of unreachable instances in resize
1 parent fa5bb58 commit 9ba7480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/resize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ def getLaunchInstanceDetails(instance,comp_ocid,cn_ocid,max_previous_index,index
753753
if len(unreachable_instances):
754754
if not remove_unreachable:
755755
print("STDOUT: At least one unreachable node is in the inventory")
756+
print(unreachable_instances)
756757
print("STDOUT: Not doing anything")
757758
exit(1)
758759
else:

0 commit comments

Comments
 (0)