Block Device Mapping is Invalid (first instance with volume))
hi people, i want create a instance like physical pc and install some os!
I try to run my first instance with volume, but i'm occurred in this error "Block Device Mapping is Invalid" if i do this operation from dashboard.
This is the log file cinder.conf if i try to attached a preexisting volume the operation failed. if i try to run
cinder volume-create --displayname myTEST 1
the image is created without error
I have tried when run nova boot whit
--block-device source=image,id=id_image_in_glance,dest=volume,size=15,shutdown=preserve,bootindex=0
but the problem is the same! Some idea?
thanks at all
I believe in IceHouse the command to succeed is :-
Volume will be created automatically, don't prepare cinder volume. No pre-existing volume needed
whats is f20-glance-image-id? the normal id of my image?
your sintax is wrong, but thanks :)
Yes, it is normal id of corresponding glance image && I fixed syntax.
thank's... I try to run your command on controller node, but i get this error
ERROR: It is not allowed to create an interface on external network ....
I suppose which nova need to set --nic = id_demo_network, but i have the same error "Block Device Mapping is Invalid."