noonedeadpunk | wait. have they restored packagecloud? | 08:25 |
---|---|---|
noonedeadpunk | as it's back | 08:26 |
adivy | hi Team | 12:03 |
adivy | i am doing upgrade from XENA to yoga | 12:03 |
adivy | i am getting this error when i am running this command | 12:03 |
adivy | openstack-ansible setup-infrastructure.yml -e 'galera_upgrade=true' -e 'rabbitmq_upgrade=true' -e package_state=latest | 12:03 |
adivy | fatal: [t1w_repo_container-523a80c0]: FAILED! => {"changed": false, "cmd": "systemctl reload-or-restart $(systemd-escape -p --suffix=\"mount\" \"/var/www/repo\")", "delta": "0:00:00.131485", "end": "2023-05-29 12:01:44.865710", "msg": "non-zero return code", "rc": 1, "start": "2023-05-29 12:01:44.734225", "stderr": "Job failed. See \"journalctl -xe\" for details.", "stderr_lines": ["Job failed. See \"journalctl -xe\" for details."], "stdout": "", | 12:04 |
admin1 | adivy, please use pastebin got gist to paste | 12:15 |
admin1 | and not here | 12:15 |
admin1 | or gist* | 12:15 |
admin1 | and rerun that with -vvvv | 12:16 |
admin1 | so that we might see some more info on it | 12:16 |
noonedeadpunk | adivy: you can ignore this | 12:17 |
noonedeadpunk | It's inside block/rescue, so we expect this one to fail from time to time and use different command if it does | 12:18 |
noonedeadpunk | as restart-or-reload can't be used for some mount points | 12:18 |
adivy | so what command to be used | 12:24 |
adivy | and can you give rederence to the pastebin site which you are asking to paste | 12:24 |
noonedeadpunk | https://paste.openstack.org/ | 12:31 |
adivy | https://gist.github.com/singh1981/1bcc2d425bc41d5f9907b92388ae4526 | 12:32 |
adivy | https://paste.openstack.org/show/bDJeYX9wgkYM6jGEkPPe/ | 12:33 |
jamesdenton | adivy i've run into that, and haven't had a chance to dig into it. But a 'umount '/var/www/repo' and re-run of the playbooks usually goes | 12:47 |
jamesdenton | --> umount /var/www/repo | 12:47 |
jrosser | adivy: the important thing is that the playbook did not actually fail | 12:55 |
jrosser | so you have used the correct command | 12:55 |
jrosser | noonedeadpunk: looks like packagecloud is back for maybe a week….. who knows after that | 12:56 |
adivy | you are right, but the concern is /var/www/repo was never mounted | 12:57 |
jrosser | adivy: are you saying that it was not mounted? | 12:58 |
adivy | yeah | 12:58 |
jrosser | right well that’s different | 12:58 |
jrosser | as there is block/rescue used and the behaviour of ansible is kind of misleading in what it reports for that | 12:59 |
adivy | This link have the correct error when i enable verbose | 13:02 |
adivy | https://paste.openstack.org/show/bDJeYX9wgkYM6jGEkPPe/ | 13:02 |
noonedeadpunk | jrosser: yes, sure, we should change asap anyway | 13:16 |
ali111 | hi i want deploy manila and find this content https://docs.openstack.org/manila/latest/contributor/ganesha.html and i cI am confused when I want to install with cephfs, should I give the driver ganesha or cephfs | 13:30 |
ali111 | hi i want deploy manila and find this content https://docs.openstack.org/manila/latest/contributor/ganesha.html and I am confused when I want to install with cephfs, should I give the driver ganesha or cephfs | 13:31 |
noonedeadpunk | ali111: there's no ganesha driver? | 13:35 |
noonedeadpunk | https://docs.openstack.org/manila/latest/admin/index.html#supported-share-back-ends | 13:35 |
noonedeadpunk | what you've found is a library | 13:35 |
noonedeadpunk | that's being used, when you use NFS helper with CephFS driver | 13:36 |
noonedeadpunk | https://opendev.org/openstack/manila/src/branch/master/manila/share/drivers/cephfs/driver.py#L1054 | 13:37 |
ali111 | <noonedeadpunk: thank you | 13:39 |
derekokeeffe85 | Hi all, silly question(s) is br-vxlan responsible for the networking between two instances on a network that only exists in the cluster? ovs-vsctl list-ports br-vxlan returns nothing, should there be ports on that bridge? | 13:40 |
noonedeadpunk | no, it shouldn't be really a bridge. | 13:47 |
noonedeadpunk | Only IP assigned to the interface is used for VXLAN | 13:47 |
noonedeadpunk | basically through it flows are configured | 13:47 |
noonedeadpunk | so doesn't matter if it's bridge or interface as long as name is consistent | 13:48 |
admin1 | making it a bridge will be useful if you want to use lbaas and want to plug to br-lbaas on it | 13:52 |
admin1 | i always make it a bridge to make everythign considtent | 13:52 |
derekokeeffe85 | Ok thanks, I'll try to figure out why it's stopped working so | 13:56 |
admin1 | if br-vxlan is a bridge, and if its setup as openvswitch , then list-ports will show the ports of the bridge | 13:57 |
derekokeeffe85 | Yeah it's not showing any ports when I run that so wasn't sure if it should or not | 13:57 |
derekokeeffe85 | At first when I did ovs-vsctl show the bridge wasn't even there so I cretaed it manually to see would that fix my issue but it hasn't so I'll add the interface to the bridge? | 13:59 |
derekokeeffe85 | should I add the interface I mean? | 13:59 |
noonedeadpunk | hm, I don't think that br-vxlan should be part of any bridge? | 14:06 |
derekokeeffe85 | I don't know what happened so, I only changed the following line network_interface_mappings: "br-vlan:bond0" after your advice last week noonedeadpunk and redeployed. It worked by the way so thanks :) I can create multiple networks with internet connectivity but my internal/private networks have stopped working | 14:08 |
noonedeadpunk | I think important thing that my_ip should be set to one that is on br-vxlan | 14:09 |
noonedeadpunk | and ovs-vsctl show should print out connections between net and compute nodes from IPs that are on br-vxlan | 14:09 |
derekokeeffe85 | Ok I'll keep at it, thanks | 14:10 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: [doc] Update upgrade guide to mention SLURP https://review.opendev.org/c/openstack/openstack-ansible/+/883488 | 14:20 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Reduce stepca scenario to minimum setup https://review.opendev.org/c/openstack/openstack-ansible/+/883497 | 14:27 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Fix typos https://review.opendev.org/c/openstack/openstack-ansible-ops/+/858546 | 14:28 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server stable/2023.1: Fix service-redirect.j2 template https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/884532 | 14:29 |
noonedeadpunk | NeilHanlon: do you want me to update https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/884568 ? | 14:30 |
noonedeadpunk | or better - I can update it if you don't mind or don't have time for that now | 14:33 |
derekokeeffe85 | noonedeadpunk, my_ip in the nova.conf file? That's set to the same IP as the nova container has | 14:37 |
noonedeadpunk | nah, in /etc/neutron... IIRC it's somewhere under plugins, but can't recall if it's ml2.conf or openvswitch.conf | 14:37 |
noonedeadpunk | some time ago we had a bug where my_ip was set incorrectly due to facts gathering issues | 14:41 |
derekokeeffe85 | Don't have my_ip in any file in there either on the controller or the container | 14:41 |
noonedeadpunk | derekokeeffe85: local_ip sorry :) | 14:42 |
noonedeadpunk | it's /etc/neutron/plugins/ml2/openvswitch_agent.ini | 14:42 |
derekokeeffe85 | oh :) I'll check now so, thanks | 14:42 |
derekokeeffe85 | Yep that's there and it's the correct ip. I'll try a few more things and give you a bit of peace for today :) | 14:43 |
noonedeadpunk | you should check `ovs-vsctl show` wrt to br-tun? | 14:49 |
noonedeadpunk | are interface options also use proper IP? | 14:50 |
noonedeadpunk | and local_ip are from the same net as remote_ip? | 14:50 |
derekokeeffe85 | I'm just packing up at the moment so I will do that in the morning and let you know. Thanks, have a good evening | 14:55 |
derekokeeffe85 | noonedeadpunk this is what that shows https://paste.openstack.org/show/bXBKSevvGGVs1l5NuxQY/ | 14:59 |
noonedeadpunk | looks quite fair | 15:00 |
NeilHanlon | noonedeadpunk: go ahead and update, sorry.. holiday here in the US | 15:13 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Change to CloudSmith repos from PackageCloud for RabbitMQ https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/884568 | 15:23 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server master: Change to CloudSmith repos from PackageCloud for RabbitMQ https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/884568 | 15:25 |
opendevreview | Damian Dąbrowski proposed openstack/openstack-ansible master: Add TLS support to ceph-rgw backends https://review.opendev.org/c/openstack/openstack-ansible/+/884633 | 15:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 15:45 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 16:12 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 16:19 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 16:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 16:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 16:43 |
NeilHanlon | noonedeadpunk: thanks for updating the patch. will be good if we can try to backport that before packagecloud goes away again... let me know if you need any help with 884637, too, for the change from centos to rocky | 16:43 |
noonedeadpunk | ++ | 16:44 |
noonedeadpunk | 884637 is not critical, but decided to check how tough it will be to fix... | 16:44 |
NeilHanlon | good to get ahead of it | 16:55 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 17:21 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 17:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 17:49 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 18:17 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 18:28 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 18:30 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 18:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-ops master: Update distros for CI https://review.opendev.org/c/openstack/openstack-ansible-ops/+/884637 | 18:53 |
opendevreview | Merged openstack/openstack-ansible stable/yoga: Force enable openstack_service_token_roles_required https://review.opendev.org/c/openstack/openstack-ansible/+/884275 | 19:00 |
opendevreview | Damian Dąbrowski proposed openstack/openstack-ansible master: Enable S3 API by default https://review.opendev.org/c/openstack/openstack-ansible/+/884645 | 22:11 |
opendevreview | Merged openstack/openstack-ansible-os_nova stable/yoga: Define service_user for nova services https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/884213 | 22:43 |
opendevreview | Merged openstack/openstack-ansible-rabbitmq_server master: Change to CloudSmith repos from PackageCloud for RabbitMQ https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/884568 | 23:58 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!