Earlier  
Posted Nick Remark
#openstack-nova - 2021-05-13
16:35:15 sean-k-mooney MrClayPole: well assuming your using libvirt drvier i think you jsut have to configure multipathd on the host then set https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.volume_use_multipath to true
16:35:15 sean-k-mooney MrClayPole: well assuming your using libvirt drvier i think you jsut have to configure multipathd on the host then set https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.volume_use_multipath to true
16:36:21 openstackgerrit Elod Illes proposed openstack/nova stable/rocky: DNM: gate test https://review.opendev.org/c/openstack/nova/+/791284
16:37:51 sean-k-mooney MrClayPole: that seams to be all kolla-ansbile does https://github.com/openstack/kolla-ansible/commit/56710de59d50402c7e84365116b7f16f8a12e388
16:37:51 sean-k-mooney MrClayPole: that seams to be all kolla-ansbile does https://github.com/openstack/kolla-ansible/commit/56710de59d50402c7e84365116b7f16f8a12e388
16:39:44 sean-k-mooney MrClayPole: there multipath.conf is pretty barebones too https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/multipathd/templates/multipath.conf.j2
16:39:44 sean-k-mooney MrClayPole: there multipath.conf is pretty barebones too https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/multipathd/templates/multipath.conf.j2
16:40:32 sean-k-mooney so i assume os-brick will handel doihng the host config for you but the cinder folk woudl proably know more
16:40:32 sean-k-mooney so i assume os-brick will handel doihng the host config for you but the cinder folk woudl proably know more
16:40:47 openstackgerrit Artom Lifshitz proposed openstack/nova-specs master: Placeholder WIP: Rabbit exchange name: normalize case https://review.opendev.org/c/openstack/nova-specs/+/791287
16:40:47 openstackgerrit Artom Lifshitz proposed openstack/nova-specs master: Placeholder WIP: Rabbit exchange name: normalize case https://review.opendev.org/c/openstack/nova-specs/+/791287
16:41:23 sean-k-mooney MrClayPole: if you are using a stanard deployment tool they likely have docs for it too
16:41:23 sean-k-mooney MrClayPole: if you are using a stanard deployment tool they likely have docs for it too
16:54:20 MrClayPole We are running openstack ansible rocky. We've tried volume_use_multipath in nova.conf but we still see only a single connection in iscsiadm -m session and nothing under /dev/mapper
16:54:20 MrClayPole We are running openstack ansible rocky. We've tried volume_use_multipath in nova.conf but we still see only a single connection in iscsiadm -m session and nothing under /dev/mapper
16:55:39 sean-k-mooney i assume you have installed multipathd and restarted the nova-compute agent then booted a new vm.
16:55:39 sean-k-mooney i assume you have installed multipathd and restarted the nova-compute agent then booted a new vm.
16:56:29 sean-k-mooney we wont automatically reconfigure existing vms so you will need a hard reboot to have the change take effect in addtion to the agent restart
16:56:29 sean-k-mooney we wont automatically reconfigure existing vms so you will need a hard reboot to have the change take effect in addtion to the agent restart
16:57:07 sean-k-mooney i belive lyarwood privly suggested that doing a full host reboot was a cleaner approch as os-brick might be caching this somewhere not sure really.
16:57:07 sean-k-mooney i belive lyarwood privly suggested that doing a full host reboot was a cleaner approch as os-brick might be caching this somewhere not sure really.
17:00:46 MrClayPole Yes, done a full compute host reboot as well as power down and back on an existing VM.
17:00:46 MrClayPole Yes, done a full compute host reboot as well as power down and back on an existing VM.
17:01:27 openstackgerrit Merged openstack/nova master: Adapt to SQLAlchemy 1.4 https://review.opendev.org/c/openstack/nova/+/788471
17:01:27 openstackgerrit Merged openstack/nova master: Adapt to SQLAlchemy 1.4 https://review.opendev.org/c/openstack/nova/+/788471
17:03:04 sean-k-mooney MrClayPole: i think that shoudl have been all that was required.
17:03:04 sean-k-mooney MrClayPole: i think that shoudl have been all that was required.
17:04:01 MrClayPole I wonder if it's because we are using iSCSI user rather than standard iscsi
17:04:01 MrClayPole I wonder if it's because we are using iSCSI user rather than standard iscsi
17:04:04 sean-k-mooney MrClayPole: https://docs.openstack.org/openstack-ansible-os_nova/latest/configure-nova.html#multipath
17:04:04 sean-k-mooney MrClayPole: https://docs.openstack.org/openstack-ansible-os_nova/latest/configure-nova.html#multipath
17:04:19 MrClayPole User=iSER
17:04:19 MrClayPole User=iSER
17:04:23 sean-k-mooney MrClayPole: you are i toght that was removed
17:04:23 sean-k-mooney MrClayPole: you are i toght that was removed
17:04:46 sean-k-mooney MrClayPole: yes qemus native supprot for isci does not support multipath
17:04:46 sean-k-mooney MrClayPole: yes qemus native supprot for isci does not support multipath
17:05:04 sean-k-mooney MrClayPole: the ablity to confgure that was unitentionally removed form nova
17:05:04 sean-k-mooney MrClayPole: the ablity to confgure that was unitentionally removed form nova
17:05:38 sean-k-mooney it was a few releases before someone noiced and now we only host mount i think
17:05:38 sean-k-mooney it was a few releases before someone noiced and now we only host mount i think
17:08:15 sean-k-mooney wait we still have that https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume/iser.py
17:08:15 sean-k-mooney wait we still have that https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume/iser.py
17:08:25 sean-k-mooney i tought the config option to contol that was gon
17:08:25 sean-k-mooney i tought the config option to contol that was gon
17:08:38 sean-k-mooney MrClayPole: how do you enabel that?
17:08:38 sean-k-mooney MrClayPole: how do you enabel that?
17:10:00 sean-k-mooney MrClayPole: i was thinking about https://github.com/openstack/nova/commit/b8c55d1d3c3b9dfd3b962e092e4fd80f2b0dfac3#diff-03b275cc3d16f1d9734bfd402de908ab39e782350dc1774e6d06ca4b0aaa371a
17:10:00 sean-k-mooney MrClayPole: i was thinking about https://github.com/openstack/nova/commit/b8c55d1d3c3b9dfd3b962e092e4fd80f2b0dfac3#diff-03b275cc3d16f1d9734bfd402de908ab39e782350dc1774e6d06ca4b0aaa371a
17:12:18 sean-k-mooney oh https://opendev.org/openstack/nova/src/branch/master/nova/conf/libvirt.py#L1095-L1111
17:12:18 sean-k-mooney oh https://opendev.org/openstack/nova/src/branch/master/nova/conf/libvirt.py#L1095-L1111
17:13:17 sean-k-mooney MrClayPole: https://opendev.org/openstack/nova/src/branch/master/nova/conf/libvirt.py#L1123-L1130
17:13:17 sean-k-mooney MrClayPole: https://opendev.org/openstack/nova/src/branch/master/nova/conf/libvirt.py#L1123-L1130
17:13:35 sean-k-mooney there is a seperate [libvirt]/iser_use_multipath
17:13:35 sean-k-mooney there is a seperate [libvirt]/iser_use_multipath
17:14:08 sean-k-mooney MrClayPole: so you porably have to set that instead or in addtion to the other wone
17:14:08 sean-k-mooney MrClayPole: so you porably have to set that instead or in addtion to the other wone
18:00:59 openstackgerrit melanie witt proposed openstack/nova master: Reject open redirection in the console proxy https://review.opendev.org/c/openstack/nova/+/791297
19:30:23 MrClayPole Sean-k-mooney: sorry for the slow reply. Forgot my phone orc client doesn't work when I leave the house
19:30:23 MrClayPole Sean-k-mooney: sorry for the slow reply. Forgot my phone orc client doesn't work when I leave the house
19:31:37 MrClayPole I've tries 'iser_use_multipath' in nova.conf and I get the following error. http://paste.openstack.org/raw/805272/
19:31:37 MrClayPole I've tries 'iser_use_multipath' in nova.conf and I get the following error. http://paste.openstack.org/raw/805272/
19:35:02 MrClayPole So with the links you sent it looks like libvirt can do is so mounts would that be instead of os-bricks?
19:35:02 MrClayPole So with the links you sent it looks like libvirt can do is so mounts would that be instead of os-bricks?
19:46:30 melwitt dansmith: the console proxy "intercept" patch is here if you're interested in taking a look https://review.opendev.org/c/openstack/nova/+/791297
19:46:30 melwitt dansmith: the console proxy "intercept" patch is here if you're interested in taking a look https://review.opendev.org/c/openstack/nova/+/791297
19:46:50 dansmith melwitt: thanks I saw the bug traffic but hadn't gone looking yet
19:46:50 dansmith melwitt: thanks I saw the bug traffic but hadn't gone looking yet
19:49:01 MrClayPole Iscsi mounts*
19:49:01 MrClayPole Iscsi mounts*
21:04:52 openstackgerrit melanie witt proposed openstack/nova master: Reject open redirection in the console proxy https://review.opendev.org/c/openstack/nova/+/791297
#openstack-nova - 2021-05-14
03:04:10 openstackgerrit melanie witt proposed openstack/placement master: Microversion 1.37: API support for consumer types https://review.opendev.org/c/openstack/placement/+/679441
03:04:15 openstackgerrit melanie witt proposed openstack/placement master: Switch ConsumerType to use an AttributeCache https://review.opendev.org/c/openstack/placement/+/679486
03:09:53 openstackgerrit Qiu Fossen proposed openstack/nova-specs master: Allow migrating PMEM's data https://review.opendev.org/c/openstack/nova-specs/+/785563
04:43:28 openstackgerrit melanie witt proposed openstack/placement master: Microversion 1.37: API support for consumer types https://review.opendev.org/c/openstack/placement/+/679441
04:43:28 openstackgerrit melanie witt proposed openstack/placement master: Microversion 1.37: API support for consumer types https://review.opendev.org/c/openstack/placement/+/679441
04:43:32 openstackgerrit melanie witt proposed openstack/placement master: Switch ConsumerType to use an AttributeCache https://review.opendev.org/c/openstack/placement/+/679486
04:43:32 openstackgerrit melanie witt proposed openstack/placement master: Switch ConsumerType to use an AttributeCache https://review.opendev.org/c/openstack/placement/+/679486
05:04:20 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Note env OS_PLACEMENT_API_VERSION support https://review.opendev.org/c/openstack/osc-placement/+/791356
05:05:42 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Note env OS_PLACEMENT_API_VERSION support https://review.opendev.org/c/openstack/osc-placement/+/791356
05:05:42 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Note env OS_PLACEMENT_API_VERSION support https://review.opendev.org/c/openstack/osc-placement/+/791356
06:05:56 openstackgerrit chengsheng proposed openstack/nova master: libvirt: Use improved guest CPU config APIs https://review.opendev.org/c/openstack/nova/+/762330
06:05:56 openstackgerrit chengsheng proposed openstack/nova master: libvirt: Use improved guest CPU config APIs https://review.opendev.org/c/openstack/nova/+/762330
06:21:57 openstackgerrit Yongli He proposed openstack/nova master: Smartnic support - cyborg drive https://review.opendev.org/c/openstack/nova/+/771362
06:21:58 openstackgerrit Yongli He proposed openstack/nova master: smartnic support - new vnic type https://review.opendev.org/c/openstack/nova/+/771363
06:22:00 openstackgerrit Yongli He proposed openstack/nova master: smartnic support https://review.opendev.org/c/openstack/nova/+/758944
06:22:00 openstackgerrit Yongli He proposed openstack/nova master: smartnic support - reject server move and suspend https://review.opendev.org/c/openstack/nova/+/779913
06:22:01 openstackgerrit Yongli He proposed openstack/nova master: smartnic support - functional tests https://review.opendev.org/c/openstack/nova/+/780147
06:58:35 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/victoria: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787252
06:58:36 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/victoria: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787252
06:58:46 yonglihe gibi, please remove that '-2', thanks, https://review.opendev.org/c/openstack/nova/+/771362
06:58:46 yonglihe gibi, please remove that '-2', thanks, https://review.opendev.org/c/openstack/nova/+/771362
06:59:22 gibi yonglihe: thanks for the headsup, I reset my vote
06:59:22 gibi yonglihe: thanks for the headsup, I reset my vote
07:01:01 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/ussuri: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787253
07:01:02 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/ussuri: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787253
07:02:10 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/train: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787316
07:02:10 openstackgerrit Slawek Kaplonski proposed openstack/nova stable/train: [neutron] Get only ID and name of the SGs from Neutron https://review.opendev.org/c/openstack/nova/+/787316
08:01:36 frickler slaweq: IIUC ^^ should also be applicable to stein, since that's where the req'd changes made it into neutron, right? not sure if nova still updates that branch, but I'd take a look at doing that locally, then
08:01:36 frickler slaweq: IIUC ^^ should also be applicable to stein, since that's where the req'd changes made it into neutron, right? not sure if nova still updates that branch, but I'd take a look at doing that locally, then

Earlier   Later