Update Servers/Virtualization/OpenStack/Ansible Openstack.md
This commit is contained in:
@ -128,7 +128,7 @@ pvcreate --metadatasize 2048 /dev/sdb
|
||||
vgcreate cinder-volumes /dev/sdb
|
||||
```
|
||||
|
||||
!!! error "`Cannot use /dev/sdb: device is partitioned`"
|
||||
!!! failure "`Cannot use /dev/sdb: device is partitioned`"
|
||||
You may (in rare cases) see the following error when trying to run `pvcreate --metadatasize 2048 /dev/sdb`, if that happens, just use `lsblk` to get the drive of the expected disk. In my example, we want the 500GB disk located at `/dev/sda`, seen in the example below:
|
||||
```sh
|
||||
[root@openstack-node-02 nicole]# lsblk
|
||||
@ -141,3 +141,8 @@ vgcreate cinder-volumes /dev/sdb
|
||||
└─sdb4 8:20 0 232.7G 0 part /
|
||||
sr0 11:0 1 1024M 0 rom
|
||||
```
|
||||
|
||||
!!! question "End of Current Documentation"
|
||||
This is the end of where I have currently iterated in my lab and followed-along with the official documentation while generalizing it for my specific lab scenarios. The following link is where I am currently at/stuck and need to revisit at my earliest convenience.
|
||||
|
||||
https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html#configuring-the-network
|
Reference in New Issue
Block a user