*** mtanino has quit IRC | 00:12 | |
*** erlon has quit IRC | 00:31 | |
openstackgerrit | Clinton Knight proposed openstack/manila: NetApp cDOT driver uses deprecated APIs for NFS exports https://review.openstack.org/169958 | 00:35 |
---|---|---|
openstackgerrit | li,chen proposed openstack/manila: Add config_group_name for NeutronNetworkHelper https://review.openstack.org/169647 | 00:47 |
chen12 | vponomaryov: hi, are you there ? I'm not sure how to add unit test for https://review.openstack.org/169647... | 00:52 |
*** marcusvrn1 has joined #openstack-manila | 00:59 | |
*** haigang has joined #openstack-manila | 00:59 | |
*** marcusvrn has quit IRC | 01:02 | |
*** esker has joined #openstack-manila | 01:07 | |
*** logan2 has quit IRC | 01:19 | |
*** logan2 has joined #openstack-manila | 01:21 | |
*** casusbel_ has joined #openstack-manila | 01:26 | |
*** casusbelli has quit IRC | 01:30 | |
*** kaisers has joined #openstack-manila | 01:30 | |
*** kaisers1 has quit IRC | 01:31 | |
*** xyang1 has quit IRC | 01:58 | |
*** scottda_ has joined #openstack-manila | 02:41 | |
*** scottda_ has quit IRC | 03:13 | |
*** scottda_ has joined #openstack-manila | 03:17 | |
*** jasonsb has joined #openstack-manila | 03:20 | |
*** scottda_ has quit IRC | 03:41 | |
*** nileshb has joined #openstack-manila | 04:01 | |
*** ho has quit IRC | 04:03 | |
*** akerr has joined #openstack-manila | 04:04 | |
*** nileshb has quit IRC | 04:06 | |
*** akerr has quit IRC | 04:10 | |
*** casusbel_ has quit IRC | 04:25 | |
*** casusbelli has joined #openstack-manila | 04:26 | |
*** lpetrut has joined #openstack-manila | 05:04 | |
*** vbellur has quit IRC | 05:06 | |
*** sks has joined #openstack-manila | 05:11 | |
*** zaitcev has quit IRC | 05:12 | |
*** vbellur has joined #openstack-manila | 05:38 | |
*** sgotliv has joined #openstack-manila | 05:52 | |
*** lpetrut has quit IRC | 06:02 | |
*** haigang has quit IRC | 06:02 | |
*** nkrinner has joined #openstack-manila | 06:09 | |
*** haigang has joined #openstack-manila | 06:12 | |
*** Maike has joined #openstack-manila | 06:36 | |
*** TobiasE has joined #openstack-manila | 06:43 | |
*** TobiasE1 has joined #openstack-manila | 06:47 | |
*** TobiasE has quit IRC | 06:49 | |
*** chlong has quit IRC | 06:55 | |
mkoderer | bswartz: pong? | 06:56 |
*** lpetrut has joined #openstack-manila | 06:56 | |
mkoderer | vponomaryov: ping | 06:59 |
*** TobiasE1 has quit IRC | 07:00 | |
*** TobiasE has joined #openstack-manila | 07:00 | |
*** TobiasE1 has joined #openstack-manila | 07:03 | |
*** TobiasE has quit IRC | 07:04 | |
*** haigang has quit IRC | 07:30 | |
*** haigang has joined #openstack-manila | 07:35 | |
*** rspalt has joined #openstack-manila | 07:39 | |
*** geguileo has joined #openstack-manila | 07:51 | |
*** geguileo has quit IRC | 07:53 | |
*** geguileo has joined #openstack-manila | 07:53 | |
*** haigang has quit IRC | 07:56 | |
*** haigang has joined #openstack-manila | 08:02 | |
*** rhefner has quit IRC | 08:24 | |
*** haigang has quit IRC | 08:24 | |
*** haigang has joined #openstack-manila | 08:28 | |
vponomaryov | mkoderer: pong | 09:12 |
*** haigang has quit IRC | 09:24 | |
*** haigang has joined #openstack-manila | 09:40 | |
mkoderer | vponomaryov: if you have a sec for https://review.openstack.org/#/c/162628/ | 09:44 |
mkoderer | vponomaryov: I think I addressed some of your findings and others we could work on in the next patches | 09:45 |
vponomaryov | mkoderer: why "access_level" is not considered in https://review.openstack.org/#/c/162628/16/contrib/tempest/tempest/scenario/manager_share.py ? | 09:50 |
vponomaryov | mkoderer: share client has support for it | 09:50 |
vponomaryov | and generic driver too | 09:50 |
vponomaryov | mkoderer: and some other drivers | 09:50 |
vponomaryov | already has support | 09:50 |
vponomaryov | have* | 09:50 |
vponomaryov | also, in the same file, method "_create_share" could expect kwargs for share client without duplication of all params | 09:51 |
mkoderer | vponomaryov: ok so, it's not used within the current test.. so my aproach would be to add thing if we use them | 09:51 |
vponomaryov | this is interface | 09:51 |
vponomaryov | not test | 09:52 |
mkoderer | vponomaryov: let me have a look | 09:52 |
vponomaryov | you do not use right now a lot of existing params too | 09:52 |
vponomaryov | but some exist and some not | 09:52 |
vponomaryov | "_create_share" can be replaced completely by similar one from base class for API tests | 09:53 |
mkoderer | vponomaryov: I mean I could use kwargs everywere | 09:54 |
vponomaryov | same about "_wait_for_share_server_deletion" | 09:54 |
vponomaryov | base API module has waiters | 09:54 |
mkoderer | vponomaryov: https://github.com/openstack/manila/blob/master/contrib/tempest/tempest/api/share/base.py#L297 | 09:54 |
mkoderer | vponomaryov: _create_share has the same interface here | 09:55 |
vponomaryov | right -> duplication | 09:55 |
mkoderer | vponomaryov: yep | 09:55 |
vponomaryov | you are completely OK with "duplication"? | 09:56 |
mkoderer | vponomaryov: no not at all | 09:56 |
mkoderer | vponomaryov: but duplication is widely uses in all scenario tests | 09:56 |
vponomaryov | mkoderer: you mean tempest? | 09:57 |
mkoderer | vponomaryov: tempest scenario tests | 09:57 |
mkoderer | vponomaryov: usually we don't mix base classes from api test in scenario tests | 09:57 |
mkoderer | vponomaryov: but I remeber that there was a spec about generic classes | 09:57 |
vponomaryov | mkoderer: this is first of all maintenance overhead | 09:58 |
vponomaryov | mkoderer: right now, there is duplication + not full support of already existing possibilities of share client | 09:59 |
vponomaryov | as mentioned above | 09:59 |
vponomaryov | agree? | 09:59 |
*** rcallawa_ has joined #openstack-manila | 09:59 | |
mkoderer | vponomaryov: I agree to spend some effort to reduce duplication | 10:00 |
mkoderer | but I don't see why a scenario manager must support all posibiities of the api | 10:00 |
vponomaryov | you prefer to do it in separate change and let this one go upstream? | 10:00 |
mkoderer | since we are not doing a api test and we won't get full coverage there | 10:00 |
mkoderer | vponomaryov: this would be nice for me | 10:01 |
mkoderer | vponomaryov: it would ease the work on it because several ppl would like to join | 10:01 |
vponomaryov | mkoderer: base API module could be moved to some common place and reused from there | 10:01 |
mkoderer | vponomaryov: yep I will take care about it | 10:02 |
*** rcallawa has quit IRC | 10:02 | |
*** rcallawa_ has quit IRC | 10:03 | |
*** rcallawa has joined #openstack-manila | 10:03 | |
mkoderer | vponomaryov: so you are ok with +A it and I will work on your finding right away | 10:04 |
vponomaryov | mkoderer: yes, we merge this keeping in mind removal of duplication | 10:04 |
mkoderer | vponomaryov: ok thank you | 10:04 |
*** TobiasE1 has quit IRC | 10:10 | |
openstackgerrit | Igor Malinovskiy proposed openstack/manila: Automatic cleanup of share_servers https://review.openstack.org/166182 | 10:30 |
openstackgerrit | Igor Malinovskiy proposed openstack/manila: Automatic cleanup of share_servers https://review.openstack.org/166182 | 10:35 |
*** rcallawa_ has joined #openstack-manila | 10:47 | |
*** rcallawa has quit IRC | 10:51 | |
*** haigang has quit IRC | 10:55 | |
*** TobiasE has joined #openstack-manila | 11:09 | |
*** marcusvrn has joined #openstack-manila | 11:12 | |
*** marcusvrn1 has quit IRC | 11:15 | |
vponomaryov | kairat_kushaev: ping | 11:16 |
*** timcl has joined #openstack-manila | 11:21 | |
*** haigang has joined #openstack-manila | 11:23 | |
*** vbellur has quit IRC | 11:34 | |
*** akerr has joined #openstack-manila | 11:34 | |
*** rcallawa_ has quit IRC | 11:50 | |
*** sac` has joined #openstack-manila | 11:52 | |
sac` | * mtanino (mtanino@nat/redhat/x-eubhrqkqgjbcavfc) has joined #openstack-manila | 11:57 |
sac` | <sac> Hi, I'm trying to install manila using packstack using the following build: http://koji.fedoraproject.org/koji/buildinfo?buildID=614284 | 11:57 |
sac` | <sac> But I'm hitting the following error: | 11:57 |
sac` | <sac> ERROR : Error appeared during Puppet run: 10.70.46.165_manila.pp | 11:57 |
sac` | <sac> Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class manila at /var/tmp/packstack/a4d772e05bf149a3886dde6bfd737c26/manifests/10.70.46.165_manila.pp:15 on node localhost.lab.eng.blr.redhat.com | 11:57 |
sac` | <sac> Can someone please tell me if I'm missing something? | 11:57 |
sac` | <sac> The error log can be found here: http://ur1.ca/k2z6o | 11:57 |
sac` | <sac> The manila puppet module is installed to: /usr/share/openstack-puppet/modules | 11:57 |
sac` | <sac> Has anyone used that build and installed manila successfully? | 11:57 |
sac` | <rcallawa> sac: hi, let me get the author of puppet-manila and the packstack integration to take a look. rhefner^^^^^ | 11:57 |
sac` | <rhefner> sac: give me a second to take a look | 11:57 |
sac` | <sac> rhefner, sure. Thanks. | 11:57 |
sac` | <rhefner> sac: could you show me what's on line 15 of 10.70.46.165_manila.pp? | 11:57 |
sac` | <sac> rhefner, sure. | 11:57 |
sac` | <sac> rhefner, first 30 lines of manila.pp : http://ur1.ca/k2zbx | 11:57 |
sac` | <rhefner> sac: thanks. hmm, if it's installed to /usr/share/openstack-puppet/modules it should be recognized | 11:57 |
sac` | <rhefner> sac: let me open up an install that I just did | 11:57 |
sac` | <sac> rhefner, sure. | 11:57 |
sac` | <sac> rhefner, did you build rpm out of puppet-manila and install? Because during the `packstack --allinone' install process packstack tries to look for the manila rpm | 11:57 |
sac` | <sac> openstack-manila ... | 11:57 |
sac` | <sac> rhefner, I notice it runs the cli: `/usr/bin/yum -d 0 -e 0 -y list openstack-manila ' and fails if not found. | 11:57 |
sac` | <rhefner> sac: if you run that in your environment, does it find anything? | 11:57 |
sac` | <rhefner> sac: the yum command | 11:57 |
sac` | <sac> rhefner, it didn't and packstack used to fail. | 11:57 |
*** sac has quit IRC | 11:57 | |
sac` | <sac> rhefner, I had to create the rpm and install before I could go further. | 11:57 |
sac` | <rhefner> sac: have you installed the Packstack juno yum repository? | 11:57 |
sac` | <rhefner> sac: here's what I see: | 11:58 |
kairat_kushaev | vponomaryov: Hello | 12:00 |
*** sac` has quit IRC | 12:02 | |
*** sac has joined #openstack-manila | 12:02 | |
kairat_kushaev | vponomaryov: I will respond in the bug | 12:03 |
mkoderer | bswartz: ping? | 12:05 |
vponomaryov | kairat_kushaev: pong | 12:10 |
kairat_kushaev | vponomaryov: The bug that I raised was more related to convenient support of this case. | 12:11 |
kairat_kushaev | vponomaryov: I mean if I even faced with one of your cases I have no idea how to resolve this. | 12:12 |
kairat_kushaev | vponomaryov: the share stays in creating state and that's all) | 12:12 |
vponomaryov | kairat_kushaev: if message queue is corrupted you will get such errors unavoidably | 12:14 |
vponomaryov | kairat_kushaev: for any project | 12:15 |
vponomaryov | kairat_kushaev: bug should describe error and provide configuration with logs | 12:15 |
*** bswartz has quit IRC | 12:16 | |
vponomaryov | kairat_kushaev: for the moment info provided by you is not enough to help you resolve problem | 12:17 |
kairat_kushaev | vponomaryov: yep, I am preparing the info as you requested | 12:17 |
*** akerr has quit IRC | 12:23 | |
*** rcallawa has joined #openstack-manila | 12:29 | |
kairat_kushaev | vponomaryov: that's strange but I cannot reproduce it anymore: manila waits 180 sec for volume creation. Apparently, message queue was broken because of some reason. | 12:37 |
kairat_kushaev | vponomaryov: I had to re-install the devstack yesterday so i guess the problem with queue was fixed because of re-installation | 12:39 |
kairat_kushaev | vponomaryov: thanks for help | 12:39 |
*** esker has quit IRC | 12:43 | |
*** esker has joined #openstack-manila | 12:43 | |
*** esker has quit IRC | 12:43 | |
*** esker has joined #openstack-manila | 12:44 | |
*** esker has quit IRC | 12:49 | |
kairat_kushaev | vponomaryov: Could you please help with one question regarding API design of manila? | 12:51 |
kairat_kushaev | vponomaryov: I see in the old API doc that manila delete required share_id as input parameter | 12:52 |
vponomaryov | kairat_kushaev: use "manila help" command | 12:52 |
vponomaryov | kairat_kushaev: "manila help delete" in your case | 12:53 |
kairat_kushaev | vponomaryov: but it seems that manila now required share as input parameter | 12:53 |
kairat_kushaev | vponomaryov: I mean manila client | 12:53 |
kairat_kushaev | vponomaryov: it means that for example in heat I need to do 2 requests | 12:53 |
kairat_kushaev | vponomaryov: 1) client.get | 12:53 |
kairat_kushaev | vponomaryov: 2) client.delete(share..) | 12:54 |
vponomaryov | right, just provide ID there | 12:54 |
vponomaryov | what is the problem? | 12:54 |
vponomaryov | why do you think you need "client.get"? | 12:55 |
*** vbellur has joined #openstack-manila | 12:55 | |
kairat_kushaev | vponomaryov: because signature of client method requires. namely, def delete(self, share): | 12:55 |
vponomaryov | kairat_kushaev: it can be obj | 12:56 |
vponomaryov | kairat_kushaev: of share instance | 12:56 |
vponomaryov | kairat_kushaev: can be string with ID | 12:56 |
vponomaryov | kairat_kushaev: any you want =) | 12:57 |
kairat_kushaev | vponomaryov: yep, I considered this approach. So I will pass some object with id attribute. | 12:57 |
kairat_kushaev | vponomaryov: to avoid redundant get request to manila | 12:58 |
vponomaryov | kairat_kushaev: but you are right that it is not obvious, docstring does not say it | 12:58 |
*** bswartz has joined #openstack-manila | 12:59 | |
bswartz | mkoderer: ping again | 13:00 |
openstackgerrit | Merged openstack/manila: Add initial scenario test for Manila https://review.openstack.org/162628 | 13:01 |
*** chlong has joined #openstack-manila | 13:01 | |
*** akerr has joined #openstack-manila | 13:08 | |
*** eharney has quit IRC | 13:08 | |
*** dustins has joined #openstack-manila | 13:17 | |
*** fanyaohong has joined #openstack-manila | 13:22 | |
*** ganso_ has joined #openstack-manila | 13:23 | |
*** smurphy7 has joined #openstack-manila | 13:40 | |
*** smurphy7 has quit IRC | 13:40 | |
*** cknight has joined #openstack-manila | 13:42 | |
*** erlon has joined #openstack-manila | 13:42 | |
*** Maike has quit IRC | 13:43 | |
*** nkrinner has quit IRC | 13:46 | |
*** chlong has quit IRC | 13:47 | |
*** eharney has joined #openstack-manila | 13:47 | |
*** u_glide has joined #openstack-manila | 13:51 | |
openstackgerrit | Merged openstack/manila: Replace SQL code for ORM analog in DB migration scripts https://review.openstack.org/168983 | 13:51 |
openstackgerrit | Igor Malinovskiy proposed openstack/python-manilaclient: Validate required parameters for token-based authentication https://review.openstack.org/170135 | 13:53 |
*** timcl has quit IRC | 14:05 | |
*** timcl has joined #openstack-manila | 14:07 | |
*** haigang has quit IRC | 14:08 | |
*** rushil has joined #openstack-manila | 14:11 | |
*** xyang1 has joined #openstack-manila | 14:17 | |
*** xyang1 has quit IRC | 14:19 | |
*** vbellur has quit IRC | 14:24 | |
*** eharney has quit IRC | 14:26 | |
*** jasonsb has quit IRC | 14:30 | |
*** jasonsb has joined #openstack-manila | 14:30 | |
*** rhefner has joined #openstack-manila | 14:33 | |
*** kaisers has quit IRC | 14:34 | |
*** jasonsb has quit IRC | 14:35 | |
*** sks has quit IRC | 14:37 | |
*** vbellur has joined #openstack-manila | 14:40 | |
*** eharney has joined #openstack-manila | 14:44 | |
sac | rhefner, tried to install manila with the latest RPMs, I had subscribed to packstack juno repository... however I see the following error | 14:47 |
sac | rhefner, http://ur1.ca/k3e5v | 14:47 |
sac | rhefner, when I install the rpms from which has your manila patch. The modules in question include the manila class. | 14:48 |
*** deepakcs has joined #openstack-manila | 14:49 | |
sac | rhefner, I think I'm missing something. | 14:50 |
sac | rhefner, do you install the manila class separately? | 14:50 |
rhefner | sac: let me take a look | 14:51 |
sac | Onto /usr/share/ | 14:51 |
sac | rhefner, sure. | 14:51 |
rhefner | sac: did the manila module end up in /usr/share/openstack-puppet/modules or did you manually have to put it there again? | 14:52 |
sac | rhefner, it didn't end up there. | 14:53 |
sac | I have to manually put it there. | 14:53 |
*** markstur has joined #openstack-manila | 14:53 | |
sac | rhefner, when I manually put there, I can go further till I reach a point where... | 14:53 |
rhefner | sac: let me try something real quick | 14:53 |
sac | rhefner, sure. | 14:54 |
*** lpabon has joined #openstack-manila | 14:56 | |
rhefner | sac: can you try `yum remove openstack-puppet-modules`, ensure that /usr/share/openstack-puppet is deleted from your system and then `yum install openstack-puppet-modules`? I assume this is something you haven't done | 14:57 |
sac | rhefner, I'll try that. | 14:57 |
*** xyang1 has joined #openstack-manila | 14:58 | |
sac | rhefner, no luck. I'm not getting the manila module from openstack-juno repository. | 15:03 |
sac | rhefner, do you get the manila puppet module from openstack-juno? | 15:03 |
rhefner | sac: I was just trying, but my vm lost internet connectivity :) | 15:03 |
sac | :-) | 15:04 |
sac | rhefner, I was under belief that your manila module patch is not available in juno. | 15:05 |
sac | rhefner, I'm not sure though. | 15:05 |
rhefner | sac: ah you're right, I forgot that it didn't make the cut. it might be easier to run Packstack as a developer until Packstack Kilo is cut. I'm not sure what kind of dependencies the dev koji packages have | 15:09 |
sac | rhefner, I managed to resolve the dependencies for koji ... | 15:10 |
sac | And I ended up in a stage where the manila.pp couldn't see the Manila class. | 15:10 |
rhefner | sac: it's straightforward and only a few steps. check out the README of Packstack: https://github.com/stackforge/packstack#developing | 15:10 |
*** xyang1 has quit IRC | 15:11 | |
sac | rhefner, with my lack of expertise in puppet, openstack... I couldn't understand much. | 15:11 |
sac | rhefner, cool. Let me try that way. | 15:11 |
rhefner | sac: this is the method that I primarily use and since we're nearing the end of the Kilo cycle, it should be pretty stable. keep in mind that it still installs the packages from the Juno release (you're still installing the juno rdo-release), but you're using kilo packstack and kilo puppet-modules. | 15:12 |
rhefner | sac: the latter are backwards compatible, so it shouldn't pose an issue | 15:13 |
sac | rhefner, upon installing the latest rpms, from koji builds, it doesn't install manila to /usr/share/ ... | 15:14 |
sac | rhefner, I did try by installing latest koji packages from: https://kojipkgs.fedoraproject.org//packages/openstack-packstack/2015.1/0.1.dev1484.g9bd9178.fc23/noarch/openstack-packstack-puppet-2015.1-0.1.dev1484.g9bd9178.fc23.noarch.rpm | 15:14 |
sac | However, manila wouldn't get installed. Needs manual intervention. | 15:14 |
rhefner | sac: do you know when those packages were created? | 15:15 |
sac | rhefner, not quite sure. | 15:15 |
rhefner | sac: I haven't looked at those builds before, so I couldn't say whether it should or shouldn't be there. | 15:15 |
sac | rhefner, okay. Do you have the url where I can find the latest builds? | 15:16 |
rhefner | sac: the Packstack development steps don't rely on RPMs, it runs straight from source | 15:17 |
rhefner | sac: if you want to go the route I mentioned above | 15:17 |
sac | rhefner, okay. | 15:17 |
sac | rhefner, I will try the route you mentioned above. | 15:17 |
*** deepakcs has quit IRC | 15:18 | |
rhefner | sac: I just ran manila that way a few days ago for testing, so there shouldn't be any problems. also, this can be helpful when you're creating your gluster puppet module. you can change some files and run packstack again, check for errors, etc. | 15:19 |
sac | rhefner, cool will do that. Thanks a bunch. | 15:20 |
rhefner | sac: no problem | 15:20 |
*** vbellur has quit IRC | 15:22 | |
*** TobiasE has left #openstack-manila | 15:33 | |
*** esker has joined #openstack-manila | 15:40 | |
*** vbellur has joined #openstack-manila | 15:40 | |
*** eharney has quit IRC | 16:00 | |
*** u_glide has left #openstack-manila | 16:00 | |
*** lpabon has quit IRC | 16:01 | |
*** xyang1 has joined #openstack-manila | 16:03 | |
*** xyang1 has quit IRC | 16:06 | |
*** rraja has quit IRC | 16:06 | |
*** markstur has quit IRC | 16:10 | |
*** rspalt has quit IRC | 16:14 | |
*** xyang1 has joined #openstack-manila | 16:16 | |
*** markstur has joined #openstack-manila | 16:17 | |
*** vbellur has quit IRC | 16:26 | |
*** vbellur has joined #openstack-manila | 16:41 | |
*** rcallawa_ has joined #openstack-manila | 16:54 | |
*** rcallawa_ has quit IRC | 16:57 | |
*** dustins_ has joined #openstack-manila | 16:58 | |
*** rcallawa has quit IRC | 16:58 | |
*** dustins has quit IRC | 16:59 | |
*** rcallawa has joined #openstack-manila | 16:59 | |
*** rushil has quit IRC | 16:59 | |
*** rcallawa has quit IRC | 17:00 | |
*** bswartz has quit IRC | 17:01 | |
*** bswartz has joined #openstack-manila | 17:03 | |
openstackgerrit | Clinton Knight proposed openstack/manila: cDOT driver should split clone from snapshot after creation https://review.openstack.org/169364 | 17:16 |
*** sks has joined #openstack-manila | 17:25 | |
*** sks has quit IRC | 17:25 | |
*** dustins_ has quit IRC | 17:26 | |
*** markstur has quit IRC | 17:31 | |
*** dustins has joined #openstack-manila | 17:41 | |
*** eharney has joined #openstack-manila | 17:42 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila: Add doc with basic deployment steps https://review.openstack.org/170218 | 17:42 |
*** markstur has joined #openstack-manila | 17:50 | |
openstackgerrit | Andrew Kerr proposed openstack/manila: Allow overwriting some tempest settings in CI jobs https://review.openstack.org/170222 | 17:50 |
*** marcusvrn1 has joined #openstack-manila | 17:56 | |
*** marcusvrn has quit IRC | 17:56 | |
*** cknight has quit IRC | 17:59 | |
*** cknight has joined #openstack-manila | 18:01 | |
*** dustins_ has joined #openstack-manila | 18:03 | |
*** dustins has quit IRC | 18:06 | |
*** rcallawa has joined #openstack-manila | 18:10 | |
*** markstur has quit IRC | 18:16 | |
*** ganso_ has quit IRC | 18:27 | |
*** sgotliv has quit IRC | 18:30 | |
*** dustins has joined #openstack-manila | 18:31 | |
*** dustins_ has quit IRC | 18:34 | |
*** vbellur has quit IRC | 18:37 | |
*** timcl has quit IRC | 18:49 | |
*** vbellur has joined #openstack-manila | 18:53 | |
*** lpetrut has quit IRC | 18:58 | |
*** lpetrut has joined #openstack-manila | 18:58 | |
*** lpetrut has quit IRC | 18:59 | |
*** bswartz has quit IRC | 18:59 | |
*** rcallawa_ has joined #openstack-manila | 19:01 | |
*** rcallawa has quit IRC | 19:05 | |
openstackgerrit | Clinton Knight proposed openstack/manila: cDOT multi-SVM driver may choose unsuitable physical port for LIFs https://review.openstack.org/169921 | 19:17 |
*** rushil has joined #openstack-manila | 19:20 | |
*** zaitcev has joined #openstack-manila | 19:21 | |
*** sgotliv has joined #openstack-manila | 19:38 | |
*** sgotliv has quit IRC | 19:39 | |
*** lpetrut has joined #openstack-manila | 19:46 | |
*** geguileo has quit IRC | 20:00 | |
*** marcusvrn1 has quit IRC | 20:06 | |
*** rcallawa_ has quit IRC | 20:17 | |
*** rcallawa has joined #openstack-manila | 20:25 | |
*** rcallawa has quit IRC | 20:32 | |
*** bswartz has joined #openstack-manila | 20:34 | |
*** rcallawa has joined #openstack-manila | 20:36 | |
*** rcallawa has quit IRC | 20:37 | |
*** lpetrut has quit IRC | 20:53 | |
*** bswartz has quit IRC | 20:55 | |
*** lpabon has joined #openstack-manila | 21:02 | |
*** dustins has quit IRC | 21:11 | |
*** akerr has quit IRC | 21:15 | |
*** xyang1 has quit IRC | 21:18 | |
openstackgerrit | Tom Barron proposed openstack/manila: Set share-type on share created from snapshot https://review.openstack.org/169917 | 21:23 |
*** rushil has quit IRC | 21:33 | |
openstackgerrit | Merged openstack/manila: cDOT driver should split clone from snapshot after creation https://review.openstack.org/169364 | 21:33 |
*** fanyaohong_ has joined #openstack-manila | 21:34 | |
*** fanyaohong has quit IRC | 21:38 | |
*** fanyaohong_ is now known as fanyaohong | 21:38 | |
*** lpabon has quit IRC | 21:41 | |
*** esker has quit IRC | 21:54 | |
*** casusbelli has quit IRC | 21:59 | |
*** marcusvrn has joined #openstack-manila | 22:18 | |
*** marcusvrn has quit IRC | 22:19 | |
*** marcusvrn has joined #openstack-manila | 22:19 | |
*** cknight has quit IRC | 22:19 | |
*** eharney has quit IRC | 22:43 | |
*** erlon has quit IRC | 23:51 | |
*** bswartz has joined #openstack-manila | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!