Thursday, 2022-03-31

*** dviroel|out is now known as dviroel00:05
*** dviroel is now known as dviroel|out00:20
*** dviroel_ is now known as dviroel11:22
opendevreviewFrancesco Pantano proposed openstack/manila-tempest-plugin master: [WIP][CI] Add CephFS Native with cephadm job  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/83422013:40
carlosso/ hello folks!14:02
carlosshttps://www.youtube.com/watch?v=hwPfjvshxOM - OpenInfra live going on right now14:02
carlosswe'll have our rockstar (gouthamr) speaking about the Manila Yoga highlights in a few :D14:03
vkmc:D 14:03
vkmc*\o/* gouthamr 14:04
dviroelgouthamr++14:20
gouthamr:) Zorilla ftw indeed14:44
vkmc:D 14:45
vkmcI love that our etherpad is 14:45
vkmczorilla-ptg-manila14:45
vkmchaha14:45
gouthamrhahaha 14:45
vkmcwell done Goutham, great presentation of what we have been upup to :D14:46
gouthamrthanks vkmc -- we always have great content! 14:48
fabiooliveiraI thought you would put zorilla on the presentation haha14:50
vkmcnot enough room, etoomanynewfeatures14:53
carlossgouthamr++15:00
*** dviroel_ is now known as dviroel15:54
* gouthamr is reading the notes in https://bugs.launchpad.net/oslo.messaging/+bug/1934937 16:03
carthacare https://bugs.launchpad.net/oslo.messaging/+bug/1961402 I also have a guru report if anybody is interested https://paste.opendev.org/show/bgZKn0VIfTDlDGXLfEkb/16:03
carthacaI'm also not sure if there is anything that can be done in manila, less logging maybe like cinder does here https://github.com/openstack/cinder/commit/a1084c237a8b025353abaf586c05672840b6ec6d or this complex thingy that is done in swift https://github.com/openstack/swift/commit/6d160797fc3257942618a7914d526911ebbda32816:09
carthacaOr stop using eventlet alltogether :)16:10
*** dviroel is now known as dviroel|lunch16:14
opendevreviewMaurice Escher proposed openstack/manila master: Add Guru Meditation Report to wsgi  https://review.opendev.org/c/openstack/manila/+/83603916:18
*** dviroel|lunch is now known as dviroel17:18
opendevreviewCarlos Eduardo proposed openstack/manila master: Add FIPS experimental testing job  https://review.opendev.org/c/openstack/manila/+/81095317:25
opendevreviewCarlos Eduardo proposed openstack/manila master: Add FIPS experimental testing job  https://review.opendev.org/c/openstack/manila/+/81095317:26
opendevreviewCarlos Eduardo proposed openstack/manila master: Migrate Manila utils to privsep style  https://review.opendev.org/c/openstack/manila/+/82285919:31
opendevreviewCarlos Eduardo proposed openstack/manila master: Remove unused method from manila/utils  https://review.opendev.org/c/openstack/manila/+/82285919:35
opendevreviewCarlos Eduardo proposed openstack/manila master: Remove unused method from manila/utils  https://review.opendev.org/c/openstack/manila/+/82285919:35
*** dviroel is now known as dviroel|afk20:24
opendevreviewCarlos Eduardo proposed openstack/manila master: Remove unused method from manila/utils  https://review.opendev.org/c/openstack/manila/+/82285920:35
shkoh1gouthamr carloss : I am having trouble creating a share network for test purposes on my devstack. I keep getting an Error: "Unable to create share network"  "Internal Server Error(HTTP 500)" any reason for this? 20:43
carlosso/ shkoh1 20:43
shkoh1o/ 20:44
carlosscan you see a stacktrace?20:44
carlossare you trying to create the share network via manila-ui?20:44
carlossor via CLI?20:44
shkoh1yes via manila-ui20:45
shkoh1when I try to create it using CLI i get a different error 20:45
carlosshmm, what happens if you try via CLI? does it succeed?20:45
carlossoh, okay20:45
carlosswe can debug this... you'll be able to see a better stacktrace. what I'd recommend you to do is: have a terminal open in your devstack and keep the command `sudo journalctl -afu devstack@m-api.service` running20:46
carlossthen try to issue the share network creation in the UI20:46
carlossthe terminal is going to show the entire stacktrace... could you please copy the stacktrace and send it to me?20:47
carlossif you paste it in https://paste.opendev.org/, it will get you a link, and you can send that link to me20:47
gouthamrcarloss++20:48
shkoh1https://paste.opendev.org/show/by0LXUpanJpMVJlnrsPd/ this one?20:48
carlossyes, pretty much20:49
carlossis there more content in the stacktrace?20:49
shkoh1Ill re run it. I just froze so I killed it. But ill run it again20:50
shkoh1carloss : it looks like thats all it gives me. It just sits there idle, unless I ctrl+C to kill it. How long does it usually take?20:52
carlossit should be instantaneous20:53
shkoh1looks like thats all it gave.20:53
carlossif you run sudo journalctl -afu devstack@m-sch.service`, what does it show you?20:53
shkoh1https://paste.opendev.org/show/b0lSuhRfFlJ1YhkKtU57/20:54
shkoh1maybe its the bug code I was testing is causing this error? 20:55
carlossi'm unsure about that... which files have you modified?20:57
carlossand what was the bug you were modifying20:58
carlossshkoh1 there's a way to ensure that: you can go to the repo you modified and run `git stash`20:59
shkoh1I modified the wsgi.py file with the bug  195562720:59
carlossoh, this might be it then20:59
carlossapparently it's an issue with the use of tabs/spaces for identation21:00
carlossno need to stash your changes then (but you you've done it, you can undo with git stash apply)21:01
shkoh1yup that was the cause21:01
shkoh1so i run git stash where?21:01
carlossif you haven't yet, no need for it21:01
carlossit was just a way to try to check if the changes you did caused the service to break21:02
shkoh1oh okay. first I need to modify the code change. to see if it actually worked.21:02
carlossyes, you can start by trying to fix the indentation and then restarting the services21:03
carlossafter you restarted, you can issue the command `sudo journalctl -afu devstack@m-api.service` to see if it is going to start correctly21:03
carlossthen you can try to reproduce the issue again and ensure if the fix worked or not21:04
shkoh1carloss it doesnt seem it worked. I removed the code, and restarted it. but im still gettting that error 21:11
shkoh1it still says I have that code causing the issue. but I removed it so im confused on why its not accepting the removal21:12
carlosswe can jump on a quick call if you want to :)21:12
shkoh1sure21:12
carlossshkoh1: sent you the link in the dm21:14

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!