[Bug 1908263] [NEW] LB working while members are offline
loudgefly
1908263 at bugs.launchpad.net
Tue Dec 15 11:54:10 UTC 2020
Public bug reported:
I'm using Victoria installed via kolla-ansible
Defined LBs are working correctly, but if I check related members status
they are reported as "OFFLINE":
openstack loadbalancer show b82fc090-686b-41e1-a88d-a1ae3a18f1d6
+---------------------+---------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+---------------------------------------------------------------------------------------+
| admin_state_up | True |
| created_at | 2020-12-11T12:19:45 |
| description | |
| flavor | |
| id | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| listeners | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-loadbalancer-a6pl2y2y3wox |
| operating_status | OFFLINE |
| pools | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| provider | amphora |
| provisioning_status | ACTIVE |
| updated_at | 2020-12-11T12:21:16 |
| vip_address | 10.0.0.23 |
| vip_network_id | 1e59822e-fb88-4f96-acf4-43bde2dd5981 |
| vip_port_id | 9d19dccd-032c-4b08-9ae9-5b6495570524 |
| vip_qos_policy_id | None |
| vip_subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
+---------------------+---------------------------------------------------------------------------------------+
openstack loadbalancer listener show f2c582ba-231e-4969-8ef6-3e56b36a5b03
+---------------------------+-----------------------------------------------------------------------------------+
| Field | Value |
+---------------------------+-----------------------------------------------------------------------------------+
| admin_state_up | True |
| connection_limit | -1 |
| created_at | 2020-12-11T12:20:58 |
| default_pool_id | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| default_tls_container_ref | None |
| description | |
| id | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| insert_headers | None |
| l7policies | |
| loadbalancers | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-listener-ikh4iszvcp6h |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol | TCP |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| sni_container_refs | [] |
| updated_at | 2020-12-11T12:21:16 |
+---------------------------+-----------------------------------------------------------------------------------+
openstack loadbalancer pool show 248a9be0-7e0a-4037-bc96-b6f66353d1e1
+---------------------+-------------------------------------------------------------------------------+
| Field | Value |
+---------------------+-------------------------------------------------------------------------------+
| admin_state_up | True |
| created_at | 2020-12-11T12:21:01 |
| description | |
| healthmonitor_id | 490ea28b-135f-4f20-b86c-61f672521ff3 |
| id | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| lb_algorithm | ROUND_ROBIN |
| listeners | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| loadbalancers | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| members | 4dc0d6db-7088-42a7-816c-e1fddcc714ee |
| | 990b8f3a-9a0a-4bda-8563-26c9446201ed |
| | e61e6259-3278-48b6-81d9-cdc907c617f4 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-pool-gmemagvlriuf |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol | TCP |
| provisioning_status | ACTIVE |
| session_persistence | None |
| updated_at | 2020-12-11T12:21:16 |
+---------------------+-------------------------------------------------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 4dc0d6db-7088-42a7-816c-e1fddcc714ee
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.109 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:13 |
| id | 4dc0d6db-7088-42a7-816c-e1fddcc714ee |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:14 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 990b8f3a-9a0a-4bda-8563-26c9446201ed
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.12 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:15 |
| id | 990b8f3a-9a0a-4bda-8563-26c9446201ed |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:16 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 e61e6259-3278-48b6-81d9-cdc907c617f4
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.39 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:10 |
| id | e61e6259-3278-48b6-81d9-cdc907c617f4 |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:11 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
A simple curl responds correctly (obviously besides the 403 application
error):
curl -k https://10.31.12.184:6443
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
"reason": "Forbidden",
"details": {
},
"code": 403
** Affects: octavia (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to octavia in Ubuntu.
https://bugs.launchpad.net/bugs/1908263
Title:
LB working while members are offline
Status in octavia package in Ubuntu:
New
Bug description:
I'm using Victoria installed via kolla-ansible
Defined LBs are working correctly, but if I check related members
status they are reported as "OFFLINE":
openstack loadbalancer show b82fc090-686b-41e1-a88d-a1ae3a18f1d6
+---------------------+---------------------------------------------------------------------------------------+
| Field | Value |
+---------------------+---------------------------------------------------------------------------------------+
| admin_state_up | True |
| created_at | 2020-12-11T12:19:45 |
| description | |
| flavor | |
| id | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| listeners | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-loadbalancer-a6pl2y2y3wox |
| operating_status | OFFLINE |
| pools | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| provider | amphora |
| provisioning_status | ACTIVE |
| updated_at | 2020-12-11T12:21:16 |
| vip_address | 10.0.0.23 |
| vip_network_id | 1e59822e-fb88-4f96-acf4-43bde2dd5981 |
| vip_port_id | 9d19dccd-032c-4b08-9ae9-5b6495570524 |
| vip_qos_policy_id | None |
| vip_subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
+---------------------+---------------------------------------------------------------------------------------+
openstack loadbalancer listener show f2c582ba-231e-4969-8ef6-3e56b36a5b03
+---------------------------+-----------------------------------------------------------------------------------+
| Field | Value |
+---------------------------+-----------------------------------------------------------------------------------+
| admin_state_up | True |
| connection_limit | -1 |
| created_at | 2020-12-11T12:20:58 |
| default_pool_id | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| default_tls_container_ref | None |
| description | |
| id | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| insert_headers | None |
| l7policies | |
| loadbalancers | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-listener-ikh4iszvcp6h |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol | TCP |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| sni_container_refs | [] |
| updated_at | 2020-12-11T12:21:16 |
+---------------------------+-----------------------------------------------------------------------------------+
openstack loadbalancer pool show 248a9be0-7e0a-4037-bc96-b6f66353d1e1
+---------------------+-------------------------------------------------------------------------------+
| Field | Value |
+---------------------+-------------------------------------------------------------------------------+
| admin_state_up | True |
| created_at | 2020-12-11T12:21:01 |
| description | |
| healthmonitor_id | 490ea28b-135f-4f20-b86c-61f672521ff3 |
| id | 248a9be0-7e0a-4037-bc96-b6f66353d1e1 |
| lb_algorithm | ROUND_ROBIN |
| listeners | f2c582ba-231e-4969-8ef6-3e56b36a5b03 |
| loadbalancers | b82fc090-686b-41e1-a88d-a1ae3a18f1d6 |
| members | 4dc0d6db-7088-42a7-816c-e1fddcc714ee |
| | 990b8f3a-9a0a-4bda-8563-26c9446201ed |
| | e61e6259-3278-48b6-81d9-cdc907c617f4 |
| name | k8s-spaceballs-multimaster-722kzvqvvqc4-api_lb-uhqupglvq3zi-pool-gmemagvlriuf |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol | TCP |
| provisioning_status | ACTIVE |
| session_persistence | None |
| updated_at | 2020-12-11T12:21:16 |
+---------------------+-------------------------------------------------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 4dc0d6db-7088-42a7-816c-e1fddcc714ee
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.109 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:13 |
| id | 4dc0d6db-7088-42a7-816c-e1fddcc714ee |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:14 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 990b8f3a-9a0a-4bda-8563-26c9446201ed
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.12 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:15 |
| id | 990b8f3a-9a0a-4bda-8563-26c9446201ed |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:16 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
openstack loadbalancer member show 248a9be0-7e0a-4037-bc96-b6f66353d1e1 e61e6259-3278-48b6-81d9-cdc907c617f4
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| address | 10.0.0.39 |
| admin_state_up | True |
| created_at | 2020-12-11T12:21:10 |
| id | e61e6259-3278-48b6-81d9-cdc907c617f4 |
| name | |
| operating_status | OFFLINE |
| project_id | 63be5b4f4d784088b73cd36e6114f00e |
| protocol_port | 6443 |
| provisioning_status | ACTIVE |
| subnet_id | fd3cfdeb-980f-4ace-b274-f908adf49292 |
| updated_at | 2020-12-11T12:21:11 |
| weight | 1 |
| monitor_port | None |
| monitor_address | None |
+---------------------+--------------------------------------+
A simple curl responds correctly (obviously besides the 403
application error):
curl -k https://10.31.12.184:6443
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "forbidden: User \"system:anonymous\" cannot get path \"/\"",
"reason": "Forbidden",
"details": {
},
"code": 403
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octavia/+bug/1908263/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list