| *** tosky has quit IRC | 00:02 | |
| *** iurygregory has quit IRC | 00:06 | |
| *** LinPeiWen84 has joined #openstack-manila | 00:42 | |
| *** iurygregory has joined #openstack-manila | 00:43 | |
| *** LinPeiWen84 has quit IRC | 01:02 | |
| *** LinPeiWen20 has joined #openstack-manila | 01:04 | |
| *** baojg has joined #openstack-manila | 01:41 | |
| *** rratnaka has joined #openstack-manila | 02:28 | |
| *** jmlowe has quit IRC | 03:39 | |
| *** baojg has quit IRC | 03:57 | |
| *** LinPeiWen20 has quit IRC | 05:06 | |
| *** LinPeiWen15 has joined #openstack-manila | 05:13 | |
| *** baojg has joined #openstack-manila | 05:29 | |
| *** iurygregory has quit IRC | 05:33 | |
| *** vishalmanchanda has joined #openstack-manila | 05:52 | |
| *** openstackgerrit has joined #openstack-manila | 05:55 | |
| openstackgerrit | Liron Kuchlani proposed openstack/manila-tempest-plugin master: [WIP] Move waiter methods under waiters.py https://review.opendev.org/c/openstack/manila-tempest-plugin/+/771485 | 05:55 |
|---|---|---|
| openstackgerrit | Liron Kuchlani proposed openstack/manila-tempest-plugin master: [WIP] Move waiter methods under waiters.py https://review.opendev.org/c/openstack/manila-tempest-plugin/+/771485 | 07:47 |
| *** tosky has joined #openstack-manila | 08:47 | |
| *** baojg has quit IRC | 09:45 | |
| *** baojg has joined #openstack-manila | 09:46 | |
| *** baojg has quit IRC | 09:47 | |
| *** baojg has joined #openstack-manila | 09:48 | |
| openstackgerrit | Liron Kuchlani proposed openstack/manila-tempest-plugin master: Moving resource waiters to a new module https://review.opendev.org/c/openstack/manila-tempest-plugin/+/771485 | 09:55 |
| *** baojg has quit IRC | 10:00 | |
| *** baojg has joined #openstack-manila | 10:00 | |
| openstackgerrit | Liron Kuchlani proposed openstack/manila-tempest-plugin master: Moving resource waiters to a new module https://review.opendev.org/c/openstack/manila-tempest-plugin/+/771485 | 10:11 |
| *** kafilat has joined #openstack-manila | 10:27 | |
| kafilat | Hello, I'm Kafilat, I'm new to openstack-manila | 10:28 |
| kafilat | and I've been trying to set up my development environment with this blog | 10:28 |
| kafilat | https://osintern.net/how-to-setup-devstack/ | 10:29 |
| kafilat | I keep getting this error each time I run "./stack.sh" | 10:29 |
| kafilat | "psutil 5.4.2 is a distutils installed project and thus can not accurately determine which files belong to it which will lead to only a partial uninstall" | 10:29 |
| kafilat | I've tried to manually uninstall psutil but the error persists | 10:30 |
| *** LinPeiWen15 has quit IRC | 10:31 | |
| *** iurygregory has joined #openstack-manila | 11:27 | |
| *** baojg has quit IRC | 11:37 | |
| *** baojg has joined #openstack-manila | 11:37 | |
| *** baojg has quit IRC | 11:37 | |
| *** baojg has joined #openstack-manila | 11:38 | |
| *** baojg has quit IRC | 11:38 | |
| *** baojg has joined #openstack-manila | 11:38 | |
| *** baojg has quit IRC | 11:39 | |
| *** baojg has joined #openstack-manila | 11:39 | |
| *** baojg has quit IRC | 11:40 | |
| *** baojg has joined #openstack-manila | 11:40 | |
| *** baojg has quit IRC | 11:40 | |
| *** baojg has joined #openstack-manila | 11:41 | |
| *** baojg has quit IRC | 11:41 | |
| *** baojg has joined #openstack-manila | 11:42 | |
| *** baojg has quit IRC | 11:42 | |
| *** LinPeiWen52 has joined #openstack-manila | 11:42 | |
| *** baojg has joined #openstack-manila | 11:42 | |
| *** baojg has quit IRC | 11:43 | |
| *** baojg has joined #openstack-manila | 11:43 | |
| *** baojg has quit IRC | 11:44 | |
| *** baojg has joined #openstack-manila | 11:44 | |
| *** baojg has quit IRC | 11:44 | |
| *** baojg has joined #openstack-manila | 11:46 | |
| *** baojg has quit IRC | 11:50 | |
| *** raildo has joined #openstack-manila | 12:03 | |
| *** rratnaka has quit IRC | 13:01 | |
| *** rratnaka has joined #openstack-manila | 13:04 | |
| *** sfernand has joined #openstack-manila | 14:00 | |
| *** vishalmanchanda has quit IRC | 14:15 | |
| *** irclogbot_1 has quit IRC | 14:27 | |
| *** irclogbot_3 has joined #openstack-manila | 14:31 | |
| *** vishalmanchanda has joined #openstack-manila | 14:52 | |
| *** rratnaka14 has joined #openstack-manila | 15:02 | |
| *** rratnaka has quit IRC | 15:04 | |
| openstackgerrit | Merged openstack/manila stable/queens: [stable/queens] Adjust CI jobs https://review.opendev.org/c/openstack/manila/+/770864 | 17:19 |
| tbarron | kafilat: first, welcome! | 17:37 |
| tbarron | kafilat: That blog you cite from Dina Saparbaeva is awesome! She has only been contributing to OpenStack a relatively short time and is already making a mark in Manila. | 17:39 |
| tbarron | kafilat: with regard to your problem, I haven"t hit it specifically but I've hit similar ones. | 17:40 |
| tbarron | kafilat: pip installs fail because the distribution alreaqdy installed the same package | 17:41 |
| tbarron | kafilat: are you installing devstack in a VM as in the blog? | 17:41 |
| tbarron | kafilat: It seems like you are trying what I would try. Assuming an ubuntu VM, use 'apt' commands to remove psutils. | 17:42 |
| tbarron | Then run restack. | 17:43 |
| tbarron | Sometimes (and this is why I asked about the VM) I need to rebuilid the VM fresh, then make sure the distutils package | 17:43 |
| tbarron | (psutils in this case) is removed. Run 'dpkg -l' to make sure. Then run stack.sh on the brand new VM. | 17:44 |
| *** ivan_lin has joined #openstack-manila | 18:00 | |
| *** kafilat has quit IRC | 18:01 | |
| *** LinPeiWen has quit IRC | 18:03 | |
| *** rratnaka14 has quit IRC | 18:06 | |
| *** kafilat has joined #openstack-manila | 18:36 | |
| kafilat | tbarron: thanks, I've got it working! | 18:37 |
| tbarron | kafilat: awesome! | 18:38 |
| *** vishalmanchanda has quit IRC | 18:40 | |
| openstackgerrit | Goutham Pacha Ravi proposed openstack/manila stable/victoria: Always use new_size when extend https://review.opendev.org/c/openstack/manila/+/770754 | 18:45 |
| openstackgerrit | Merged openstack/manila stable/queens: [NetApp] Fix CIFS promote back issue https://review.opendev.org/c/openstack/manila/+/771412 | 19:12 |
| openstackgerrit | Merged openstack/manila master: [Doc] Add admin doc for share group https://review.opendev.org/c/openstack/manila/+/502936 | 19:12 |
| vkmc | can I get some extra eyes in this one? | 19:39 |
| vkmc | https://review.opendev.org/c/openstack/python-manilaclient/+/746458 | 19:39 |
| gouthamr | vkmc: ^ taking a look now | 20:32 |
| *** tosky has quit IRC | 20:41 | |
| *** raildo has quit IRC | 20:42 | |
| *** raildo_ has joined #openstack-manila | 20:42 | |
| *** tosky has joined #openstack-manila | 20:42 | |
| *** kafilat has quit IRC | 20:46 | |
| openstackgerrit | Goutham Pacha Ravi proposed openstack/manila stable/victoria: Always use new_size when extend https://review.opendev.org/c/openstack/manila/+/770754 | 21:07 |
| openstackgerrit | Goutham Pacha Ravi proposed openstack/manila stable/stein: Fix logic that determines a share exists before manage https://review.opendev.org/c/openstack/manila/+/771411 | 23:01 |
| *** raildo_ has quit IRC | 23:09 | |
| *** lbragstad has quit IRC | 23:13 | |
| *** lbragstad_ has joined #openstack-manila | 23:13 | |
| openstackgerrit | Goutham Pacha Ravi proposed openstack/manila stable/stein: [stable/stein] Update requirements and constraints https://review.opendev.org/c/openstack/manila/+/770207 | 23:15 |
| *** tosky has quit IRC | 23:44 | |
| *** hoonetorg has quit IRC | 23:48 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!