<div dir="ltr"><div><div dir="ltr">Hi Amey,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 16, 2021 at 8:40 AM Amey Abhyankar <<a href="mailto:sco1984@gmail.com">sco1984@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
Well it doesn't stop here unfortunately.<br>
Installation is successful but If I do any actions I get errors.<br>
<br>
When I am creating a instance using cirros-0.5.1-x86_64-disk.img from<br>
Horizon dashboard, I am getting following error =<br>
<br>
Block Device Mapping is Invalid: failed to get image<br>
11568f06-7513-4750-8be6-e531c9829a01. (HTTP 400) (Request-ID:<br>
req-c208f78c-d649-482e-8a0c-fc950b127ebe)<br></blockquote><div><br></div><div>To narrow down it further if it's related to horizon itself or other services:-<br></div><div>- Do you see the same error when launching from CLI? <br></div><div>- Are you able to create vm directly from an image, without bootable volume?</div><div>- Can you also check logs for glance api and cinder volume service or share it here?<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Also,<br>
I am getting error while creating key pair from horizon dashboard.<br></blockquote><div>- What error do you see when creating a key pair?</div><div>- Is the error also while creating the key pair from CLI?</div><div>- For this can u also check nova api logs.<br></div><div><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Any hints how to fix this?<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# openstack image list<br>
+--------------------------------------+--------+--------+<br>
| ID                                   | Name   | Status |<br>
+--------------------------------------+--------+--------+<br>
| 11568f06-7513-4750-8be6-e531c9829a01 | cirros | active |<br>
+--------------------------------------+--------+--------+<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# nova service-list<br>
+--------------------------------------+----------------+-----------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+<br>
| Id                                   | Binary         | Host<br>
                     | Zone     | Status  | State | Updated_at<br>
        | Disabled Reason | Forced down |<br>
+--------------------------------------+----------------+-----------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+<br>
| 460f8560-476c-4b13-bab9-48db345c51bf | nova-conductor |<br>
<a href="http://prod-openstack-svr.datametica.com" rel="noreferrer" target="_blank">prod-openstack-svr.datametica.com</a> | internal | enabled | up    |<br>
2021-02-16T03:07:21.000000 | -               | False       |<br>
| c1a3c31e-f67b-49f0-96dc-b9870e81e1c4 | nova-scheduler |<br>
<a href="http://prod-openstack-svr.datametica.com" rel="noreferrer" target="_blank">prod-openstack-svr.datametica.com</a> | internal | enabled | up    |<br>
2021-02-16T03:07:27.000000 | -               | False       |<br>
| c1332b4c-6b7f-4927-bb76-83cae19fa51b | nova-compute   |<br>
<a href="http://prod-openstack-svr.datametica.com" rel="noreferrer" target="_blank">prod-openstack-svr.datametica.com</a> | nova     | enabled | up    |<br>
2021-02-16T03:07:29.000000 | -               | False       |<br>
+--------------------------------------+----------------+-----------------------------------+----------+---------+-------+----------------------------+-----------------+-------------+<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# systemctl status<br>
openstack-cinder-api<br>
● openstack-cinder-api.service - OpenStack Cinder API Server<br>
   Loaded: loaded<br>
(/usr/lib/systemd/system/openstack-cinder-api.service; enabled; vendor<br>
preset: disabled)<br>
   Active: active (running) since Fri 2021-02-12 19:13:10 IST; 3 days ago<br>
 Main PID: 2254 (cinder-api)<br>
    Tasks: 45<br>
   CGroup: /system.slice/openstack-cinder-api.service<br>
           ├─ 2254 /usr/bin/python2 /usr/bin/cinder-api --config-file<br>
/usr/share/cinder/cinder-dist.conf --config-file<br>
/etc/cinder/cinder.conf --logfile /var/log/cinder/api.log<br>
           ├─12355 /usr/bin/python2 /usr/bin/cinder-api --config-file<br>
/usr/share/cinder/cinder-dist.conf --config-file<br>
/etc/cinder/cinder.conf --logfile /var/log/cinder/api.log<br>
           ├─12356 /usr/bin/python2 /usr/bin/cinder-api --config-file<br>
