Wednesday, 2020-08-26

openstackgerritMerged openstack/puppet-manila master: Add glance options  https://review.opendev.org/74576500:21
*** takamatsu has quit IRC00:45
*** takamatsu has joined #openstack-manila00:51
openstackgerritzhongshengping proposed openstack/puppet-manila master: Add mysql_enable_ndb option  https://review.opendev.org/74809303:54
openstackgerritzhongshengping proposed openstack/puppet-manila master: Add mysql_enable_ndb option  https://review.opendev.org/74809303:57
*** jmlowe has quit IRC04:18
*** jmlowe has joined #openstack-manila04:29
*** AnaghaR has joined #openstack-manila05:24
*** vishalmanchanda has joined #openstack-manila06:49
*** AnaghaR has quit IRC07:10
*** tosky has joined #openstack-manila07:40
*** tosky has quit IRC08:32
*** tosky has joined #openstack-manila08:33
*** arne_wiebalck has quit IRC08:33
*** arne_wiebalck has joined #openstack-manila08:35
*** baojg has joined #openstack-manila09:53
*** AnaghaR has joined #openstack-manila10:08
AnaghaRHi, I am working on one of the bug i.e. "Snapshot list cannot be sorted by 'name'". I am not able to understand where the code resides. I have cloned devstack folder. Please help.10:15
carlossHi, AnaghaR, thanks for picking this bug up to solve it. As this is a manila specific bug, you'll need to clone the openstack/manila folder - you can see it in this link: https://github.com/openstack/manila.11:13
carlossThe place where manila is currently getting the sort parameter is here: https://github.com/openstack/manila/blob/master/manila/api/v1/share_snapshots.py#L88 ... You can take a look in the function that is getting the snapshots and adding the sort_key to it.11:13
carlossAs mentioned in the bug comments, manila successfully filters snapshots when 'display_name' is specified instead of 'name', but as folks just mentioned, 'display_name' is a server side field name.11:22
carlossOne of the ways to solve this would be to check if the value that is being specified is 'name' and internally change it to 'display_name', so this bug would be solved and the user wouldn't need to specify the "server-side" attribute11:22
*** raildo has joined #openstack-manila11:44
*** AnaghaR has quit IRC11:47
*** AnaghaR has joined #openstack-manila11:47
AnaghaRcarloss: Thanks for the steps. Even I was thinking of following the same steps.11:50
carlossyw AnaghaR :)11:51
openstackgerritTakashi Kajinami proposed openstack/puppet-manila stable/ussuri: Add CentOS8 to nodesets  https://review.opendev.org/74818712:21
*** _erlon_ has joined #openstack-manila12:22
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: zuul: Add devstack-plugin-ceph-compute-qcow2 job  https://review.opendev.org/74821212:33
*** AnaghaR has quit IRC12:38
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: zuul: Add devstack-plugin-ceph-compute-qcow2 job  https://review.opendev.org/74821212:50
vkmccarloss++12:53
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: zuul: Add devstack-plugin-ceph-compute-qcow2 job  https://review.opendev.org/74821213:12
openstackgerritMerged openstack/puppet-manila stable/ussuri: Add CentOS8 to nodesets  https://review.opendev.org/74818713:48
*** andrebeltrami has joined #openstack-manila13:56
openstackgerritEric Harney proposed openstack/devstack-plugin-ceph master: DNM: Octopus test run  https://review.opendev.org/74824514:25
*** lpetrut has joined #openstack-manila14:46
*** tkajinam has quit IRC14:57
*** lpetrut has quit IRC14:58
*** AnaghaR has joined #openstack-manila16:11
*** oneswig has joined #openstack-manila16:43
*** lpetrut has joined #openstack-manila16:49
*** lpetrut has quit IRC16:49
oneswigHi all - is there any support for DHSS share servers exporting SMB/CIFS instead of NFS?  I haven't seen anything but wanted to check16:50
*** oneswig has quit IRC17:00
AnaghaRHi, I have clone the manila from  https://github.com/openstack/manila. I have also used the command "tox -epy36" for unit testing. I got following msg: py36: commands succeeded  congratulations :)17:10
AnaghaRNeed help to start the project also do we have different steps to connect to API.17:12
*** jv_ has quit IRC17:13
*** ganso has quit IRC17:21
*** ganso has joined #openstack-manila17:27
vkmcAnaghaR, hey17:47
vkmcAnaghaR, you didn't need to clone the repo if you had devstack17:47
vkmcAnaghaR, devstack place all the repos under /opt/stack/, manila is on /opt/stack/manila17:48
AnaghaRvkmc: ok.17:48
AnaghaRSo if I make changes in the /opt/stack/manila I will be able to see the changes in devstack folder?17:49
vkmcAnaghaR, if you make the changes in /opt/stack/manila you will be able to see the changes on your devstack deploy17:50
vkmcdevstack folder holds the code that we use to deploy openstack17:50
AnaghaRok17:50
vkmcas I mentioned, devstack is a bash script that pulls from the different repos of the services that compose openstack17:50
vkmcinstall that code17:51
vkmcand then start the services17:51
vkmcin a very minimal, to be used for development, environment17:51
AnaghaRok17:51
AnaghaRvkmc: will work on it. Thank you.17:52
vkmcAnaghaR, sure17:53
vkmcprecise steps you need to do are: 1. cd /opt/stack/manila 2. git checkout -b bug/1779732 3. change code to include the fix you want to include 4. run pep8 (tox -e pep8) 5. run unit tests (tox -e py36) 6. commit change (git commit -a) 7. submit for review (git review -d)17:55
vkmcAnaghaR, ^17:55
vkmcAnaghaR, if you manually want to test the change you made17:55
vkmcafter step 3.17:55
*** vhari has quit IRC17:56
vkmc1. install code with change in place (pip install -e .) 2. run manila snapshot command with specific param to see that bug is fixed17:56
AnaghaRvkmc: ok17:56
*** AnaghaR has quit IRC17:57
*** baojg has quit IRC18:52
*** baojg has joined #openstack-manila18:53
*** vhari has joined #openstack-manila19:03
*** vhari has quit IRC19:09
*** vhari has joined #openstack-manila19:11
*** vhari has quit IRC19:13
*** vhari has joined #openstack-manila19:14
*** tosky has quit IRC19:38
*** vishalmanchanda has quit IRC20:37
*** ganso has quit IRC21:40
*** ganso has joined #openstack-manila21:43
*** ganso has quit IRC21:52
*** ganso has joined #openstack-manila21:53
*** raildo_ has joined #openstack-manila22:01
*** raildo has quit IRC22:04
*** tkajinam has joined #openstack-manila23:01
*** baojg has quit IRC23:21
*** baojg has joined #openstack-manila23:21

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