Comment 1 for bug 1587313

Revision history for this message
Zhenguo Niu (niu-zglinux) wrote :

#!/bin/bash

for i in `seq 1 10000`; do
   echo $i
   ironic node-set-console-mode bm-1 true
   ironic node-set-console-mode bm-1 false
done

when testing with be above script, the conductor will be stuck after a few loop.