fuel-dev team mailing list archive
-
fuel-dev team
-
Mailing list archive
-
Message #01234
By default, vgdisplay does not list cinder-volumes
Hi Fuel-Dev,
We have installed MOSt5.0 and deployment is successful. Also verified Controller and compute node configurations are correct except vgdisplay.
Our query is "vgdisplay" does not lists "cinder-volumes". Not sure, why cinder-volumes is not listing in vgdisplay. Kindly confirm whether vgdisplay should list cinder-volumes by default or we can add it manually?
All related snippets are listed below -
Few Configurations we cross verified are -
root@node-10:~# nova service-list
+------------------+---------+----------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+---------+----------+---------+-------+----------------------------+-----------------+
| nova-conductor | node-10 | internal | enabled | up | 2014-06-25T06:52:39.000000 | - |
| nova-consoleauth | node-10 | internal | enabled | up | 2014-06-25T06:52:38.000000 | - |
| nova-cert | node-10 | internal | enabled | up | 2014-06-25T06:52:38.000000 | - |
| nova-scheduler | node-10 | internal | enabled | up | 2014-06-25T06:52:39.000000 | - |
| nova-compute | node-9 | nova | enabled | up | 2014-06-25T06:52:42.000000 | - |
+------------------+---------+----------+---------+-------+----------------------------+-----------------+
root@node-10:~# neutron agent-list
+--------------------------------------+--------------------+---------+-------+----------------+
| id | agent_type | host | alive | admin_state_up |
+--------------------------------------+--------------------+---------+-------+----------------+
| 0b0f007a-7d05-4156-9917-92b12b45454b | Open vSwitch agent | node-10 | :-) | True |
| 1657aad3-7c03-4ed3-b395-40c4a65a610f | Metadata agent | node-10 | :-) | True |
| 519da0ca-e05f-4230-a20d-168288bf9aee | DHCP agent | node-10 | :-) | True |
| bb58f6d3-2fa0-444c-98de-40b0be65db42 | L3 agent | node-10 | :-) | True |
| cbd1c60c-71e1-42c0-b55e-72063fe37ca9 | Open vSwitch agent | node-9 | :-) | True |
+--------------------------------------+--------------------+---------+-------+----------------+
root@node-10:~# nova hypervisor-list
+----+---------------------+
| ID | Hypervisor hostname |
+----+---------------------+
| 1 | node-9 |
+----+---------------------+
Query: "vgdisplay" does not listing "cinder-volumes"
root@node-10:~# vgdisplay
--- Volume group ---
VG Name image
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 1
Max PV 0
Cur PV 1
Act PV 1
VG Size 220.84 GiB
PE Size 32.00 MiB
Total PE 7067
Alloc PE / Size 7066 / 220.81 GiB
Free PE / Size 1 / 32.00 MiB
VG UUID iN0efe-33Od-zbKb-2Wpg-l1mD-qW6f-lXuMJd
root@node-10:~#
Configuration File:
In vi /etc/cinder/cinder.conf, we have a below line
volume_group = cinder-volumes
Thanks and Regards,
Gandhi Rajan
Follow ups