bhitesh | Hey 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 |
---|---|---|
gouthamr | hey bhitesh | 15:10 |
bhitesh | outreachy deadline is so close and I am still not able to register even one contribution makes me nervous. | 15:10 |
gouthamr | bhitesh: yes; a couple of days | 15:11 |
gouthamr | bhitesh: what manila backend are you using on your devstack? | 15:12 |
bhitesh | gouthamr: 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 |
gouthamr | bhitesh: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html | 15:14 |
gouthamr | i suggest reading this in conjunction with the earlier one you posted | 15:15 |
gouthamr | for devstack to install manila, you'll need some configuration settings in the "local.conf" file | 15:16 |
gouthamr | you can pick any of the example local.conf files from the link above | 15:16 |
gouthamr | or, here's a good one too: https://docs.openstack.org/python-manilaclient/latest/contributor/functional-tests.html | 15:16 |
gouthamr | ^ this is a fake manila backend driver which lets you do a lot of testing | 15:17 |
gouthamr | if you're planning to work on UI or CLI bugs, that's a great option since you don't really need a "real" storage backend | 15:17 |
bhitesh | gouthamr: 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 |
gouthamr | bhitesh: link to the bug trackers? | 15:24 |
gouthamr | bhitesh: here's another good one: https://bugs.launchpad.net/python-manilaclient/+bug/1967312 | 15:24 |
bhitesh | gouthamr: I mean link of specific bug related to UI or CLI. | 15:24 |
gouthamr | https://bugs.launchpad.net/python-manilaclient/+bug/1699841 | 15:24 |
gouthamr | ^ i just unassigned the last person working on these - these bugs have a good amount of context | 15:25 |
gouthamr | feel free to ask questions | 15:25 |
bhitesh | gouthamr: sure, thanks | 15:26 |
bhitesh | gouthamr: 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 |
bhitesh | but that will be so painful because I am setting up VM with ubuntu live server image. | 15:38 |
gouthamr | bhitesh: devstack will do the cloning for you | 15:38 |
gouthamr | bhitesh: 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 over | 15:40 |
bhitesh | gouthamr: 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 |
bhitesh | or I should copy every time I make any changes? | 15:42 |
bhitesh | gouthamr: 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 |
gouthamr | bhitesh: 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/!