/usr/share/cinder/cinder-dist.conf --config-file<br>
/etc/cinder/cinder.conf --logfile /var/log/cinder/api.log<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# cinder service-list<br>
+------------------+------------------------+------+---------+-------+----------------------------+---------+-----------------+---------------+<br>
| Binary           | Host                   | Zone | Status  | State |<br>
Updated_at                 | Cluster | Disabled Reason | Backend State<br>
|<br>
+------------------+------------------------+------+---------+-------+----------------------------+---------+-----------------+---------------+<br>
| cinder-backup    | prod-openstack-svr     | nova | enabled | up    |<br>
2021-02-16T03:08:25.000000 | -       | -               |<br>
|<br>
| cinder-scheduler | prod-openstack-svr     | nova | enabled | up    |<br>
2021-02-16T03:08:25.000000 | -       | -               |<br>
|<br>
| cinder-volume    | prod-openstack-svr@lvm | nova | enabled | up    |<br>
2021-02-16T03:08:24.000000 | -       | -               | up<br>
|<br>
+------------------+------------------------+------+---------+-------+----------------------------+---------+-----------------+---------------+<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# service neutron-server status<br>
Redirecting to /bin/systemctl status neutron-server.service<br>
● neutron-server.service - OpenStack Neutron Server<br>
   Loaded: loaded (/usr/lib/systemd/system/neutron-server.service;<br>
enabled; vendor preset: disabled)<br>
   Active: active (running) since Fri 2021-02-12 19:13:40 IST; 3 days ago<br>
 Main PID: 2291 (/usr/bin/python)<br>
    Tasks: 92<br>
   CGroup: /system.slice/neutron-server.service<br>
           ├─ 2291 /usr/bin/python2 /usr/bin/neutron-server<br>
--config-file /usr/share/neutron/neutron-dist.conf --config-dir<br>
/usr/share/neutron/server --config-file /etc/neutron/neutron.conf<br>
--co...<br>
           ├─12358 /usr/bin/python2 /usr/bin/neutron-server<br>
--config-file /usr/share/neutron/neutron-dist.conf --config-dir<br>
/usr/share/neutron/server --config-file /etc/neutron/neutron.conf<br>
--co...<br>
           ├─12360 /usr/bin/python2 /usr/bin/neutron-server<br>
--config-file /usr/share/neutron/neutron-dist.conf --config-dir<br>
/usr/share/neutron/server --config-file /etc/neutron/neutron.conf<br>
--co...<br>
           ├─12362 /usr/bin/python2 /usr/bin/neutron-server<br>
--config-file /usr/share/neutron/neutron-dist.conf --config-dir<br>
/usr/share/neutron/server --config-file /etc/neutron/neutron.conf<br>
--co...<br>
<br>
[root@prod-openstack-svr ~(keystone_admin)]# neutron agent-list<br>
neutron CLI is deprecated and will be removed in the future. Use<br>
openstack CLI instead.<br>
+--------------------------------------+----------------------+-----------------------------------+-------------------+-------+----------------+-------------------------------+<br>
| id                                   | agent_type           | host<br>
                           | availability_zone | alive |<br>
admin_state_up | binary                        |<br>
+--------------------------------------+----------------------+-----------------------------------+-------------------+-------+----------------+-------------------------------+<br>
| 083285ae-3709-4087-934d-38fd674f1bd0 | OVN Metadata agent   |<br>
<a href="http://prod-openstack-svr.datametica.com" rel="noreferrer" target="_blank">prod-openstack-svr.datametica.com</a> | n/a               | :-)   | True<br>
        | networking-ovn-metadata-agent |<br>
| 3e0fcc51-0016-48f4-823c-20b1d070049d | OVN Controller agent |<br>
<a href="http://prod-openstack-svr.datametica.com" rel="noreferrer" target="_blank">prod-openstack-svr.datametica.com</a> | n/a               | :-)   | True<br>
        | ovn-controller                |<br>
