Activity log for bug #1855695

Date Who What changed Old value New value Message
2019-12-09 10:31:46 Danny Webb bug added bug
2019-12-09 10:33:05 Danny Webb description There are currently 2 issues stopping glance from being able to use an iscsi backend for cinder: 1) The glance_api container is setup as an unprivileged container which means glance can't use and iscsi cinder backend as it's store. 2) the glance api container is missing mounts for /dev/:/dev/ and iscsi_info:/etc/iscsi which it needs to be able use iscsi It would be simple enough to add to the volumes: - "{{ 'iscsi_info:/etc/iscsi' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }} " - "{{ '/dev/:/dev/' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }}" and to the glance-api service: privileged: "{{ True if enable_cinder | bool and enable_cinder_backend_iscsi | bool | default False}}" ** https://bugzilla.redhat.com/show_bug.cgi?id=1658367 There are currently 2 issues stopping glance from being able to use an iscsi backend for cinder: 1) The glance_api container is setup as an unprivileged container which means glance can't use and iscsi cinder backend as it's store. 2) the glance api container is missing mounts for /dev/:/dev/ and iscsi_info:/etc/iscsi which it needs to be able use iscsi It would be simple enough to add to the volumes:       - "{{ 'iscsi_info:/etc/iscsi' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }} "       - "{{ '/dev/:/dev/' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }}" and to the glance-api service:   privileged: "{{ True if enable_cinder | bool and enable_cinder_backend_iscsi | bool | else False}}" ** https://bugzilla.redhat.com/show_bug.cgi?id=1658367
2019-12-09 10:34:41 Danny Webb description There are currently 2 issues stopping glance from being able to use an iscsi backend for cinder: 1) The glance_api container is setup as an unprivileged container which means glance can't use and iscsi cinder backend as it's store. 2) the glance api container is missing mounts for /dev/:/dev/ and iscsi_info:/etc/iscsi which it needs to be able use iscsi It would be simple enough to add to the volumes:       - "{{ 'iscsi_info:/etc/iscsi' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }} "       - "{{ '/dev/:/dev/' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }}" and to the glance-api service:   privileged: "{{ True if enable_cinder | bool and enable_cinder_backend_iscsi | bool | else False}}" ** https://bugzilla.redhat.com/show_bug.cgi?id=1658367 There are currently 2 issues stopping glance from being able to use an iscsi backend for cinder: 1) The glance_api container is setup as an unprivileged container which means glance can't use an iscsi cinder backend as it's store. 2) the glance api container is missing mounts for /dev/:/dev/ and iscsi_info:/etc/iscsi which it needs to be able use iscsi It would be simple enough to add to the volumes:       - "{{ 'iscsi_info:/etc/iscsi' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }} "       - "{{ '/dev/:/dev/' if enable_cinder | bool and enable_cinder_backend_iscsi | bool }}" and to the glance-api service:   privileged: "{{ True if enable_cinder | bool and enable_cinder_backend_iscsi | bool | else False}}" ** https://bugzilla.redhat.com/show_bug.cgi?id=1658367
2019-12-09 11:21:08 Mark Goddard kolla-ansible: status New Triaged
2019-12-09 11:21:10 Mark Goddard kolla-ansible: importance Undecided Medium
2019-12-09 12:30:28 Radosław Piliszek summary Allow Privileged=True for glance-api to support isci cinder backend glance-api does not support iscsi cinder backend
2019-12-19 04:07:06 OpenStack Infra kolla-ansible: status Triaged In Progress
2019-12-19 04:07:06 OpenStack Infra kolla-ansible: assignee Chason Chan (chen-xing)
2019-12-20 10:18:54 Radosław Piliszek bug added subscriber Radosław Piliszek
2020-01-13 17:54:16 OpenStack Infra kolla-ansible: assignee Chason Chan (chen-xing) Dincer Celik (osmanlicilegi)
2020-01-13 20:45:16 Dincer Celik kolla-ansible: milestone 10.0.0
2020-01-13 21:10:59 Dincer Celik nominated for series kolla-ansible/stein
2020-01-13 21:10:59 Dincer Celik bug task added kolla-ansible/stein
2020-01-13 21:10:59 Dincer Celik nominated for series kolla-ansible/train
2020-01-13 21:10:59 Dincer Celik bug task added kolla-ansible/train
2020-01-13 21:11:18 Dincer Celik kolla-ansible/stein: milestone 8.0.2
2020-01-13 21:11:24 Dincer Celik kolla-ansible/train: milestone 9.0.1
2020-01-13 21:11:45 Dincer Celik kolla-ansible/stein: importance Undecided Medium
2020-01-13 21:11:47 Dincer Celik kolla-ansible/train: importance Undecided Medium
2020-01-15 11:57:56 OpenStack Infra kolla-ansible: assignee Dincer Celik (osmanlicilegi) Radosław Piliszek (yoctozepto)
2020-01-15 13:50:05 OpenStack Infra kolla-ansible: assignee Radosław Piliszek (yoctozepto) Dincer Celik (osmanlicilegi)
2020-01-15 17:57:53 OpenStack Infra kolla-ansible: assignee Dincer Celik (osmanlicilegi) Radosław Piliszek (yoctozepto)
2020-01-27 18:54:01 OpenStack Infra kolla-ansible: status In Progress Fix Released
2020-01-28 16:11:34 OpenStack Infra kolla-ansible/train: status New In Progress
2020-01-28 16:11:34 OpenStack Infra kolla-ansible/train: assignee Mark Goddard (mgoddard)
2020-01-28 16:14:00 OpenStack Infra kolla-ansible/stein: status New In Progress
2020-01-28 16:14:00 OpenStack Infra kolla-ansible/stein: assignee Mark Goddard (mgoddard)
2020-01-29 09:37:05 OpenStack Infra kolla-ansible/stein: status In Progress Fix Committed
2020-01-29 09:37:15 OpenStack Infra kolla-ansible/train: status In Progress Fix Committed
2020-05-19 09:37:02 Mark Goddard nominated for series kolla-ansible/ussuri
2020-05-19 09:37:02 Mark Goddard bug task added kolla-ansible/ussuri
2020-05-19 09:37:08 Mark Goddard kolla-ansible/train: status Fix Committed Fix Released
2020-05-19 09:37:10 Mark Goddard kolla-ansible/stein: status Fix Committed Fix Released