Comment 27 for bug 590929

Revision history for this message
Torsten Spindler (tspindler) wrote : Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

I can reproduce the problem on the training cloud:

$ for i in `seq 1 100`; do euca-create-volume -z TorstenCloud -s1; done
...
VOLUME vol-52B905E3 1 creating 2010-09-02T06:27:50.814Z
VOLUME vol-5F290652 1 creating 2010-09-02T06:27:51.142Z
VOLUME vol-598F062A 1 creating 2010-09-02T06:27:51.487Z
Volume: Error while communicating with Storage Controller: CreateStorageVolume:I
nternal Error.
Volume: Error while communicating with Storage Controller: CreateStorageVolume:I
nternal Error.
Volume: Error while communicating with Storage Controller: CreateStorageVolume:I
nternal Error.
...
$ euca-describe-volumes | grep failed
VOLUME vol-52B905E3 1 TorstenCloud failed 2010-09-02T06:27:50.814Z
$ euca-describe-volumes | grep unavailable | wc -l
13
$ euca-describe-volumes | grep available | grep -v unavailable | wc -l
48

I'll add ppa:ubuntu-virt/ppa to the sources.list and report what happens when re-running the test.