Comment 10 for bug 590929

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: eucalyptus create and delete volumes sometimes fail on lvm commands

If I lower N from 200 to 50, I have been able to successfully do this a dozen times or so.

for i in `seq 1 50` ; do euca-create-volume -z cluster1 -s 1 ; done
for i in `euca-describe-volumes | awk '{print $2}'` ; do euca-delete-volume $i ; done

@eucalyptus developers: is there a known or expected limitation here?