Do I need Create the LVM Physical Volume and Logical Volume?

Asked by Klaudia

while step to create the LVM Physical Volume and Logical Volume:
# pvcreate /dev/sdb

I get

root@grizzly-controller:~# pvcreate /dev/sdb
  Device /dev/sdb not found (or ignored by filtering).

Do I need LVM?
I think I have one more disk (maybe not enough space on it?)
Is this error very important? Does LVM is someting really necessary?

Question information

Language:
English Edit question
Status:
Solved
For:
Cinder Edit question
Assignee:
No assignee Edit question
Solved by:
Klaudia
Solved:
Last query:
Last reply:
Revision history for this message
Doug Hellmann (doug-hellmann) said :
#1

This question isn't related to ceilometer.

Revision history for this message
Klaudia (graklaudia) said :
#2

Ok. I'm sorry, my misteake.

Revision history for this message
Shanthakumar K (shantha-kumar) said :
#3

Yes, you need to create physical volumes if you want to do with LVM.

1. create PV
2. create VG

before creating the cinder volumes

Revision history for this message
Klaudia (graklaudia) said :
#4

ok, thank you. problem solved :)