Comment 9 for bug 1479031

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Just out of curiosity, if I sleep in between starting the virtual machine AND adding the disks (sleep 10, for example)... Then the disk attachment works almost 100% of the times:

% RUN: 1
+ Creating disk 0: /dev/vdb
+ Creating disk 1: /dev/vdc
! Starting virtual machine
! Adding disk 0: /dev/vdb
! Adding disk 1: /dev/vdc
! Waiting virtual machine network to be up
! Checking if disk is online:
* Found 2 extra disks online
! Destroying virtual machine
% RUN: 2
+ Creating disk 0: /dev/vdb
+ Creating disk 1: /dev/vdc
! Starting virtual machine
...