Public bug reported:

Happened on the Ubuntu training cloud with Ubuntu 9.10.

For testing purposes for training I create 32 volumes with the following script:
for i in $( seq 1 32); do sleep 5; euca-create-volume -s 1 -z classcloud; done

After creating these I remove them with:
for vol in $(euca-describe-volumes | cut -c8-20 | xargs); do euca-delete-volume 
$vol; done

I regularly see this error
Volume: Error communicating with Storage Controller: 
CreateStorageVolume:Internal Error.

I run the two scripts four times with these results:
first run: 31 volumes created
second run: 29 volumes created
third run: 25 volumes created
fourth run: 25 volumes created

I counted the volumes with
euca-describe-volumes | grep avail | wc -l

As the last run was completely without the error 'Volume: Error
communicating ...' something else is hindering the volumes from being
created as well.

** Affects: eucalyptus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
euca-create-volume fails at times with Error communicating with Storage 
Controller
https://bugs.launchpad.net/bugs/517086
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to