+--------------------------------------+----------------------+-----------------------------------+-------------------+-------+----------------+-------------------------------+<br>
<br>
Regards,<br>
Amey.<br>
<br>
On Fri, 12 Feb 2021 at 22:07, YATIN KAREL <<a href="mailto:yatinkarel@gmail.com" target="_blank">yatinkarel@gmail.com</a>> wrote:<br>
><br>
> Hi Amey,<br>
><br>
> On Fri, Feb 12, 2021 at 9:31 PM Amey Abhyankar <<a href="mailto:sco1984@gmail.com" target="_blank">sco1984@gmail.com</a>> wrote:<br>
>><br>
>> Hello Yatin,<br>
>><br>
>> On Thu, 11 Feb 2021 at 14:17, YATIN KAREL <<a href="mailto:yatinkarel@gmail.com" target="_blank">yatinkarel@gmail.com</a>> wrote:<br>
>> ><br>
>> > Hi Amey,<br>
>> >> >> Hello,<br>
>> >> >><br>
>> >> >> I am trying to install OpenStack PackStack in DELL360 server but getting issues.<br>
>> >> >><br>
>> >> >> Details as follows:<br>
>> >> >><br>
>> >> >> Hardware: DELL360 PowerEdge<br>
>> >> >> Processor: Intel XEON E5-2699 v4 @ 2.20 Ghz [2 physical CPU's]<br>
>> >> >> Memory: 512 GB<br>
>> >> >> Disk type: Intel SSD's<br>
>> >> >> OS tried: Cent OS 7 (2003,2009) , Cent OS 8.3<br>
>> >> >> RDO repo's tried: Victoria,Ussuri,Train<br>
>> >snip<<br>
>> > Instead of trying all releases, let's stick to one and collect logs to understand the issue, I would suggest you to try packsack default installation with openstack-victoria release, and if it fails >collect logs that i asked in previous mail.<br>
>> When there are no proper errors, it is difficult to troubleshoot.<br>
>> Finally the issue is resolved.<br>
>> It was due to the warning of SMT [1] while installing CentOS.<br>
>> I disabled the logical CPU's in BIOS > Installed CentOS 7 > Installed<br>
>> packstack Train > All good.<br>
>> But now I have half of the CPU threads available for use.<br>
>> Very strange issue BTW of SMT + CentOS kernel + PackStack<br>
>><br>
>> [1] <a href="http://access.redhat.com/solutions/rhel-smt" rel="noreferrer" target="_blank">access.redhat.com/solutions/rhel-smt</a><br>
>> ><br>
><br>
> Yeap it's a strange issue, good to hear you get it resolved. /me still didn't get why services were failing to start, No idea how to handle it during deployment, If you can share more details wrt Error, Environment details, how you got to identify that SMT was the issue, etc, maybe you can create a bug so we can see if it's possible to handle the issue in packstack itself if it's packstack related.<br>
>><br>
>> > Also you can connect on Freenode IRC channel #rdo where you may get more early responses.<br>
>> ><br>
>> >> >> Installation type's tried: answer files, advanced networking<br>
>> >> ><br>
>> >> > Have you also tried out basic packstack installation(sudo packstack --allinone) to ensure it's not related to custom changes in the answer file.<br>
>> >> >><br>
>> >> >> Yum update: tried with yum update & without yum update.<br>
>> >> ><br>
>> >> > Yes it's better to do a yum update before installation to keep the system up to date with latest CentOS packages.<br>
>> >> >><br>
>> >> >><br>
>> >> >> I did the same installation on Supermicro server with Intel XEON<br>
>> >> >> Silver 4110 @ 2.10 Ghz using the same set of software's & installation<br>
>> >> >> methods. No issues found.<br>
>> >> >><br>
>> >> > Considering you have not faced issues in other hardware and different releases failed for you on  DELL360 PowerEdge seems more like hardware related.<br>
>> >> ><br>
>> >> >> Anybody encountered similar issues? Thanks.<br>
>> >> >><br>
>> >> >> Regards,<br>
>> >> >> Amey.<br>
>> >> >> _______________________________________________<br>
>> >> >> users mailing list<br>
>> >> >> <a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a><br>
>> >> >> <a href="http://lists.rdoproject.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rdoproject.org/mailman/listinfo/users</a><br>
>> >> >><br>
>> >> >> To unsubscribe: <a href="mailto:users-unsubscribe@lists.rdoproject.org" target="_blank">users-unsubscribe@lists.rdoproject.org</a><br>
>> >> ><br>
>> >> ><br>
>> >> ><br>
>> >> > Thanks and Regards<br>
>> >> > Yatin Karel<br>
>> ><br>
>> ><br>
>> ><br>
>> > Thanks and Regards<br>
>> > Yatin Karel<br>
><br>
><br>
><br>
> Thanks and Regards<br>
> Yatin Karel<br>
</blockquote></div><br clear="all"><br></div>Thanks and Regards<br><div><div dir="ltr" class="gmail_signature"><div dir="ltr">Yatin Karel</div></div></div></div>