Comment 6 for bug 1577239

Revision history for this message
Bartosz Kupidura (zynzel) wrote :

Steps to reproduce:
1) Boot 2 VMs from volume in parallel
2) Wait for VMs to 'active' state
3) Goto 1)

Command used to boot VM:
nova --os-tenant-id <tenant-id> boot --block-device source=image,id=<image-id>,dest=volume,size=20,shutdown=remove,bootindex=0 --flavor <flavor> --nic net-id=<net-id1>,v4-fixed-ip=<fixed_ip1> --nic net-id=<net-id2>,v4-fixed-ip=<fixed_ip2> --availability-zone nova:<compute-host> --meta evacuation_policy=NoEvacuation --key_name cic_key --config-drive true <VM-name>