Wednesday, 2022-11-02

bhiteshHey everyone, I have setup devstack in VM but I am very confused that how to first reproduce this bug(https://bugs.launchpad.net/manila/+bug/1886690), @carloss @gouthamr kindly give some input it will be very helpful.15:09
gouthamrhey bhitesh 15:10
bhiteshoutreachy deadline is so close and I am still not able to register even one contribution makes me nervous.15:10
gouthamrbhitesh: yes; a couple of days15:11
gouthamrbhitesh: what manila backend are you using on your devstack?15:12
bhiteshgouthamr: I am not aware about manila, i followed this guide to setup devstack (https://docs.openstack.org/devstack/latest/guides/single-machine.html)15:14
gouthamrbhitesh: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html15:14
gouthamri suggest reading this in conjunction with the earlier one you posted15:15
gouthamrfor devstack to install manila, you'll need some configuration settings in the "local.conf" file15:16
gouthamryou can pick any of the example local.conf files from the link above15:16
gouthamror, here's a good one too: https://docs.openstack.org/python-manilaclient/latest/contributor/functional-tests.html15:16
gouthamr^ this is a fake manila backend driver which lets you do a lot of testing  15:17
gouthamrif you're planning to work on UI or CLI bugs, that's a great option since you don't really need a "real" storage backend15:17
bhiteshgouthamr: okay I get your point, can you please also send me a link related to UI or CLI, it will be helpful because there are a lot of assigned and dead from last few time.15:23
gouthamrbhitesh: link to the bug trackers?15:24
gouthamrbhitesh: here's another good one: https://bugs.launchpad.net/python-manilaclient/+bug/196731215:24
bhiteshgouthamr: I mean link of specific bug related to UI or CLI.15:24
gouthamrhttps://bugs.launchpad.net/python-manilaclient/+bug/169984115:24
gouthamr^ i just unassigned the last person working on these - these bugs have a good amount of context15:25
gouthamrfeel free to ask questions15:25
bhiteshgouthamr: sure, thanks 15:26
bhiteshgouthamr: I have one question, when I will be done with devstack setup with manila in my VM according to the links you sent above, then I need to do changes in the same repo I cloned into the VM?15:37
bhiteshbut that will be so painful because I am setting up VM with ubuntu live server image.15:38
gouthamrbhitesh: devstack will do the cloning for you15:38
gouthamrbhitesh: i wouldn't suggest that - but, you can also clone the code on your laptop and make your changes; and test changes on the devstack VM by sending them over15:40
bhiteshgouthamr: yes that what my question was, is there any way I can mount my local dir to VM via ssh? yes I can google that sorry for that. 15:42
bhiteshor I should copy every time I make any changes?15:42
bhiteshgouthamr: I googled about it and this is possible to mount dir over ssh but, I am more intrastate in how you guys are testing with devstack?15:49
gouthamrbhitesh: i usually don't develop directly on devstack - i sync my code to it to test --- the sync-ing can be via scp (my IDE helps with that for me) 16:28

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