May 2015
Beginner to intermediate
182 pages
4h 27m
English
The virtual storage device we just created is not much good to us unless it is attached to an instance that can make use of it. Luckily for us, we just launched an OpenStack instance and logged in to it. Perform the following steps to attach the block storage to an instance:
instance# ls /dev/vd* /dev/vda /dev/vda1
The boot device for this instance is vda.
vdb:control# nova volume-attach instance_name {volume-id} instance# ls /dev/vd* /dev/vda /dev/vda1 ...
Read now
Unlock full access