Thursday, 2020-04-02

*** maaritamm has joined #openstack-manila01:23
openstackgerritMerged openstack/manila master: Hacking: Fix E226  https://review.opendev.org/71653001:58
*** maaritamm has quit IRC01:59
openstackgerritzhangqing proposed openstack/manila master: fix bug in quota checking  https://review.opendev.org/71343402:44
openstackgerritzhangqing proposed openstack/manila master: Fix bug in consume from share  https://review.opendev.org/71682002:45
openstackgerrithaixin proposed openstack/manila master: Support query user message by timestamp  https://review.opendev.org/70643803:08
*** maaritamm has joined #openstack-manila03:47
*** maaritamm has quit IRC03:48
*** maaritamm has joined #openstack-manila04:26
*** threestrands has joined #openstack-manila05:06
*** maaritamm has quit IRC05:24
*** maaritamm has joined #openstack-manila05:34
openstackgerrithaixin proposed openstack/manila-tempest-plugin master: Add function to test user messages query by timestamp  https://review.opendev.org/71684806:08
*** maaritamm has quit IRC06:23
*** maaritamm has joined #openstack-manila06:24
*** maaritamm has quit IRC06:35
*** jv has quit IRC06:39
*** carthaca has joined #openstack-manila07:17
*** maaritamm has joined #openstack-manila07:43
openstackgerritMerged openstack/manila master: Hacking: Fix E117  https://review.opendev.org/71653307:57
*** threestrands has quit IRC08:01
*** tosky has joined #openstack-manila08:02
openstackgerritMerged openstack/manila master: Hacking: Fix E305  https://review.opendev.org/71653408:08
openstackgerritMerged openstack/manila master: Hacking: Fix E741  https://review.opendev.org/71655308:14
openstackgerritMaari Tamm proposed openstack/python-manilaclient master: Add initial documentation for OSC  https://review.opendev.org/70583409:34
*** brinzhang_ has quit IRC10:24
*** brinzhang_ has joined #openstack-manila10:24
*** brinzhang has joined #openstack-manila10:58
*** brinzhang_ has quit IRC11:01
*** brinzhang_ has joined #openstack-manila11:21
*** brinzhang has quit IRC11:24
openstackgerritAndre Beltrami proposed openstack/manila-tempest-plugin master: Functional tests for create share from snapshot different pools/azs  https://review.opendev.org/70970212:04
*** jv__ has joined #openstack-manila12:13
*** jv__ has quit IRC12:20
*** jv__ has joined #openstack-manila12:34
*** cvm has joined #openstack-manila12:46
cvmHi all, I've got manila running fine on OpenStack Rocky, with Cinder backend. Just single share servers. Now with a Cinder AZ 'nova' and also a Nova AZ 'nova'. Is it possible unlock that combination f.e. by using another scheduler? I'd like to use 'nova' for Cinder and 'AZ1', 'AZ2', etc. for Nova.12:50
*** jv__ has quit IRC12:53
tbarroncvm: cinder ("generic") backend uses nova service VM to export shares and AZs need to line up in Cinder and Nova, but I guess you know that12:58
tbarronwe don't have alternate manila code to somehow make this work if they don't match12:59
tbarronNova VMs need to attach the Cinder volumes12:59
cvmtbarron: Yes, I noticed changes for that in Stein, correct? Unfortunately I need some workaround to get it working in Rocky. Although reserving a few nodes with the same AZ is also a workaround.13:02
tbarronwell maybe someone else in this channel will  have a bright idea for you!13:03
cvmtbarron: Thanks! We'll see ;)13:03
*** jv__ has joined #openstack-manila13:04
*** ianychoi_ has joined #openstack-manila13:17
*** ianychoi has quit IRC13:20
*** ianychoi_ is now known as ianychoi13:23
*** sfernand has joined #openstack-manila13:55
AJaegermanila cores, could you merge the remaining hacking changes, please? https://review.opendev.org/#/q/projects:openstack/manila+topic:update-hacking+is:open Thanks!14:16
AJaegerthanks, tbarron14:21
tbarronneed some more cores to look at ^^^14:22
dviroelgoing through some other changes right now, will take a look after14:28
openstackgerritMerged openstack/manila-image-elements master: Update hacking for Python3  https://review.opendev.org/71655614:33
*** vhari has joined #openstack-manila14:55
openstackgerritAndre Beltrami proposed openstack/python-manilaclient master: Update the python manila client api version  https://review.opendev.org/71254315:41
*** cvm has quit IRC16:41
*** andrebeltrami has quit IRC18:06
openstackgerritTom Barron proposed openstack/manila master: Increase MANILA_SERVICE_VM_FLAVOR_DISK  https://review.opendev.org/71710419:18
*** maaritamm has quit IRC19:47
*** maaritamm has joined #openstack-manila19:49
*** maaritamm has quit IRC20:02
*** maaritamm has joined #openstack-manila20:03
gouthamr^ is a gate blocker bug fix, your jobs will fail until ^ merges - please do not recheck20:31
openstackgerritTom Barron proposed openstack/manila master: Increase MANILA_SERVICE_VM_FLAVOR_DISK  https://review.opendev.org/71710421:03
*** brinzhang has joined #openstack-manila21:34
*** brinzhang_ has quit IRC21:37
gouthamrvkmc: https://bugs.launchpad.net/manila-ui/+bug/187043621:38
openstackLaunchpad bug 1870436 in manila-ui "Manila UI tenant quota unit tests failing" [High,New]21:38
vkmcgouthamr, found the issue?21:38
gouthamrvkmc: nope, reported the issue - a bit slow on that AI from today's meeting21:38
vkmcah no, is the bug report21:38
vkmc:)21:38
* vkmc grabs it 21:38
vkmcI almost have it21:39
gouthamrvkmc: ty! awesome...21:39
*** maaritamm has quit IRC21:39
carlosshey, gouthamr... I have found sth while testing the quotas for share replicas a bit more, and I want to discuss that in order to see how should I proceed in this case22:36
gouthamrsure sup carloss22:36
tbarron122:37
carlossI have applied my change in an environment that has +- 5 replicas22:38
carlossthen I have updated the quotas for share replicas to my tenant to 522:38
carlossand I was able to create more replicas. Then, I looked at the database and saw that my existing replica consumiption weren't registered (which maybe makes sense, since quotas for share replicas didn't exist when I created them)22:40
carlossshould we have a database migration or some sort of admin intervention when this change is applied?22:41
carlossotherwise, if a project currently has for example 100 replicas and the limit is 100, manila would allow 100 replicas to be created and at the end it totalize 20022:42
gouthamrcarloss: yes.. makes sense to have this in a database migration22:43
gouthamrgood find, i didn't look for it during review!22:43
carlossoh, thank you gouthamr22:45
carlosswill work on that :)22:45
*** openstackstatus has quit IRC22:56
*** openstack has joined #openstack-manila22:59
*** ChanServ sets mode: +o openstack22:59
*** tosky has quit IRC23:00
*** brinzhang_ has joined #openstack-manila23:15
*** brinzhang has quit IRC23:18

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!