*** scottda_ has quit IRC | 00:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/145661 | 00:02 |
---|---|---|
*** scottda_ has joined #openstack-cinder | 00:03 | |
hemna | jgriffith, hey man | 00:05 |
*** scottda_ has quit IRC | 00:08 | |
*** lpabon has joined #openstack-cinder | 00:09 | |
*** _cjones_ has quit IRC | 00:12 | |
*** annashen has quit IRC | 00:14 | |
*** _cjones_ has joined #openstack-cinder | 00:18 | |
*** mtanino_ has joined #openstack-cinder | 00:23 | |
*** david-lyle has joined #openstack-cinder | 00:24 | |
*** mtanino has quit IRC | 00:24 | |
*** alecv has quit IRC | 00:28 | |
*** jcru has quit IRC | 00:30 | |
jgriffith | hemna: yo | 00:30 |
hemna | heyas | 00:30 |
hemna | so I'm finally freed up to start working on the brick initiator stuff | 00:31 |
jgriffith | nice! | 00:31 |
hemna | I'm not sure what the official process is for adding a subproject | 00:31 |
jgriffith | hemna: hehe... depending on how we do it there might not be one :) | 00:31 |
jgriffith | hemna: were you thinking ala cinderclient? | 00:32 |
hemna | yah | 00:32 |
hemna | owned by the cinder team, core, ptl | 00:32 |
jgriffith | hemna: yeah... | 00:32 |
jgriffith | so it's been a *few* years but... | 00:32 |
jgriffith | IIRC you basicly do the same "stuff" as far as creating a project | 00:32 |
jgriffith | ie use cookie-cutter process | 00:33 |
jgriffith | the only thing that changes is linking perms in gerrit and LP | 00:33 |
jgriffith | at least that's how we did cinderclient | 00:33 |
hemna | I just pulled cookiecutter down and created a temp test project | 00:33 |
hemna | https://github.com/openstack-dev/cookiecutter | 00:33 |
hemna | using that | 00:33 |
jgriffith | hemna: cool... if you got that going that's the biggest part of the battle | 00:33 |
jgriffith | yeah, that's the one | 00:34 |
jgriffith | I'm assuming it's still the process | 00:34 |
hemna | so I guess we need an 'official' name for this | 00:34 |
jgriffith | hemna: yep, there's the hard part :) | 00:34 |
jgriffith | hemnas-lib | 00:34 |
hemna | hehe | 00:34 |
hemna | cinderkicksassusemylib | 00:34 |
jgriffith | LOL | 00:35 |
*** ho has joined #openstack-cinder | 00:35 | |
jgriffith | yrudumb | 00:35 |
jgriffith | kidding aside... | 00:35 |
*** chlong has quit IRC | 00:35 | |
hemna | heh yah | 00:35 |
hemna | so... | 00:35 |
hemna | brickinitiator ? | 00:35 |
hemna | kinda a mouthfull | 00:35 |
hemna | but most folks are familiar with it FWIW | 00:36 |
jgriffith | yeah, I don't want to type "import brickinitiator" all over the place :) | 00:36 |
jgriffith | binit | 00:36 |
jgriffith | I dunno | 00:36 |
jgriffith | or just "brick" | 00:36 |
hemna | from canyoupleasecreatealongername import initiator | 00:36 |
jgriffith | LOL | 00:36 |
hemna | yah, well I got resistance at the summit for using 'brick' | 00:37 |
hemna | but I'd be ok with that | 00:37 |
jgriffith | honestly names are often the hardest part and I frankly don't have a strong pref | 00:37 |
jgriffith | hemna: oh.. well that's fair I suppose | 00:37 |
jgriffith | for whatever reason | 00:37 |
hemna | I like brick | 00:37 |
jgriffith | I think part of that was the "intended brick" vs what we have debate probably | 00:37 |
hemna | yah | 00:38 |
*** kmartin has joined #openstack-cinder | 00:38 | |
jgriffith | likely my objection; and I just don't remember ;) | 00:38 |
hemna | oh...it was someone | 00:38 |
hemna | some jdg dude | 00:38 |
hemna | dunno | 00:38 |
jgriffith | ha! | 00:38 |
anish | hrm, what do I do if I have found a bug in the unit tests for iscis ? | 00:38 |
anish | it's a simple one line fix though | 00:38 |
jgriffith | anish: log it and fix it :) | 00:38 |
jgriffith | or log it and I'll fix it... either way | 00:39 |
jgriffith | hemna: so honestly I don't care what it's called | 00:39 |
hemna | ok cool | 00:39 |
hemna | it's offical | 00:39 |
hemna | you said it | 00:39 |
hemna | :P | 00:39 |
hemna | I'll name it brick for the time being | 00:39 |
hemna | maybe thingee and xyang1 eharney jungleboy can chime in ? | 00:40 |
hemna | winston-d_zZZ, | 00:40 |
hemna | ah the zZZ | 00:40 |
*** jecarey has quit IRC | 00:41 | |
anish | jgriffith: maybe you can confirm this really quickly | 00:42 |
anish | https://github.com/openstack/nova/blob/master/nova/tests/unit/virt/libvirt/test_volume.py#L301 | 00:42 |
anish | when that fails | 00:42 |
anish | it shows self.executes as reference | 00:42 |
anish | and expected_commands as actual | 00:42 |
anish | which seems reversed | 00:42 |
jgriffith | anish: oh... yeah :) | 00:43 |
jgriffith | anish: that's just one of our many "reversed" vars in assertEqual | 00:43 |
anish | heh | 00:43 |
jgriffith | anish: you're correct... they sould be "expected,actual" | 00:43 |
anish | can I just send code for review without a bug for this | 00:43 |
jgriffith | anish: we have them backwards all over the place | 00:43 |
anish | coz it's confusing when debugging failed unit tests | 00:43 |
anish | for this specific case at least | 00:44 |
jgriffith | somebody started a patch series of fixing them in one file at a time and I -2'd it | 00:44 |
anish | lol | 00:44 |
anish | all or nothing then ? | 00:44 |
jgriffith | anish: well no... my suggestion was do several, or do them by sub-dir | 00:44 |
jgriffith | anish: or do them as you go along | 00:44 |
jgriffith | but don't give me 150 individual patches :) | 00:44 |
anish | gotcha. I can do as part of my changes to that code then ? | 00:45 |
*** Masahiro has joined #openstack-cinder | 00:45 | |
jgriffith | anish: yes, IMHO that's fine, but others may not agree | 00:45 |
jgriffith | anish: you might break it out as a dependency | 00:45 |
jgriffith | anish: that way git history is good, and you're doing it "while you're there" | 00:45 |
jgriffith | anish: or just do it independent I may be the only one who sees a flood coming :) | 00:45 |
anish | got it, I'll make a dependency | 00:46 |
*** david-lyle has quit IRC | 00:46 | |
jgriffith | anish: so I did this in my driver... https://review.openstack.org/#/c/145373/ | 00:46 |
jgriffith | was doing another change and just tied this on as a dep while I was at it | 00:46 |
anish | gotcha, will do | 00:49 |
*** david-lyle has joined #openstack-cinder | 00:51 | |
*** diegows has quit IRC | 00:55 | |
jgriffith | thingee: hemna https://bugs.launchpad.net/cinder/+bug/1408763 | 01:01 |
jgriffith | see my last comment there | 01:01 |
*** ebalduf has quit IRC | 01:01 | |
jgriffith | and let me know if you want a bp.... IMO it's a bug | 01:01 |
jgriffith | so I was hoping to treat it as such :) | 01:02 |
jgriffith | thingee: hemna but at the end of the day I think that's the only "right" way to fix it | 01:02 |
*** ebalduf has joined #openstack-cinder | 01:02 | |
jgriffith | and we've talked about it for 2 years... we just need to do it | 01:02 |
jgriffith | and I'm happy to code it up this week | 01:02 |
jgriffith | even in drivers :) | 01:03 |
*** nosnos has joined #openstack-cinder | 01:04 | |
*** david-lyle has quit IRC | 01:04 | |
*** nosnos has quit IRC | 01:04 | |
*** nosnos has joined #openstack-cinder | 01:05 | |
hemna | hrmm | 01:06 |
hemna | yah shouldn't we be relying on what the drivers say is allocated and isn't for tracking ? | 01:06 |
hemna | something outside of cinder can be using that same array | 01:06 |
*** ebalduf has quit IRC | 01:06 | |
jgriffith | hemna: indeed | 01:07 |
hemna | the only problem with available_gb is that we have drivers today that still can't report that :( | 01:07 |
hemna | and don't | 01:07 |
hemna | re: infinite | 01:07 |
jgriffith | hemna: they need to be fixed or removed :) | 01:07 |
jgriffith | hemna: or big nasty warning message in logs saying... "My driver sucks" | 01:08 |
hemna | :) | 01:08 |
hemna | ok I have to jet | 01:08 |
*** hemna is now known as hemnafk | 01:08 | |
jgriffith | yea..me too | 01:09 |
jgriffith | cya'll | 01:09 |
*** nosnos has quit IRC | 01:09 | |
*** dannywilson has quit IRC | 01:09 | |
nikesh_vedams | jgriffith: there? | 01:17 |
nikesh_vedams | jgriffith: unable to find reason for this ERROR: Unable to find an inventory file, specify one with -i ? | 01:18 |
nikesh_vedams | jgriffith: now we are giving fulll path in executor.py | 01:19 |
nikesh_vedams | like ./ansible/sites.yml /home/vedams/sos-ci/sos-ci/ansible/sites.yml | 01:21 |
nikesh_vedams | so that error gone | 01:21 |
nikesh_vedams | but ERROR: Unable to find an inventory file, specify one with -i ? | 01:21 |
nikesh_vedams | i know this might be silly for you but if possible can you please tell the solution | 01:22 |
*** lpabon has quit IRC | 01:25 | |
*** chlong has joined #openstack-cinder | 01:25 | |
*** nosnos has joined #openstack-cinder | 01:26 | |
jgriffith | nikesh_vedams: ansible requires you have a hosts file setup | 01:26 |
jgriffith | nikesh_vedams: /etc/ansible/hosts | 01:26 |
jgriffith | nikesh_vedams: and add: [localhost] | 01:27 |
jgriffith | localhost ansible_connection=local | 01:27 |
jgriffith | err... | 01:27 |
jgriffith | [localhost] | 01:27 |
jgriffith | localhost ansible_connection=local | 01:27 |
*** IanGovett has quit IRC | 01:27 | |
jgriffith | nikesh_vedams: see docs here http://docs.ansible.com/intro_inventory.html | 01:27 |
jgriffith | nikesh_vedams: that assumes you're running from localhost of course :) | 01:28 |
*** _cjones_ has quit IRC | 01:32 | |
nikesh_vedams | jgriffith:thanks | 01:33 |
*** Mandell has quit IRC | 01:33 | |
*** nosnos has quit IRC | 01:34 | |
*** ryanpetrello has quit IRC | 01:35 | |
*** david-lyle has joined #openstack-cinder | 01:37 | |
*** kmartin has quit IRC | 01:40 | |
*** shakamunyi has quit IRC | 01:40 | |
*** tsekiyam_ has joined #openstack-cinder | 01:44 | |
*** mtanino_ has quit IRC | 01:46 | |
*** leeantho_ has quit IRC | 01:46 | |
*** Mandell has joined #openstack-cinder | 01:47 | |
*** tsekiyama has quit IRC | 01:47 | |
*** dannywilson has joined #openstack-cinder | 01:47 | |
*** tsekiyam_ has quit IRC | 01:48 | |
*** ebalduf has joined #openstack-cinder | 01:49 | |
*** ebalduf has quit IRC | 01:49 | |
*** ebalduf has joined #openstack-cinder | 01:50 | |
*** dannywilson has quit IRC | 01:52 | |
*** smoriya has joined #openstack-cinder | 01:52 | |
*** david-lyle has quit IRC | 01:52 | |
*** ebalduf has quit IRC | 01:55 | |
nikesh_vedams | jgriffith: thanks, small change we did in os_ci.py http://paste.openstack.org/show/156647/ | 01:56 |
jgriffith | nikesh_vedams: just look at your system.... is it launching instances and running tests? | 01:57 |
jgriffith | nikesh_vedams: there's also a results log that you should see | 01:57 |
jgriffith | nikesh_vedams: and finally the results file from the instance are bundled up and archived on your machine as well | 01:58 |
jgriffith | nikesh_vedams: I'm going to be a away for a bit... sorry | 01:58 |
*** ebalduf has joined #openstack-cinder | 01:58 | |
nikesh_vedams | jgrifffith: ok thanks | 01:59 |
*** vukcrni has quit IRC | 02:05 | |
*** scottda_ has joined #openstack-cinder | 02:05 | |
*** rlucio has quit IRC | 02:05 | |
*** scottda_ has quit IRC | 02:06 | |
*** vukcrni has joined #openstack-cinder | 02:06 | |
*** haomaiwang has joined #openstack-cinder | 02:07 | |
*** ryanpetrello has joined #openstack-cinder | 02:07 | |
*** scottda_ has joined #openstack-cinder | 02:07 | |
*** thingee has quit IRC | 02:09 | |
*** oomichi has joined #openstack-cinder | 02:13 | |
*** Mandell has quit IRC | 02:13 | |
*** scottda_ has quit IRC | 02:20 | |
*** scottda_ has joined #openstack-cinder | 02:23 | |
openstackgerrit | Huang Zhiteng proposed openstack/cinder: Raise correct exception when validate_connector failed https://review.openstack.org/146374 | 02:26 |
*** scottda_ has quit IRC | 02:27 | |
*** mberlin has joined #openstack-cinder | 02:35 | |
*** mudassirlatif has quit IRC | 02:36 | |
*** kaisers1 has joined #openstack-cinder | 02:36 | |
*** rwsu has quit IRC | 02:37 | |
*** mberlin1 has quit IRC | 02:38 | |
*** kaisers has quit IRC | 02:39 | |
*** gtt116 has joined #openstack-cinder | 02:40 | |
*** scottda_ has joined #openstack-cinder | 02:53 | |
*** david-lyle has joined #openstack-cinder | 02:55 | |
*** scottda_ has quit IRC | 02:58 | |
*** scottda_ has joined #openstack-cinder | 02:58 | |
*** scottda_ has quit IRC | 03:00 | |
*** kaufer has joined #openstack-cinder | 03:02 | |
*** rmesta has quit IRC | 03:03 | |
*** barra204 has joined #openstack-cinder | 03:05 | |
*** jnrao has quit IRC | 03:12 | |
*** julim has joined #openstack-cinder | 03:13 | |
*** _cjones_ has joined #openstack-cinder | 03:13 | |
*** Masahiro has quit IRC | 03:15 | |
*** patrickeast has quit IRC | 03:15 | |
*** scottda_ has joined #openstack-cinder | 03:22 | |
*** barra204 has quit IRC | 03:22 | |
*** annashen has joined #openstack-cinder | 03:23 | |
*** scottda_ has quit IRC | 03:25 | |
*** ebalduf has quit IRC | 03:28 | |
*** harlowja is now known as harlowja_away | 03:31 | |
*** nikesh_vedams has quit IRC | 03:31 | |
*** scottda_ has joined #openstack-cinder | 03:33 | |
*** jungleboyj has joined #openstack-cinder | 03:35 | |
*** mriedem has left #openstack-cinder | 03:35 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Remove the useless next link for volumes, transfers and backups https://review.openstack.org/131915 | 03:36 |
*** barra204 has joined #openstack-cinder | 03:37 | |
*** bkopilov has quit IRC | 03:38 | |
*** harlowja_away is now known as harlowja | 03:39 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Remove the useless next link for volumes, transfers and backups https://review.openstack.org/131915 | 03:41 |
*** nikesh_vedams has joined #openstack-cinder | 03:42 | |
nikesh_vedams | jgriffith:there? | 03:42 |
nikesh_vedams | we debugged | 03:42 |
nikesh_vedams | understand our mistake | 03:42 |
nikesh_vedams | jgriffith:struggling with key_name: cloudkey | 03:46 |
*** scottda_ has quit IRC | 03:50 | |
*** scottda_ has joined #openstack-cinder | 03:51 | |
*** BharatK has joined #openstack-cinder | 04:01 | |
jgriffith | jungleboyj: you around? | 04:06 |
*** Masahiro has joined #openstack-cinder | 04:06 | |
*** mwichmann has quit IRC | 04:18 | |
*** rushiagr_away is now known as rushiagr | 04:20 | |
*** david-lyle has quit IRC | 04:20 | |
*** _cjones_ has quit IRC | 04:21 | |
*** _cjones_ has joined #openstack-cinder | 04:21 | |
*** _cjones_ has quit IRC | 04:21 | |
*** ryanpetrello has quit IRC | 04:22 | |
*** annashen has quit IRC | 04:22 | |
nikesh_vedams | jgriffith:TASK: [nova_compute ] ********************************************************* failed: [localhost] => {"failed": true} msg: Error in creating instance: Invalid key_name provided. | 04:23 |
nikesh_vedams | but key_name is present | 04:23 |
nikesh_vedams | nova keypair-list is showing this keyname | 04:24 |
jgriffith | nikesh_vedams: make sure you're using the same tenant that you created the key with | 04:24 |
jgriffith | nikesh_vedams: and FWIW that has nothing to do with my ansible playbooks, that's purely your setup | 04:24 |
*** Longgeek has joined #openstack-cinder | 04:26 | |
*** Longgeek has quit IRC | 04:27 | |
*** jecarey has joined #openstack-cinder | 04:27 | |
jungleboyj | jgriffith: Yes I am around. | 04:30 |
jgriffith | jungleboyj: I'd like to talk with you about: https://review.openstack.org/#/c/145642/ | 04:30 |
*** Longgeek has joined #openstack-cinder | 04:31 | |
jgriffith | jungleboyj: and https://review.openstack.org/#/c/146545/ | 04:31 |
jungleboyj | jgriffith: Guessed as much given the -2. | 04:31 |
jgriffith | jungleboyj: well... maybe I'm wrong | 04:31 |
jgriffith | jungleboyj: first... why the second patch to pin the version? | 04:31 |
jungleboyj | jgriffith: I updated that after the oslo meeting. There is a larger discussion that needs to be had there about why we are not pinning the oslo library versions that needs to be had. | 04:32 |
jungleboyj | jgriffith: That would have avoided this problem. | 04:32 |
*** Mandell has joined #openstack-cinder | 04:33 | |
jgriffith | jungleboyj: but why would that discussion be had in that group only and perform that change on Stable? | 04:33 |
jgriffith | When in the past we've always said "no pinning" | 04:33 |
jungleboyj | jgriffith: I was trying to see if we could just resolve that by capping the version but that isn't going to work without also changing global requirements in stable/juno. | 04:33 |
openstackgerrit | Huang Zhiteng proposed openstack/cinder: Raise correct exception when validate_connector failed https://review.openstack.org/146374 | 04:34 |
jgriffith | and worse, a commit message with no information that actually references a different bug that already has a bp in progress? | 04:34 |
jgriffith | jungleboyj: correct, which was my second point | 04:34 |
jgriffith | jungleboyj: ^^ global req's | 04:34 |
nikesh_vedams | jgriffith: os_login: admin os_password: vedams123 os_tenant_name: admin and key user and tenant is same but still it reporting error :( | 04:34 |
jgriffith | nikesh_vedams: can't help you, I'm busy right now | 04:34 |
jgriffith | jungleboyj: so we're in agreeement that the pinning patch is not appropriate then? | 04:35 |
jungleboyj | jgriffith: Right. Now I know. Also wasn't aware that there were discussions that had already happened around no pinning. | 04:35 |
jungleboyj | Yes, already updated and abandoned. | 04:35 |
nikesh_vedams | jgriffith: ok no probs,whenever you are free if possible please ping | 04:35 |
jgriffith | jungleboyj: cool | 04:35 |
jgriffith | jungleboyj: now... on the second patch/backport :) | 04:35 |
jungleboyj | jgriffith: So ... yes. | 04:35 |
jgriffith | jungleboyj: which I've no abandoned (oops) | 04:36 |
jungleboyj | *Sigh* | 04:36 |
*** pradipta_away is now known as pradipta | 04:36 | |
jgriffith | jungleboyj: the bug that's logged and the actual problem was introduced by thang's patch (not commit id in updated comment) | 04:36 |
jgriffith | jungleboyj: which is in Kilo only | 04:36 |
jgriffith | jungleboyj: the outliers in the two unit tests however were there in Juno | 04:36 |
*** scottda_ has quit IRC | 04:37 | |
jgriffith | jungleboyj: as such that's all that should be fixed | 04:37 |
jgriffith | jungleboyj: for stable backport we shouldn't be adding anything more than we need IMO | 04:37 |
jgriffith | jungleboyj: but again, I want to make sure I didn't miss something | 04:37 |
jungleboyj | jgriffith: Hold on, let me figure out how that referenced commit is relevant here. | 04:37 |
jgriffith | jungleboyj: that commit introduced "from i18n import _lazy" which is the bug | 04:38 |
jgriffith | :) | 04:38 |
jgriffith | jungleboyj: I commented on your patch that a chunk of what was backported didn't actually exist in Juno and thus the change shouldn't be added | 04:39 |
jgriffith | jungleboyj: I submitted set 3 to show the minimum what was required and you nuked it ;( | 04:39 |
jgriffith | jungleboyj: there's no reason to add the items OR the skip to test_faults | 04:40 |
jungleboyj | jgriffith: But there is more than just that change that is wrong. | 04:40 |
jgriffith | jungleboyj: that may be true, yes, and that's what my patch fixed | 04:40 |
jgriffith | but you added back in the enable_lazy calls and the skips, which again didn't even exist in Juno | 04:40 |
jungleboyj | jgriffith: Let me look again. | 04:41 |
jgriffith | the test_faults code had the import _lazy in Juno which was wrong | 04:42 |
jgriffith | BUT, that can be fixed easily by just removing that and the enable_lazy call in setup and the addCleanup | 04:42 |
jgriffith | there's also no need/reason to skip those tests in Juno either | 04:42 |
jgriffith | If you diff my patch sets to base and your patchset to base you'll see what I'm talking about | 04:43 |
jungleboyj | Ok, so you just pushed up patch set 6. Based on your argument, why are you still changing cinder/i18n.py? | 04:46 |
jungleboyj | jgriffith: ^^^ | 04:46 |
jgriffith | jungleboyj: tell ya what... | 04:46 |
jungleboyj | Shouldn't we just remove use of _lazy ? | 04:46 |
jungleboyj | jgriffith: Then get rid of the cherry pick info, from the commit message and then move on? | 04:47 |
jgriffith | jungleboyj: yes... I'm abandonging again and starting from scratch | 04:47 |
jungleboyj | *Sigh* ok. | 04:47 |
jgriffith | jungleboyj: so yes, there was no reason to add that to i18n... but that wasn't the difference you and I had | 04:48 |
*** dannywilson has joined #openstack-cinder | 04:48 | |
jgriffith | jungleboyj: so let's skip that for now | 04:48 |
jungleboyj | jgriffith: I apologize, I was too quick to push up the version I had. That was rude. | 04:48 |
jgriffith | jungleboyj: do you see what i'm saying about the other changes? Particularly the one I submitted and you clobbered | 04:49 |
jgriffith | jungleboyj: no need to apologize | 04:49 |
jgriffith | jungleboyj: I want to make sure I'm not missing something and that we're both in agreement and on the same page | 04:49 |
jgriffith | jungleboyj: particularly around how to keep stable 'safe' | 04:49 |
jgriffith | jungleboyj: lord knows I could be completely wrong and missing something here | 04:50 |
jungleboyj | jgriffith: Yes, I now see what you are doing for stable. I saw the i18n changes and the test cases removed and misunderstood. | 04:50 |
jgriffith | jungleboyj: ok... cool, note I didn't remove any test cases though | 04:51 |
jgriffith | jungleboyj: I removed the skips as we didn't seem to need them | 04:51 |
jgriffith | jungleboyj: it's possible that master could've been fixed similarly, but not sure on that | 04:51 |
jgriffith | jungleboyj: IIRC master had another introduction that caused the issues | 04:51 |
jgriffith | jungleboyj: which is why the fix was a partial | 04:52 |
jungleboyj | jgriffith: I think you have to remove one test case in test_wsgi with _lazy removed. | 04:52 |
*** _cjones_ has joined #openstack-cinder | 04:52 | |
jungleboyj | jgriffith: I have one fix in my sandbox at the moment for master. | 04:52 |
*** dannywilson has quit IRC | 04:53 | |
jgriffith | jungleboyj: hmm... which one? | 04:53 |
jgriffith | jungleboyj: all I know is what I pushed earlier passed locally | 04:53 |
jungleboyj | jgriffith: If you can push a version of patch 3 that doesn't include cinder/i18n.py I think that is the minimum we can do to stable/juno and I would merge it so we can move on. | 04:54 |
jungleboyj | jecarey: Is watching and agreed. Right? | 04:54 |
jgriffith | jungleboyj: working on that now | 04:55 |
jungleboyj | jgriffith: Cool. | 04:55 |
jecarey | What I looked at seemed good. | 04:56 |
jgriffith | let's see if this works.... | 04:57 |
jgriffith | grrrr | 04:57 |
jgriffith | jecarey: jungleboyj ok... restored and updated again (sorry) | 04:59 |
jgriffith | jungleboyj: so are we good? | 04:59 |
jgriffith | jungleboyj: I mean are we on the same page and I wasn't a jerk or anything? | 05:00 |
jgriffith | jungleboyj: it still might fail jenkins :) | 05:00 |
openstackgerrit | Vincent Hou proposed openstack/cinder: Remove the useless next link for volumes, transfers and backups https://review.openstack.org/131915 | 05:00 |
jungleboyj | jgriffith: Looking. | 05:01 |
jungleboyj | jgriffith: jecarey I think patch 7 makes sense. | 05:02 |
jgriffith | nikesh_vedams: back to your issue.... | 05:02 |
jgriffith | nikesh_vedams: what's the output of "nova keypair-list" | 05:02 |
jgriffith | nikesh_vedams: and what *exactly* are you passing in as your keyname? | 05:03 |
jungleboyj | I will merge it if it passes the check. Not being a jerk. We are taking two different approaches, thanks for explaining yours. I see it is a safter approach. | 05:03 |
jgriffith | jungleboyj: thanks! | 05:03 |
openstackgerrit | xing-yang proposed openstack/cinder: Add support to differential backups in cinder https://review.openstack.org/110068 | 05:04 |
jecarey | jgriffith, jungleboyj: I'm worried that in test_wsgi.py we enable_lazy, but don't disable it. | 05:04 |
jecarey | It will be on for all tests that run after that. | 05:04 |
jungleboyj | jecarey: True, that is what I am proposing for fix in master. | 05:04 |
jungleboyj | We also should remove the cherry-pick from the commit message as it really is no longer a cherry-pick. | 05:05 |
jgriffith | jecarey: jungleboyj but that's *existing* | 05:05 |
*** annashen has joined #openstack-cinder | 05:05 | |
jungleboyj | jgriffith: No, because the other code that was removed (_lazy) used to disable it after the test. | 05:05 |
jgriffith | jungleboyj: are you sure about that :) | 05:05 |
jgriffith | jungleboyj: trace through that _restor_use_lazy | 05:05 |
jgriffith | jungleboyj: it doesn't actually *do* anything IIRC | 05:06 |
jungleboyj | jgriffith: Yes. That was the part in the patch I uploaded that was needed. | 05:06 |
*** bkopilov has joined #openstack-cinder | 05:06 | |
jecarey | jgriffith, it sets it back to the value that it was before we turned it on. | 05:06 |
jgriffith | jungleboyj: but my point is why would you introduce something *new* | 05:06 |
jgriffith | jecarey: what I'm saying is that it actually wasn't doing anything | 05:06 |
jgriffith | jecarey: in the original code the "original" was the same | 05:07 |
jgriffith | jecarey: it was a case of some fancy test code that actually didn't "do" anything | 05:07 |
jgriffith | jecarey: but maybe I'm wrong | 05:07 |
nikesh_vedams | jgriffith: nova keypair-list is giving a key-name and value and we are passing exact key-name | 05:07 |
jungleboyj | jgriffith: I think on that point you are wrong. | 05:07 |
jgriffith | jecarey: at this point I'll bow out completely and leave it to the two of you then | 05:07 |
jgriffith | I'm obviously missing somehting | 05:07 |
jgriffith | all I know is that the what was broken is now fixed | 05:08 |
jecarey | jgriffith, maybe I was confused when I wrote it ... I thought the default was that lazy wasn't enabled so I had to put it back to that state after the test. | 05:08 |
jgriffith | jungleboyj: there's lots of points I'm wrong on :) | 05:08 |
jgriffith | jungleboyj: I dunno... I'm likely confused | 05:09 |
jgriffith | jungleboyj: that's poorly written anyway IMHO | 05:09 |
jecarey | just wrote it to restore the original value so if assumption changed it would still work. | 05:09 |
jgriffith | jungleboyj: if you need an explicit state for your test, you should set it | 05:09 |
nikesh_vedams | jgriffith: http://paste.openstack.org/show/156747/ we are giving keyname as id_rsa | 05:09 |
jgriffith | Ok... well I'll leave it to you then and I'll bow out | 05:09 |
jgriffith | I obviously must not know what I'm doing at this point | 05:10 |
jgriffith | sorry for the trouble and wasting your time | 05:10 |
jgriffith | nikesh_vedams: what the heck is that? | 05:10 |
jgriffith | nikesh_vedams: you don't use your id_rsa.pub key | 05:10 |
jgriffith | nikesh_vedams: you generate a pem | 05:10 |
jgriffith | nikesh_vedams: I mean.. you can... but | 05:12 |
jgriffith | nikesh_vedams: just do a "nova keypair-add cloudkey" | 05:12 |
jgriffith | nikesh_vedams: and use that | 05:12 |
jgriffith | it'll work assuming you change permissions on it and put it in your .ssh dir | 05:12 |
jgriffith | nikesh_vedams: 0600 by the way | 05:12 |
jgriffith | jungleboyj: jecarey I'll sync up with you guys tomorrow | 05:13 |
jgriffith | if you need to just change it all around again go for it | 05:13 |
*** kaufer has quit IRC | 05:13 | |
nikesh_vedams | in .ssh directory i have id_rsa.pub,can i use it | 05:13 |
jungleboyj | jgriffith: Ok, your patch is hitting the problem that I tried to fix. Would you be ok with me extending your patch to correct the failure? | 05:13 |
jgriffith | nikesh_vedams: just for sake of ease generate a pem please | 05:13 |
jgriffith | jungleboyj: what problem is that? | 05:14 |
jgriffith | jungleboyj: before you clobber it again can you tell me what test fails? | 05:14 |
rushiagr | nikesh_vedams: http://docs.openstack.org/user-guide/content/cli_configure_instances.html | 05:14 |
jgriffith | jungleboyj: or let the gate show me... because I can't repro it locally which worries me | 05:15 |
jungleboyj | jgriffith: https://jenkins07.openstack.org/job/gate-cinder-python27/2171/console smbfs test cases are failing because enable_lazy is left on after test_wsgi runs. | 05:15 |
openstackgerrit | Jay Bryant proposed openstack/cinder: Ensure lazy translation is disabled properly https://review.openstack.org/146763 | 05:15 |
rushiagr | nikesh_vedams: I think you need to spend some time understanding how keypairs work first | 05:15 |
jungleboyj | jgriffith: ^^ That is the fix in master to avoid it in the future. | 05:16 |
jgriffith | jungleboyj: hmmmm... | 05:16 |
jgriffith | jungleboyj: well that's interesting | 05:16 |
nikesh_vedams | rushiagr: yes you are correct | 05:16 |
nikesh_vedams | thanks | 05:16 |
nikesh_vedams | actually awake from whole night | 05:17 |
nikesh_vedams | :) | 05:17 |
nikesh_vedams | rushiagr: http://paste.openstack.org/show/156755/ | 05:19 |
jungleboyj | jgriffith: Maybe it is just best to tackle this in the morning? | 05:19 |
jgriffith | jungleboyj: so the thing that's interesting.... | 05:21 |
jgriffith | jungleboyj: very interesting | 05:21 |
jungleboyj | jgriffith: Yes? | 05:22 |
jungleboyj | jgriffith: Since we aren't pinning it looks like we should just move to using the fixture like here: https://review.openstack.org/#/c/145923/ | 05:24 |
jgriffith | jungleboyj: yes, agreed | 05:24 |
jgriffith | jungleboyj: dhellmann suggested that last week as well | 05:24 |
*** annashen has quit IRC | 05:25 | |
jungleboyj | jgriffith: I didn't realize that was going to be available so quickly. So, lets sleep on this, you can remove the cherry-pick info from the backport and put the fixture in and I will update my patch and then we will all be happy. | 05:25 |
jgriffith | jungleboyj: interesting.... | 05:26 |
jgriffith | jungleboyj: so fresh clone and new venv and I get the failure | 05:26 |
jungleboyj | jgriffith: That I expect. | 05:26 |
jgriffith | jungleboyj: very troubling | 05:26 |
jungleboyj | jgriffith: Willing to bet if you try the fixture that won't happen. | 05:27 |
jgriffith | jungleboyj: :) | 05:27 |
jgriffith | jungleboyj: alright... well this has been a long drawn out conversation for not much at all | 05:27 |
jgriffith | jungleboyj: so I was very wrong about that particular test, that's for sure | 05:27 |
jgriffith | jungleboyj: so I wonder... if tomorrow we should look at a fix using fixture prior to my remove _lazy import | 05:28 |
jgriffith | jungleboyj: that can be cleanly backported | 05:28 |
jgriffith | jungleboyj: anyway... it's late where you are | 05:28 |
jgriffith | and jecarey | 05:28 |
jgriffith | I won't waste any more of your time | 05:28 |
jgriffith | jungleboyj: thanks for your patience | 05:29 |
jungleboyj | jgriffith: Thanks for your understanding. | 05:30 |
jgriffith | jungleboyj: ok... enough for tonight, let's attak it again tomorrow | 05:30 |
jgriffith | good night all | 05:30 |
jungleboyj | jgriffith: I will work on getting the patch I just put up right and investigate if it helps us in stable/juno. We can work that out together once I undestand it better. | 05:30 |
jungleboyj | jgriffith: Sounds good. Time for the Daily Show. | 05:31 |
*** _cjones_ has quit IRC | 05:31 | |
jgriffith | jungleboyj: indeed! | 05:31 |
*** _cjones_ has joined #openstack-cinder | 05:31 | |
jungleboyj | Night all! | 05:31 |
jecarey | gnight | 05:32 |
openstackgerrit | ustcdylan proposed openstack/cinder: Fix bug in sheepdog driver: the wrong volume size https://review.openstack.org/139804 | 05:33 |
*** Longgeek has quit IRC | 05:39 | |
*** Longgeek has joined #openstack-cinder | 05:39 | |
*** chhavi has joined #openstack-cinder | 05:41 | |
*** harlowja is now known as harlowja_away | 05:42 | |
*** BharatK has quit IRC | 05:46 | |
*** teju has joined #openstack-cinder | 05:47 | |
*** thingee has joined #openstack-cinder | 05:49 | |
thingee | winston-d_zZZ: mind giving the ok with https://review.openstack.org/#/c/131280/6 | 05:49 |
thingee | please | 05:49 |
*** oomichi has quit IRC | 05:51 | |
*** rushil has joined #openstack-cinder | 05:53 | |
*** rushil has quit IRC | 05:53 | |
openstackgerrit | TaoBai proposed openstack/cinder: IBM Storwize driver Consistency Group Implementation https://review.openstack.org/142683 | 05:54 |
thingee | jgriffith: added allocated_cap to meeting agenda https://wiki.openstack.org/wiki/CinderMeetings#Next_meeting | 05:56 |
thingee | jgriffith: thanks for that | 05:59 |
*** BharatK has joined #openstack-cinder | 06:00 | |
*** thingee has quit IRC | 06:00 | |
*** xyang1 has quit IRC | 06:03 | |
openstackgerrit | Abel Lopez proposed openstack/cinder: Purge deleted rows https://review.openstack.org/146766 | 06:06 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Transifex https://review.openstack.org/144933 | 06:10 |
openstackgerrit | James Carey proposed openstack/cinder: Ensure lazy translation is disabled properly https://review.openstack.org/146763 | 06:10 |
*** _cjones_ has quit IRC | 06:10 | |
*** anshul has joined #openstack-cinder | 06:10 | |
openstackgerrit | xing-yang proposed openstack/cinder-specs: Consistency Groups Kilo Update https://review.openstack.org/131024 | 06:15 |
*** _cjones_ has joined #openstack-cinder | 06:15 | |
*** nlevinki has joined #openstack-cinder | 06:19 | |
*** emagana has quit IRC | 06:23 | |
*** guitarzan has quit IRC | 06:24 | |
*** BharatK has quit IRC | 06:32 | |
*** BharatK has joined #openstack-cinder | 06:32 | |
*** Longgeek has quit IRC | 06:36 | |
*** _cjones_ has quit IRC | 06:39 | |
*** _cjones_ has joined #openstack-cinder | 06:39 | |
*** _cjones_ has quit IRC | 06:39 | |
*** Longgeek has joined #openstack-cinder | 06:42 | |
*** chhavi has quit IRC | 06:43 | |
nikesh_vedams | Hi | 06:45 |
*** chhavi has joined #openstack-cinder | 06:45 | |
nikesh_vedams | we added image id of deafult cirrous in soc-ci/sos-ci/ansible/vars.yml we are getting below error on running soc-ci/soc-ci/os_ci.py TASK: [nova_compute ] ********************************************************* failed: [localhost] => {"failed": true} msg: Error in creating instance: Can not find requested image | 06:45 |
*** Mandell has quit IRC | 06:49 | |
nikesh_vedams | rushiagr thingee : any idea | 06:49 |
openstackgerrit | ustcdylan proposed openstack/cinder: Fix bug in sheepdog driver: the wrong volume size https://review.openstack.org/139804 | 06:49 |
*** ryanpetrello has joined #openstack-cinder | 06:52 | |
*** deepakcs has joined #openstack-cinder | 06:58 | |
*** Mandell has joined #openstack-cinder | 07:01 | |
*** chhavi_ has joined #openstack-cinder | 07:05 | |
*** chhavi has quit IRC | 07:06 | |
*** rushil has joined #openstack-cinder | 07:09 | |
nikesh_vedams | do any one used sos-ci ? | 07:09 |
nikesh_vedams | jgriffith is now offline | 07:10 |
*** _cjones_ has joined #openstack-cinder | 07:10 | |
rushiagr | nikesh_vedams: no idea with that. | 07:16 |
rushiagr | nikesh_vedams: i.e. the CI part of it | 07:16 |
nikesh_vedams | ok | 07:16 |
rushiagr | nikesh_vedams: also FYI, cirros image do not require keypairs business at all. default username password is "cirros" "cubswin:)" | 07:16 |
rushiagr | respectively | 07:16 |
nikesh_vedams | ok | 07:17 |
*** ryanpetrello has quit IRC | 07:17 | |
*** rushil has quit IRC | 07:30 | |
*** EduardBiceriMate has joined #openstack-cinder | 07:32 | |
*** Miouge has joined #openstack-cinder | 07:34 | |
openstackgerrit | Bob proposed openstack/cinder: Add loopingcalls for Huawei storage system driver https://review.openstack.org/143765 | 07:43 |
*** mudassirlatif has joined #openstack-cinder | 07:44 | |
openstackgerrit | TaoBai proposed openstack/cinder: IBM Storwize driver Consistency Group Implementation https://review.openstack.org/142683 | 07:54 |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Integrate VMDK driver with oslo.vmware https://review.openstack.org/137324 | 07:54 |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Support for non-default port https://review.openstack.org/146384 | 07:54 |
*** anshul has quit IRC | 07:55 | |
*** nkrinner has joined #openstack-cinder | 07:55 | |
*** e0ne has joined #openstack-cinder | 07:55 | |
*** mudassirlatif has quit IRC | 08:00 | |
*** e0ne is now known as e0ne_ | 08:02 | |
*** Miouge has quit IRC | 08:06 | |
*** Miouge has joined #openstack-cinder | 08:07 | |
*** anshul has joined #openstack-cinder | 08:07 | |
*** e0ne_ has quit IRC | 08:08 | |
*** chlong has quit IRC | 08:09 | |
*** tshefi has joined #openstack-cinder | 08:11 | |
*** abehl has joined #openstack-cinder | 08:13 | |
*** anshul has quit IRC | 08:16 | |
*** k4n0 has joined #openstack-cinder | 08:18 | |
anish | rushiagr: whoever came up with that password is quite the optimist | 08:19 |
*** e0ne has joined #openstack-cinder | 08:20 | |
rushiagr | anish: In what sense? I don't know what cubswin means. | 08:20 |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Integrate VMDK driver with oslo.vmware https://review.openstack.org/137324 | 08:25 |
*** e0ne is now known as e0ne_ | 08:25 | |
*** e0ne_ is now known as e0ne | 08:27 | |
*** e0ne has quit IRC | 08:27 | |
openstackgerrit | Vipin Balachandran proposed openstack/cinder: VMware: Support for non-default port https://review.openstack.org/146384 | 08:29 |
*** sgotliv has joined #openstack-cinder | 08:30 | |
*** cnesa has joined #openstack-cinder | 08:31 | |
*** cnesa has quit IRC | 08:31 | |
*** pschaef has joined #openstack-cinder | 08:36 | |
anish | rushiagr: oh, the chicago cubs is just a baseball team that has a lot of supporters but never wins | 08:38 |
rushiagr | anish: haha | 08:39 |
rushiagr | anish: now I agree with you. The guy should be one optimistic person | 08:42 |
*** emagana has joined #openstack-cinder | 08:42 | |
anish | :) | 08:47 |
*** emagana has quit IRC | 08:47 | |
*** Longgeek has quit IRC | 08:47 | |
*** tshefi has quit IRC | 08:49 | |
*** Mandell has quit IRC | 08:52 | |
*** olc_jesuischarli is now known as olc | 08:52 | |
*** tshefi has joined #openstack-cinder | 08:54 | |
*** Longgeek has joined #openstack-cinder | 08:55 | |
*** pradipta is now known as pradipta_away | 08:57 | |
openstackgerrit | Ph. Marek proposed openstack/cinder: DRBD: Give a meaningful error message if some library couldn't be loaded https://review.openstack.org/146403 | 08:59 |
*** jpich has joined #openstack-cinder | 08:59 | |
*** pradipta_away is now known as pradipta | 09:00 | |
*** pradipta is now known as pradipta_away | 09:04 | |
*** karimb has joined #openstack-cinder | 09:04 | |
*** nellysmitt has joined #openstack-cinder | 09:09 | |
*** _cjones_ has quit IRC | 09:17 | |
*** aix has joined #openstack-cinder | 09:22 | |
*** deepakcs has quit IRC | 09:22 | |
*** marcusvrn has joined #openstack-cinder | 09:22 | |
*** jistr has joined #openstack-cinder | 09:23 | |
*** jordanP has joined #openstack-cinder | 09:27 | |
*** emagana has joined #openstack-cinder | 09:37 | |
*** dulek has joined #openstack-cinder | 09:39 | |
*** mkerrin has quit IRC | 09:40 | |
*** emagana has quit IRC | 09:41 | |
*** dulek_ has joined #openstack-cinder | 09:41 | |
*** Longgeek has quit IRC | 09:45 | |
*** dulek has quit IRC | 09:45 | |
*** e0ne has joined #openstack-cinder | 09:56 | |
*** BharatK has quit IRC | 10:03 | |
*** marcusvrn has quit IRC | 10:04 | |
*** marcusvrn has joined #openstack-cinder | 10:09 | |
*** marcusvrn1 has joined #openstack-cinder | 10:09 | |
*** diegows has joined #openstack-cinder | 10:13 | |
*** marcusvrn has quit IRC | 10:13 | |
*** BharatK has joined #openstack-cinder | 10:15 | |
*** alonmarx_ has joined #openstack-cinder | 10:17 | |
*** sgotliv has quit IRC | 10:18 | |
*** alonmarx has quit IRC | 10:19 | |
*** nshaikh has joined #openstack-cinder | 10:27 | |
*** emagana has joined #openstack-cinder | 10:31 | |
*** emagana has quit IRC | 10:35 | |
*** BharatK has quit IRC | 10:36 | |
*** aix has quit IRC | 10:39 | |
*** EduardBiceriMate has quit IRC | 10:40 | |
*** kaisers1 has quit IRC | 10:40 | |
*** ryanpetrello has joined #openstack-cinder | 10:41 | |
*** fandi has joined #openstack-cinder | 10:41 | |
*** ryanpetrello has quit IRC | 10:45 | |
*** BharatK has joined #openstack-cinder | 10:48 | |
*** haomaiwang has quit IRC | 10:55 | |
*** smoriya has quit IRC | 10:56 | |
*** lan_ has joined #openstack-cinder | 10:57 | |
*** Masahiro has quit IRC | 11:00 | |
*** aix has joined #openstack-cinder | 11:01 | |
*** chhavi_ has quit IRC | 11:03 | |
*** e0ne is now known as e0ne_ | 11:07 | |
*** Miouge has quit IRC | 11:13 | |
*** e0ne_ is now known as e0ne | 11:14 | |
*** RJ_ has joined #openstack-cinder | 11:15 | |
*** teju has left #openstack-cinder | 11:16 | |
*** fandi has quit IRC | 11:20 | |
*** emagana has joined #openstack-cinder | 11:25 | |
*** jordanP has quit IRC | 11:26 | |
*** emagana_ has joined #openstack-cinder | 11:27 | |
*** emagana has quit IRC | 11:30 | |
*** emagana_ has quit IRC | 11:31 | |
*** chlong has joined #openstack-cinder | 11:33 | |
*** afazekas has joined #openstack-cinder | 11:34 | |
*** kbyrne has quit IRC | 11:38 | |
*** kbyrne has joined #openstack-cinder | 11:41 | |
*** Miouge has joined #openstack-cinder | 11:42 | |
*** jamielennox is now known as jamielennox|away | 11:43 | |
*** aix has quit IRC | 11:53 | |
*** e0ne is now known as e0ne_ | 11:56 | |
*** e0ne_ is now known as e0ne | 11:56 | |
*** sgotliv has joined #openstack-cinder | 11:57 | |
openstackgerrit | ustcdylan proposed openstack/cinder: Fix bug in sheepdog driver: the wrong volume size https://review.openstack.org/139804 | 11:59 |
*** Masahiro has joined #openstack-cinder | 12:01 | |
*** ho has quit IRC | 12:03 | |
*** BharatK has quit IRC | 12:04 | |
*** aix has joined #openstack-cinder | 12:05 | |
*** Masahiro has quit IRC | 12:05 | |
*** alexpilotti has joined #openstack-cinder | 12:11 | |
*** e0ne is now known as e0ne_ | 12:13 | |
*** BharatK has joined #openstack-cinder | 12:20 | |
*** fandi has joined #openstack-cinder | 12:21 | |
*** emagana has joined #openstack-cinder | 12:21 | |
*** jordanP has joined #openstack-cinder | 12:22 | |
*** e0ne_ has quit IRC | 12:23 | |
*** emagana has quit IRC | 12:25 | |
*** ryanpetrello has joined #openstack-cinder | 12:27 | |
openstackgerrit | Vincent Hou proposed openstack/cinder: Remove the useless next link for volumes, transfers and backups https://review.openstack.org/131915 | 12:38 |
*** ryanpetrello has quit IRC | 12:41 | |
*** e0ne has joined #openstack-cinder | 12:44 | |
*** alonmarx has joined #openstack-cinder | 12:47 | |
*** nellysmi_ has joined #openstack-cinder | 12:49 | |
*** IanGovett has joined #openstack-cinder | 12:49 | |
*** alonmarx_ has quit IRC | 12:50 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/cinder: Use is_valid_ipv6 from oslo.utils https://review.openstack.org/143611 | 12:51 |
*** Mandell has joined #openstack-cinder | 12:52 | |
*** nellysmitt has quit IRC | 12:52 | |
*** Mandell has quit IRC | 12:57 | |
*** Masahiro has joined #openstack-cinder | 13:02 | |
*** ndipanov has quit IRC | 13:03 | |
*** zhipeng has joined #openstack-cinder | 13:03 | |
*** RJ_ has quit IRC | 13:05 | |
*** ndipanov has joined #openstack-cinder | 13:05 | |
*** Masahiro has quit IRC | 13:06 | |
*** ryanpetrello has joined #openstack-cinder | 13:08 | |
*** rushiagr is now known as rushiagr_away | 13:11 | |
*** emagana has joined #openstack-cinder | 13:15 | |
*** Longgeek has joined #openstack-cinder | 13:15 | |
*** emagana has quit IRC | 13:20 | |
*** bswartz has quit IRC | 13:23 | |
*** ndipanov has quit IRC | 13:23 | |
*** BharatK has quit IRC | 13:25 | |
*** chlong has quit IRC | 13:30 | |
*** SergeyLukjanov has quit IRC | 13:36 | |
*** ndipanov has joined #openstack-cinder | 13:36 | |
*** nshaikh has quit IRC | 13:37 | |
*** k4n0 has quit IRC | 13:41 | |
*** SergeyLukjanov has joined #openstack-cinder | 13:44 | |
*** jaypipes has quit IRC | 13:45 | |
*** jecarey has quit IRC | 14:00 | |
*** pschaef has quit IRC | 14:01 | |
*** netapp has quit IRC | 14:03 | |
*** rushiagr_away is now known as rushiagr | 14:04 | |
*** xyang1 has joined #openstack-cinder | 14:08 | |
*** Yogi11 has joined #openstack-cinder | 14:09 | |
*** emagana has joined #openstack-cinder | 14:09 | |
*** k4n0 has joined #openstack-cinder | 14:10 | |
*** k4n0 has quit IRC | 14:10 | |
*** bswartz has joined #openstack-cinder | 14:12 | |
*** emagana has quit IRC | 14:14 | |
*** changbl has quit IRC | 14:17 | |
*** Miouge has quit IRC | 14:18 | |
*** mwichmann has joined #openstack-cinder | 14:19 | |
*** dulek_ has quit IRC | 14:20 | |
flip214 | is the check "H802 git commit title should be under 50 chars" new? | 14:22 |
*** openstackgerrit has quit IRC | 14:22 | |
*** openstackgerrit has joined #openstack-cinder | 14:23 | |
openstackgerrit | Ph. Marek proposed openstack/cinder: DRBD: Log an error if libraries can't be loaded https://review.openstack.org/146403 | 14:23 |
*** guitarzan has joined #openstack-cinder | 14:23 | |
*** kaufer has joined #openstack-cinder | 14:26 | |
*** tbarron has joined #openstack-cinder | 14:30 | |
*** jaypipes has joined #openstack-cinder | 14:32 | |
*** dustins has joined #openstack-cinder | 14:34 | |
*** rushil_ is now known as rushil | 14:38 | |
*** Miouge has joined #openstack-cinder | 14:40 | |
jbernard | winston-d_zZZ: ping | 14:45 |
*** r-daneel has joined #openstack-cinder | 14:46 | |
*** mriedem has joined #openstack-cinder | 14:48 | |
*** Masahiro has joined #openstack-cinder | 14:50 | |
*** dulek has joined #openstack-cinder | 14:51 | |
*** pcaruana|off| is now known as pcaruana | 14:51 | |
*** Masahiro has quit IRC | 14:55 | |
nikesh_vedams | do any have used sos-ci written by jgriffith | 14:55 |
*** jcru has joined #openstack-cinder | 14:56 | |
nikesh_vedams | we are facing below problem: | 14:58 |
nikesh_vedams | http://paste.openstack.org/show/157061/ | 14:58 |
*** nlevinki has quit IRC | 15:00 | |
*** barra204_ has joined #openstack-cinder | 15:01 | |
*** emagana has joined #openstack-cinder | 15:02 | |
*** boris-42 has quit IRC | 15:03 | |
*** barra204 has quit IRC | 15:03 | |
*** danieru has quit IRC | 15:04 | |
*** dustins_ has joined #openstack-cinder | 15:05 | |
*** danieru has joined #openstack-cinder | 15:06 | |
*** Yogi12 has joined #openstack-cinder | 15:07 | |
smcginnis | nikesh_vedams: It's not clear from that what the problem is. It looks like you have the image_id correct. | 15:07 |
smcginnis | nikesh_vedams: I had based ours off of an earlier version of sos-ci. | 15:08 |
smcginnis | nikesh_vedams: https://github.com/stmcginnis/openstack-ci | 15:08 |
smcginnis | nikesh_vedams: This is pure python. No ansible or other packages to install. | 15:08 |
*** dustins has quit IRC | 15:08 | |
smcginnis | nikesh_vedams: I think in either case, you are going to need to dig in to the actual code being run and understand what it is doing. | 15:09 |
smcginnis | nikesh_vedams: There's also a lot of background in how to use devstack that you should make sure you understand first. | 15:09 |
smcginnis | nikesh_vedams: There's a bit of a learning curve, but it eventually starts to make sense. :) | 15:09 |
*** Yogi11 has quit IRC | 15:10 | |
*** ndipanov_ has joined #openstack-cinder | 15:11 | |
*** asselin_ has joined #openstack-cinder | 15:11 | |
*** bswartz has quit IRC | 15:12 | |
*** ndipanov has quit IRC | 15:13 | |
*** TobiasE1 has joined #openstack-cinder | 15:15 | |
*** nlevinki has joined #openstack-cinder | 15:16 | |
*** TobiasE has quit IRC | 15:17 | |
*** tbarron has quit IRC | 15:17 | |
nikesh_vedams | smcginnis: hmm devstack installation i know and i was in touch with jgriffith for using sos-ci | 15:17 |
*** bswartz has joined #openstack-cinder | 15:17 | |
nikesh_vedams | smcginnis : i cross-checked tenant and user for image-id too | 15:18 |
*** e0ne is now known as e0ne_ | 15:18 | |
*** thingee has joined #openstack-cinder | 15:19 | |
*** thingee has left #openstack-cinder | 15:19 | |
*** tbarron has joined #openstack-cinder | 15:19 | |
nikesh_vedams | smcginnis: have a working devstack cloud and able to launch to instance with same image-id | 15:20 |
nikesh_vedams | smcginnis: but same image-id is not working on running os_ci.py | 15:21 |
*** fischerw has joined #openstack-cinder | 15:22 | |
*** tbarron has quit IRC | 15:23 | |
*** tbarron has joined #openstack-cinder | 15:23 | |
*** coolsvap is now known as coolsvap|afk | 15:25 | |
*** barra204 has joined #openstack-cinder | 15:25 | |
*** barra204_ has quit IRC | 15:28 | |
openstackgerrit | Xiaolei Hu proposed openstack/cinder: Implements: blueprint ibm-flashsystem-driver-iscsi Change-Id: I25f8ae0e1b67b1f65e2accebbd9dd978d11a5037 https://review.openstack.org/144627 | 15:28 |
*** e0ne_ has quit IRC | 15:29 | |
nikesh_vedams | smcginnis: we put logger in all files ,thats why alteast we are getting some errors | 15:29 |
*** e0ne has joined #openstack-cinder | 15:32 | |
*** ndipanov_ has quit IRC | 15:32 | |
*** bkopilov has quit IRC | 15:33 | |
*** nlevinki has quit IRC | 15:34 | |
*** nlevinki has joined #openstack-cinder | 15:34 | |
smcginnis | nikesh_vedams: I would recommend manually going through the process to see if you can pinpoint where the problem is. | 15:34 |
smcginnis | I don't know enough about the latest sos-ci to give any recommendation why it's not finding the image id. | 15:35 |
smcginnis | I would think it's just filtering on that ID, but from your paste output it looks like it should find it. | 15:35 |
*** dulek has quit IRC | 15:37 | |
openstackgerrit | Edwin Wang proposed openstack/cinder: Add iSCSI protocol support for IBM FlashSystem. https://review.openstack.org/144627 | 15:39 |
*** rmesta has joined #openstack-cinder | 15:43 | |
*** e0ne is now known as e0ne_ | 15:43 | |
*** crose has joined #openstack-cinder | 15:43 | |
*** ndipanov_ has joined #openstack-cinder | 15:45 | |
*** emagana has quit IRC | 15:48 | |
*** ebalduf has joined #openstack-cinder | 15:48 | |
*** bkopilov has joined #openstack-cinder | 15:49 | |
*** r-daneel has quit IRC | 15:49 | |
*** Yogi12 has quit IRC | 15:51 | |
*** guitarzan has quit IRC | 15:51 | |
*** guitarzan has joined #openstack-cinder | 15:52 | |
*** dulek has joined #openstack-cinder | 15:53 | |
*** Yogi11 has joined #openstack-cinder | 15:53 | |
*** e0ne_ has quit IRC | 15:53 | |
*** kmartin has joined #openstack-cinder | 16:01 | |
*** jecarey has joined #openstack-cinder | 16:02 | |
*** abehl has quit IRC | 16:03 | |
*** dulek has quit IRC | 16:11 | |
*** asselin_ has quit IRC | 16:13 | |
*** rushiagr is now known as rushiagr_away | 16:13 | |
*** tsekiyama has joined #openstack-cinder | 16:15 | |
*** Yogi11 has quit IRC | 16:18 | |
*** Yogi1 has joined #openstack-cinder | 16:19 | |
*** dannywilson has joined #openstack-cinder | 16:20 | |
jgriffith | winston-d_zZZ: around? | 16:20 |
jgriffith | nope | 16:20 |
jgriffith | :( | 16:20 |
*** dannywilson has quit IRC | 16:20 | |
*** thangp has joined #openstack-cinder | 16:20 | |
*** dannywilson has joined #openstack-cinder | 16:20 | |
*** nlevinki has quit IRC | 16:21 | |
*** TobiasE has joined #openstack-cinder | 16:21 | |
nikesh_vedams | jgriffith: good morning | 16:21 |
nikesh_vedams | :) | 16:22 |
*** xyang1 has quit IRC | 16:22 | |
*** TobiasE1 has quit IRC | 16:23 | |
*** bkopilov has quit IRC | 16:24 | |
*** tellesnobrega has quit IRC | 16:24 | |
nikesh_vedams | jgriffith: http://paste.openstack.org/show/157136/ | 16:25 |
*** ryanpetrello has quit IRC | 16:26 | |
*** e0ne has joined #openstack-cinder | 16:27 | |
nikesh_vedams | jgriffith: we tried with many image-ids but every-time same error | 16:28 |
jgriffith | nikesh_vedams: can you paste your vars.yml file? | 16:28 |
jgriffith | nikesh_vedams: have you tried launching it manually by chance? | 16:29 |
jgriffith | nikesh_vedams: brb | 16:29 |
flip214 | does anybody's devstack work right now? first I got mysql-5.5 install errors, now "Could not find a version that satisfies the requirement SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 (from keystone==2015.1.dev76)" ... | 16:29 |
nikesh_vedams | jgriffith: manually working | 16:30 |
Swanson | sudo pip uninstall oslo.db ; sudo pip install oslo.db | 16:30 |
Swanson | Do that | 16:30 |
Swanson | Then devstack ought to install... | 16:30 |
nikesh_vedams | jgriffith: http://paste.openstack.org/show/157149/ | 16:31 |
flip214 | Swanson: hmmm, that's doing quite a lot of things ... | 16:31 |
nikesh_vedams | vars.yml | 16:32 |
*** jdurgin1 has joined #openstack-cinder | 16:32 | |
*** tshefi has quit IRC | 16:33 | |
flip214 | Swanson: still same problem, "Could not find a version that satisfies the requirement SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 (from keystone==2015.1.dev76)" | 16:36 |
guitarzan | good luck finding something < 8.9 and > 9.7 :) | 16:38 |
*** leeantho has joined #openstack-cinder | 16:39 | |
*** Masahiro has joined #openstack-cinder | 16:39 | |
*** e0ne is now known as e0ne_ | 16:40 | |
nikesh_vedams | jgriffith : vars.yml is in http://paste.openstack.org/show/157149/ | 16:43 |
openstackgerrit | Duncan Thomas proposed openstack/cinder: Fix LVM thin pool creation race https://review.openstack.org/146917 | 16:43 |
*** Masahiro has quit IRC | 16:43 | |
*** scottda_ has joined #openstack-cinder | 16:45 | |
*** changbl has joined #openstack-cinder | 16:45 | |
openstackgerrit | Duncan Thomas proposed openstack/cinder: Fix LVM thin pool creation race https://review.openstack.org/146917 | 16:45 |
*** tellesnobrega has joined #openstack-cinder | 16:47 | |
openstackgerrit | Duncan Thomas proposed openstack/cinder: Fix LVM thin pool creation race https://review.openstack.org/146917 | 16:48 |
DuncanT | One day I'll be able to post a simple fix without making a mess of it and needing three attempts. Sorry about that. | 16:49 |
jgriffith | nikesh_vedams: hmm... seems ok | 16:49 |
jgriffith | nikesh_vedams: have you tried just "nova boot --flavor 3 --image 44b0d706-68f4-477a-9dd5-c1e5c90dba6d --key-name cloudkey test" | 16:49 |
jgriffith | see if it works outside of ansible? | 16:49 |
nikesh_vedams | ok | 16:51 |
*** e0ne_ has quit IRC | 16:51 | |
*** hemna has joined #openstack-cinder | 16:55 | |
nikesh_vedams | jgriffith: working | 16:56 |
nikesh_vedams | jgriffith:that command working manually | 16:56 |
jgriffith | nikesh_vedams: hmm... well, don't know what to tell ya. You'll have to spend some time debugging on your own I think | 16:56 |
*** emagana has joined #openstack-cinder | 16:58 | |
flip214 | guitarzan: so, https://github.com/openstack/keystone/blob/faa6aed1a8ece2e5c67f3d9d678f989de89a50c9/requirements.txt#L15 shows the "bad" line... | 16:59 |
nikesh_vedams | jgriffith:are you using default image id or manually created image id | 16:59 |
*** rwsu has joined #openstack-cinder | 16:59 | |
flip214 | git HEAD is already better ... but how would I tell devstack to not use the wrong keystone commit? | 16:59 |
*** BharatK has joined #openstack-cinder | 17:00 | |
flip214 | I manually forwarded the keystone checkout now ... don't know whether that helps. | 17:01 |
guitarzan | flip214: I thought devstack was supposed to pull down master | 17:01 |
guitarzan | I guess that's an option | 17:01 |
*** Yogi1 has quit IRC | 17:02 | |
guitarzan | devstack is a wild beast | 17:02 |
*** jamielennox|away is now known as jamielennox | 17:03 | |
*** bswartz1 has joined #openstack-cinder | 17:05 | |
*** bswartz has quit IRC | 17:07 | |
*** kmartin has quit IRC | 17:07 | |
openstackgerrit | Erlon R. Cruz proposed openstack/cinder: Fix HNAS driver parsing errors https://review.openstack.org/141868 | 17:09 |
openstackgerrit | Erlon R. Cruz proposed openstack/cinder: Adds unit tests for HNAS backend https://review.openstack.org/146930 | 17:09 |
*** kmartin has joined #openstack-cinder | 17:11 | |
*** boris-42 has joined #openstack-cinder | 17:12 | |
jgriffith | nikesh_vedams: "default image id"? | 17:12 |
jgriffith | nikesh_vedams: no, I'm not specifying my own image-id | 17:13 |
flip214 | oh crap ... "Syncing /opt/stack/keystone/requirements.txt" "'oslo.concurrency' is not in global-requirements.txt" | 17:13 |
flip214 | devstack isn't really helpful | 17:13 |
*** markstur_ has joined #openstack-cinder | 17:13 | |
*** nkrinner has quit IRC | 17:14 | |
*** scottda_ has quit IRC | 17:15 | |
Swanson | Sorry that didn't help. It worked for me after I did that. Probably something else that needs to be manually installed now.... | 17:17 |
eharney | is there documentation like http://developer.openstack.org/api-ref-blockstorage-v2.html that covers our extensions? | 17:22 |
annegentle_ | eharney: I dont' think there is. I didn't realize the volume API has extensions | 17:23 |
annegentle_ | eharney: oh wait, yes. such as http://developer.openstack.org/api-ref-blockstorage-v2.html#ext-os-volume-manage-cinder | 17:24 |
annegentle_ | eharney: you'd have to double-check completeness | 17:24 |
eharney | annegentle_: oh... not complete i think :) | 17:24 |
*** ryanpetrello has joined #openstack-cinder | 17:24 | |
annegentle_ | eharney: yeah that'd be my guess too :) Log api bugs at http://bugs.launchpad.net/openstack-api-site | 17:25 |
*** _cjones_ has joined #openstack-cinder | 17:25 | |
eharney | annegentle_: i'll give that a shot, thanks | 17:26 |
*** jordanP has quit IRC | 17:27 | |
*** mudassirlatif has joined #openstack-cinder | 17:31 | |
nikesh_vedams | jgriffith:i need small help for debugging from you,can you tell which files of sos-ci should be debugg for this,also is sos-ci giving any separate logs,currently we put logger in each file thats why we come to know that problem is from image_id | 17:32 |
jgriffith | nikesh_vedams: just try and run the launch_instance playbook by itself | 17:33 |
jgriffith | nikesh_vedams: that's where youre problem is | 17:33 |
*** jaypipes has quit IRC | 17:36 | |
jgriffith | nikesh_vedams: so try something like: ansible-playbook --extra-vars "instance_name=test patchset_ref=master" ./sites.yml | 17:36 |
jgriffith | nikesh_vedams: and you can comment out any tasks in sites.yml that you don't want to run | 17:37 |
*** ryanpetrello_ has joined #openstack-cinder | 17:37 | |
jgriffith | nikesh_vedams: since the one you're hung up on is launching an instance you can comment the others, but it doesn't matter because ansible will fail and exit on that first task according to what you're saying | 17:37 |
*** ryanpetrello has quit IRC | 17:37 | |
*** ryanpetrello_ is now known as ryanpetrello | 17:37 | |
jgriffith | nikesh_vedams: after that, I HIGHLY recommend you spend some time reading: http://docs.ansible.com/ | 17:38 |
*** Yogi1 has joined #openstack-cinder | 17:38 | |
*** rushiagr_away is now known as rushiagr | 17:40 | |
*** jistr has quit IRC | 17:40 | |
*** e0ne has joined #openstack-cinder | 17:41 | |
*** e0ne has quit IRC | 17:42 | |
*** xyang has joined #openstack-cinder | 17:42 | |
*** jaypipes has joined #openstack-cinder | 17:45 | |
*** jpich has quit IRC | 17:45 | |
*** ryanpetrello has quit IRC | 17:47 | |
*** barra204 has quit IRC | 17:47 | |
*** diegows has quit IRC | 17:49 | |
*** scottda_ has joined #openstack-cinder | 17:50 | |
erlon | anteaya: Hi Anita, can you check this CI? https://review.openstack.org/#/c/146930/ | 17:50 |
*** bkopilov has joined #openstack-cinder | 17:50 | |
erlon | anteaya: I can't see the logs | 17:51 |
*** scottda_ has quit IRC | 17:51 | |
*** annashen has joined #openstack-cinder | 17:51 | |
openstackgerrit | Erlon R. Cruz proposed openstack/cinder: Adds unit tests for HNAS backend https://review.openstack.org/146930 | 17:52 |
openstackgerrit | Erlon R. Cruz proposed openstack/cinder: Fix HNAS driver parsing errors https://review.openstack.org/141868 | 17:52 |
*** EmilienM is now known as EmilienM|afk | 17:53 | |
*** thingee has joined #openstack-cinder | 17:57 | |
*** nellysmi_ has quit IRC | 17:57 | |
*** emagana has quit IRC | 18:00 | |
*** ebalduf has quit IRC | 18:00 | |
*** eharney has quit IRC | 18:01 | |
*** eharney has joined #openstack-cinder | 18:01 | |
nikesh_vedams | jgriffith: you are right,ansible-playbook --extra-vars "instance_name=test patchset_ref=master" ./sites.yml giving same error | 18:04 |
*** bswartz1 has quit IRC | 18:04 | |
*** patrickeast has joined #openstack-cinder | 18:04 | |
*** _cjones_ has quit IRC | 18:05 | |
*** bswartz has joined #openstack-cinder | 18:06 | |
*** emagana has joined #openstack-cinder | 18:09 | |
*** Miouge has quit IRC | 18:11 | |
*** _cjones_ has joined #openstack-cinder | 18:16 | |
*** mtanino has joined #openstack-cinder | 18:18 | |
jgriffith | nikesh_vedams: make sure you sourced your creds file | 18:20 |
*** tshefi has joined #openstack-cinder | 18:21 | |
nikesh_vedams | jgriffith: i sourced it by source devstack/openrc admin admin | 18:22 |
*** dustins_ is now known as dustins | 18:22 | |
*** aix has quit IRC | 18:23 | |
*** EmilienM|afk is now known as EmilienM | 18:24 | |
openstackgerrit | Pengfei Zhang proposed openstack/cinder: Fixing misspellings in xio.py https://review.openstack.org/146944 | 18:27 |
*** Masahiro has joined #openstack-cinder | 18:28 | |
*** rushiagr is now known as rushiagr_away | 18:28 | |
nikesh_vedams | jgriffith: smcginnis is this https://github.com/stmcginnis/openstack-ci acceptible for CI | 18:30 |
*** Masahiro has quit IRC | 18:32 | |
jgriffith | smcginnis: nice! | 18:35 |
*** Longgeek has quit IRC | 18:36 | |
smcginnis | jgriffith: Thanks! nikesh_vedams: That's been working for us. | 18:38 |
*** harlowja_away is now known as harlowja | 18:39 | |
nikesh_vedams | smcginnis: what is working for you,sos-ci or https://github.com/stmcginnis/openstack-ci | 18:39 |
smcginnis | nikesh_vedams: My spin on sos-ci. | 18:41 |
*** BharatK has left #openstack-cinder | 18:42 | |
nikesh_vedams | smcginnis: can i also try same | 18:42 |
nikesh_vedams | smcginnis: on one VM i can try this right | 18:42 |
smcginnis | nikesh_vedams: Sure, that's why I put it out there. It was a little simpler for me than learning ansible, etc. | 18:43 |
smcginnis | nikesh_vedams: You should understand the code though. | 18:43 |
nikesh_vedams | smcginnis: and is acceptible for Openstack CI | 18:43 |
nikesh_vedams | ? | 18:43 |
smcginnis | nikesh_vedams: Theoretically you can just update the config file, but you may need to do more customization depending on how you are doing things. | 18:43 |
nikesh_vedams | smcginnis: i want to install some scst packages in launced VM with ubuntu | 18:51 |
*** avishay has joined #openstack-cinder | 18:51 | |
nikesh_vedams | smcginnis: and that VM will run tempest | 18:51 |
smcginnis | nikesh_vedams: You could add something around here to run the commands to do that: https://github.com/stmcginnis/openstack-ci/blob/master/executor.py#L156 | 18:52 |
*** e0ne has joined #openstack-cinder | 18:53 | |
*** annashen has quit IRC | 18:53 | |
*** annashen has joined #openstack-cinder | 18:54 | |
*** annashen has quit IRC | 18:58 | |
*** annashen has joined #openstack-cinder | 18:58 | |
*** scottda_ has joined #openstack-cinder | 18:59 | |
*** e0ne has quit IRC | 18:59 | |
*** emagana has quit IRC | 19:00 | |
*** scottda_ has quit IRC | 19:00 | |
*** emagana has joined #openstack-cinder | 19:00 | |
*** ebalduf has joined #openstack-cinder | 19:01 | |
*** alexpilotti has quit IRC | 19:01 | |
*** emagana has quit IRC | 19:01 | |
*** emagana has joined #openstack-cinder | 19:02 | |
*** jecarey has quit IRC | 19:04 | |
openstackgerrit | Anthony Lee proposed openstack/cinder: Remove locks from LeftHand driver https://review.openstack.org/141475 | 19:04 |
*** jecarey has joined #openstack-cinder | 19:05 | |
*** ebalduf has quit IRC | 19:06 | |
openstackgerrit | Thang Pham proposed openstack/cinder: WIP: Snapshot object https://review.openstack.org/133566 | 19:08 |
*** thingee has quit IRC | 19:09 | |
*** thingee has joined #openstack-cinder | 19:10 | |
*** dannywilson has quit IRC | 19:13 | |
*** dannywilson has joined #openstack-cinder | 19:14 | |
*** dannywilson has quit IRC | 19:15 | |
*** dannywilson has joined #openstack-cinder | 19:15 | |
*** annashen has quit IRC | 19:16 | |
*** avishay has quit IRC | 19:19 | |
openstackgerrit | Ailing Zhang proposed openstack/cinder: Fixing misspellings in cinder, iser.py https://review.openstack.org/146960 | 19:26 |
*** nikesh_vedams has quit IRC | 19:29 | |
*** karimb has quit IRC | 19:34 | |
*** ebalduf has joined #openstack-cinder | 19:36 | |
*** bswartz has quit IRC | 19:36 | |
*** Longgeek has joined #openstack-cinder | 19:37 | |
*** bswartz has joined #openstack-cinder | 19:37 | |
*** lcurtis has joined #openstack-cinder | 19:43 | |
*** lcurtis has quit IRC | 19:47 | |
*** mudassirlatif has quit IRC | 19:48 | |
jbernard | thingee: have you looked at the rbd migration patch? I'm wondering if you agree with winston-d and can provide further guidance | 19:48 |
*** mudassirlatif has joined #openstack-cinder | 19:53 | |
*** dannywilson has quit IRC | 19:53 | |
*** dannywilson has joined #openstack-cinder | 19:54 | |
thingee | jbernard: I have not looked at it. Been busy with other core things. | 19:54 |
thingee | jbernard: object version, deprecating v1, lio support | 19:54 |
thingee | :) | 19:54 |
jbernard | thingee: no worries, i think winston-d is out today and thought you might have additional input | 19:55 |
*** Longgeek has quit IRC | 19:55 | |
thingee | jbernard: if this is something that can't be resolved in the meeting with the rest of the community, I can take note to take a look when I have a chance, but you might have luck getting others to chime in. | 19:55 |
jbernard | thingee: will do, thanks | 19:57 |
*** jecarey has quit IRC | 20:02 | |
*** tshefi has quit IRC | 20:03 | |
erlon | eharney: ping | 20:03 |
*** jecarey has joined #openstack-cinder | 20:03 | |
eharney | erlon: hi | 20:03 |
erlon | eharney: hi eric how are you? | 20:04 |
eharney | erlon: doing well, you? | 20:05 |
erlon | eharney: nice, Im good too | 20:05 |
thingee | eharney: how are things going with https://blueprints.launchpad.net/cinder/+spec/nfs-snapshots | 20:06 |
erlon | eharney: so, after that discussion about RemoteFS I find out how to implement the NFS driver without having to change __find_share() | 20:07 |
eharney | thingee: i have some code, will post WIP soon. unfortunately i hit an unexpected issue combining it with the secure file permissions work that i haven't figured out yet | 20:07 |
*** nikesh_vedams has joined #openstack-cinder | 20:08 | |
erlon | eharney: but, I still think that the standard NFS driver would get benefits from using the pools | 20:08 |
thingee | eharney: thanks! | 20:08 |
thingee | aviramb: ping | 20:09 |
*** mudassirlatif has quit IRC | 20:09 | |
thingee | jgravel: is there an update on this bp https://blueprints.launchpad.net/cinder/+spec/get-volume-type-extra-specs | 20:10 |
jgravel | thingee: let me take a look.. | 20:11 |
eharney | erlon: one sec | 20:11 |
erlon | eharney: no prob | 20:12 |
*** mudassirlatif has joined #openstack-cinder | 20:13 | |
*** mudassirlatif has quit IRC | 20:14 | |
jgravel | thingee: Gary Smith is working on the it https://review.openstack.org/#/c/140142/. | 20:15 |
jgravel | thingee: any concerns? | 20:15 |
*** david-lyle has joined #openstack-cinder | 20:16 | |
thingee | jgravel: got it, thanks. No concerns, I was just looking for the review under your name since you're assigned to it | 20:16 |
*** Masahiro has joined #openstack-cinder | 20:17 | |
thingee | I'll more the bp as needing code review, thanks | 20:17 |
thingee | more=update | 20:17 |
jgravel | thingee: thanks, yeah things got switched around a little bit | 20:17 |
*** mikedillion has joined #openstack-cinder | 20:20 | |
*** Masahiro has quit IRC | 20:21 | |
eharney | erlon: ok | 20:23 |
eharney | erlon: what have you found out? | 20:25 |
erlon | eharney: instead of using the parent create_volume() from NFS I overwrited this function and using extract_host to get the pool a volume should be casted | 20:29 |
erlon | eharney: that's they way bswartz said they do at Netapp driver | 20:29 |
eharney | erlon: which driver is this for? | 20:30 |
*** _cjones_ has quit IRC | 20:30 | |
erlon | eharney: HDSNFSDriver | 20:32 |
eharney | erlon: ok, that probably makes sense there. I'm trying to remember all the details involved, but I think I don't see why the standard NFS driver would benefit from pools? | 20:33 |
erlon | eharney: another idea I had about that spec, ins't possible to discover the remote shares using 'showmount' instead of having to explictily say what shares you have? | 20:33 |
Swanson | ls | 20:34 |
Swanson | grrr | 20:34 |
eharney | erlon: well, maybe, but i'm not sure how useful that would be? | 20:34 |
*** mikedillion has quit IRC | 20:36 | |
*** annashen has joined #openstack-cinder | 20:36 | |
*** elazro has quit IRC | 20:36 | |
*** elazro has joined #openstack-cinder | 20:37 | |
erlon | eharney: IIRC one of the points of the spec is about the hassle of nfs_shares, then it proposes that the share information should be placed under an [nfs] section | 20:37 |
eharney | erlon: right, with the theory of moving toward one export used per driver instance rather than X | 20:38 |
erlon | eharney: if is possible to discover the shares given the host, would be one thing less to configure | 20:38 |
eharney | erlon: but i don't think you can just use whatever you see there... presumably the admin wants to pick? | 20:38 |
eharney | erlon: also that doesn't fit with ^ | 20:39 |
openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/cinder-specs: Extract brick from Cinder https://review.openstack.org/129069 | 20:39 |
*** mudassirlatif has joined #openstack-cinder | 20:40 | |
*** mwichmann has quit IRC | 20:40 | |
erlon | eharney: I dont know, was just an Idea. iSCSI uses iscsiadm to get the list of possible targets and somehow chooses where to place the volumes | 20:40 |
*** Mandell has joined #openstack-cinder | 20:42 | |
*** boris-42 has quit IRC | 20:43 | |
*** _cjones_ has joined #openstack-cinder | 20:44 | |
*** _cjones_ has quit IRC | 20:46 | |
erlon | eharney: about the benefits of multiple shares+pools for standard NFS driver, your have the ability to provide differentiated services without having to setup one cinder host per share | 20:46 |
eharney | erlon: multi-backend handles that without having to work on pools for the driver though? | 20:46 |
erlon | eharney: hummm, that is an option too | 20:49 |
*** _cjones_ has joined #openstack-cinder | 20:51 | |
*** kmartin has quit IRC | 20:51 | |
*** annashen has quit IRC | 20:51 | |
*** mwichmann has joined #openstack-cinder | 20:54 | |
*** annashen has joined #openstack-cinder | 20:55 | |
nikesh_vedams | jgriffith: sorry i was doing silly mistake now instance is launching | 21:01 |
nikesh_vedams | jgrifith: thanks | 21:01 |
*** jcru has quit IRC | 21:04 | |
*** jcru has joined #openstack-cinder | 21:04 | |
*** david-ly_ has joined #openstack-cinder | 21:07 | |
*** jcru has quit IRC | 21:09 | |
*** david-lyle has quit IRC | 21:09 | |
openstackgerrit | Thang Pham proposed openstack/python-cinderclient: Make cinderclient metadata CLI output consistent https://review.openstack.org/119882 | 21:09 |
*** david-ly_ has quit IRC | 21:12 | |
*** e0ne has joined #openstack-cinder | 21:14 | |
*** thangp has quit IRC | 21:15 | |
*** kmartin has joined #openstack-cinder | 21:20 | |
*** Mandell has quit IRC | 21:22 | |
*** elazro has quit IRC | 21:32 | |
*** thingee has quit IRC | 21:32 | |
*** patrickeast has quit IRC | 21:32 | |
*** TobiasE has quit IRC | 21:32 | |
*** ndipanov_ has quit IRC | 21:32 | |
*** zhipeng has quit IRC | 21:32 | |
*** jungleboyj has quit IRC | 21:32 | |
*** vukcrni has quit IRC | 21:32 | |
*** harlowja has quit IRC | 21:32 | |
*** tr4sh_heap has quit IRC | 21:32 | |
*** sandywalsh has quit IRC | 21:32 | |
*** Tross has quit IRC | 21:32 | |
*** hflai has quit IRC | 21:32 | |
*** rodrigods has quit IRC | 21:32 | |
*** lifeless has quit IRC | 21:32 | |
*** annegentle_ has quit IRC | 21:32 | |
*** kmartin has quit IRC | 21:32 | |
*** e0ne has quit IRC | 21:32 | |
*** SergeyLukjanov has quit IRC | 21:32 | |
*** DuncanT has quit IRC | 21:32 | |
*** wpf has quit IRC | 21:32 | |
*** paul-- has quit IRC | 21:32 | |
*** mwichmann has quit IRC | 21:32 | |
*** dannywilson has quit IRC | 21:32 | |
*** Yogi1 has quit IRC | 21:32 | |
*** fischerw has quit IRC | 21:32 | |
*** jwang__ has quit IRC | 21:32 | |
*** sseverson has quit IRC | 21:32 | |
*** gugl2 has quit IRC | 21:32 | |
*** kragniz has quit IRC | 21:32 | |
*** gary-smith has quit IRC | 21:32 | |
*** mtreinish has quit IRC | 21:32 | |
*** olc has quit IRC | 21:32 | |
*** eikke has quit IRC | 21:32 | |
*** markstur_ has quit IRC | 21:33 | |
*** jdurgin1 has quit IRC | 21:33 | |
*** rmesta has quit IRC | 21:33 | |
*** afazekas has quit IRC | 21:33 | |
*** mriedem has quit IRC | 21:33 | |
*** IanGovett has quit IRC | 21:33 | |
*** briancline has quit IRC | 21:33 | |
*** fandi has quit IRC | 21:34 | |
*** olc has joined #openstack-cinder | 21:34 | |
*** eikke has joined #openstack-cinder | 21:34 | |
*** annegentle_ has joined #openstack-cinder | 21:34 | |
*** lifeless has joined #openstack-cinder | 21:34 | |
*** rodrigods has joined #openstack-cinder | 21:34 | |
*** mtreinish has joined #openstack-cinder | 21:34 | |
*** hflai has joined #openstack-cinder | 21:34 | |
*** gary-smith has joined #openstack-cinder | 21:34 | |
*** kragniz has joined #openstack-cinder | 21:34 | |
*** gugl2 has joined #openstack-cinder | 21:34 | |
*** sseverson has joined #openstack-cinder | 21:34 | |
*** Tross has joined #openstack-cinder | 21:34 | |
*** wpf has joined #openstack-cinder | 21:34 | |
*** paul-- has joined #openstack-cinder | 21:34 | |
*** sandywalsh has joined #openstack-cinder | 21:34 | |
*** jwang__ has joined #openstack-cinder | 21:34 | |
*** tr4sh_heap has joined #openstack-cinder | 21:34 | |
*** harlowja has joined #openstack-cinder | 21:34 | |
*** DuncanT has joined #openstack-cinder | 21:34 | |
*** vukcrni has joined #openstack-cinder | 21:34 | |
*** jungleboyj has joined #openstack-cinder | 21:34 | |
*** zhipeng has joined #openstack-cinder | 21:34 | |
*** SergeyLukjanov has joined #openstack-cinder | 21:34 | |
*** fischerw has joined #openstack-cinder | 21:34 | |
*** ndipanov_ has joined #openstack-cinder | 21:34 | |
*** TobiasE has joined #openstack-cinder | 21:34 | |
*** Yogi1 has joined #openstack-cinder | 21:34 | |
*** patrickeast has joined #openstack-cinder | 21:34 | |
*** thingee has joined #openstack-cinder | 21:34 | |
*** dannywilson has joined #openstack-cinder | 21:34 | |
*** elazro has joined #openstack-cinder | 21:34 | |
*** mwichmann has joined #openstack-cinder | 21:34 | |
*** e0ne has joined #openstack-cinder | 21:34 | |
*** kmartin has joined #openstack-cinder | 21:34 | |
*** markstur_ has joined #openstack-cinder | 21:34 | |
*** jdurgin1 has joined #openstack-cinder | 21:34 | |
*** rmesta has joined #openstack-cinder | 21:34 | |
*** mriedem has joined #openstack-cinder | 21:34 | |
*** IanGovett has joined #openstack-cinder | 21:34 | |
*** afazekas has joined #openstack-cinder | 21:34 | |
*** briancline has joined #openstack-cinder | 21:34 | |
*** ameade has quit IRC | 21:35 | |
*** vukcrni has quit IRC | 21:35 | |
thingee | hey everyone! | 21:35 |
*** HenryG has quit IRC | 21:35 | |
smcginnis | thingee: Howdy | 21:35 |
*** mudassirlatif has quit IRC | 21:36 | |
*** ebalduf has quit IRC | 21:36 | |
*** tellesnobrega has quit IRC | 21:36 | |
*** tsekiyama has quit IRC | 21:36 | |
*** gtt116 has quit IRC | 21:36 | |
*** rushil has quit IRC | 21:36 | |
*** jseiler_ has quit IRC | 21:36 | |
*** hypnosb has quit IRC | 21:36 | |
*** fandi has joined #openstack-cinder | 21:37 | |
openstackgerrit | Anthony Lee proposed openstack/cinder: Remove locks from LeftHand driver https://review.openstack.org/141475 | 21:37 |
*** vukcrni has joined #openstack-cinder | 21:37 | |
*** mudassirlatif has joined #openstack-cinder | 21:37 | |
*** ebalduf has joined #openstack-cinder | 21:37 | |
*** tellesnobrega has joined #openstack-cinder | 21:37 | |
*** tsekiyama has joined #openstack-cinder | 21:37 | |
*** gtt116 has joined #openstack-cinder | 21:37 | |
*** rushil has joined #openstack-cinder | 21:37 | |
*** jseiler_ has joined #openstack-cinder | 21:37 | |
*** hypnosb has joined #openstack-cinder | 21:37 | |
*** HenryG has joined #openstack-cinder | 21:37 | |
*** annashen has quit IRC | 21:38 | |
*** emagana has quit IRC | 21:38 | |
*** hemna has quit IRC | 21:38 | |
*** dustins has quit IRC | 21:38 | |
*** lan_ has quit IRC | 21:38 | |
*** julim has quit IRC | 21:38 | |
*** bnemec has quit IRC | 21:38 | |
*** med_ has quit IRC | 21:38 | |
*** gpocentek has quit IRC | 21:38 | |
*** flip214 has quit IRC | 21:38 | |
*** ekarlso- has quit IRC | 21:38 | |
*** cburgess has quit IRC | 21:38 | |
*** winston-d_zZZ has quit IRC | 21:38 | |
*** Anticimex has quit IRC | 21:38 | |
*** patrickeast has quit IRC | 21:38 | |
*** patrickeast has joined #openstack-cinder | 21:39 | |
*** ameade has joined #openstack-cinder | 21:40 | |
*** annashen has joined #openstack-cinder | 21:40 | |
*** emagana has joined #openstack-cinder | 21:40 | |
*** hemna has joined #openstack-cinder | 21:40 | |
*** dustins has joined #openstack-cinder | 21:40 | |
*** lan_ has joined #openstack-cinder | 21:40 | |
*** julim has joined #openstack-cinder | 21:40 | |
*** bnemec has joined #openstack-cinder | 21:40 | |
*** med_ has joined #openstack-cinder | 21:40 | |
*** gpocentek has joined #openstack-cinder | 21:40 | |
*** flip214 has joined #openstack-cinder | 21:40 | |
*** ekarlso- has joined #openstack-cinder | 21:40 | |
*** cburgess has joined #openstack-cinder | 21:40 | |
*** winston-d_zZZ has joined #openstack-cinder | 21:40 | |
*** Anticimex has joined #openstack-cinder | 21:40 | |
*** david-lyle has joined #openstack-cinder | 21:41 | |
*** bswartz has quit IRC | 21:43 | |
*** eharney has quit IRC | 21:43 | |
*** bkopilov has quit IRC | 21:43 | |
*** rwsu has quit IRC | 21:43 | |
*** marcusvrn1 has quit IRC | 21:43 | |
*** leseb_ has quit IRC | 21:43 | |
*** mdenny has quit IRC | 21:43 | |
*** tristanC has quit IRC | 21:43 | |
*** Longgeek has joined #openstack-cinder | 21:43 | |
*** bswartz has joined #openstack-cinder | 21:43 | |
*** eharney has joined #openstack-cinder | 21:43 | |
*** bkopilov has joined #openstack-cinder | 21:43 | |
*** rwsu has joined #openstack-cinder | 21:43 | |
*** marcusvrn1 has joined #openstack-cinder | 21:43 | |
*** leseb_ has joined #openstack-cinder | 21:43 | |
*** mdenny has joined #openstack-cinder | 21:43 | |
*** tristanC has joined #openstack-cinder | 21:43 | |
*** ChanServ has quit IRC | 21:44 | |
*** patrickeast has quit IRC | 21:44 | |
*** xyang has quit IRC | 21:44 | |
*** changbl has quit IRC | 21:44 | |
*** crose has quit IRC | 21:44 | |
*** kaufer has quit IRC | 21:44 | |
*** openstackgerrit has quit IRC | 21:44 | |
*** pradipta_away has quit IRC | 21:44 | |
*** peluse has quit IRC | 21:44 | |
*** frakt has quit IRC | 21:44 | |
*** dosaboy has quit IRC | 21:44 | |
*** wolsen has quit IRC | 21:44 | |
*** cppforlife has quit IRC | 21:44 | |
*** Swanson has quit IRC | 21:44 | |
*** _cjones_ has quit IRC | 21:44 | |
*** leeantho has quit IRC | 21:44 | |
*** kbyrne has quit IRC | 21:44 | |
*** sweston has quit IRC | 21:44 | |
*** aarefiev has quit IRC | 21:44 | |
*** coolsvap|afk has quit IRC | 21:44 | |
*** skraynev has quit IRC | 21:44 | |
*** junhongl has quit IRC | 21:44 | |
*** jgravel has quit IRC | 21:44 | |
*** sfineberg has quit IRC | 21:44 | |
*** greghaynes has quit IRC | 21:44 | |
*** SamYaple has quit IRC | 21:44 | |
*** j_king has quit IRC | 21:44 | |
*** toabctl has quit IRC | 21:44 | |
*** bswartz has quit IRC | 21:44 | |
*** eharney has quit IRC | 21:44 | |
*** bkopilov has quit IRC | 21:44 | |
*** rwsu has quit IRC | 21:44 | |
*** marcusvrn1 has quit IRC | 21:44 | |
*** leseb_ has quit IRC | 21:44 | |
*** mdenny has quit IRC | 21:44 | |
*** tristanC has quit IRC | 21:44 | |
*** annashen has quit IRC | 21:44 | |
*** emagana has quit IRC | 21:44 | |
*** hemna has quit IRC | 21:44 | |
*** dustins has quit IRC | 21:44 | |
*** lan_ has quit IRC | 21:44 | |
*** julim has quit IRC | 21:44 | |
*** bnemec has quit IRC | 21:45 | |
*** med_ has quit IRC | 21:45 | |
*** gpocentek has quit IRC | 21:45 | |
*** flip214 has quit IRC | 21:45 | |
*** ekarlso- has quit IRC | 21:45 | |
*** cburgess has quit IRC | 21:45 | |
*** winston-d_zZZ has quit IRC | 21:45 | |
*** Anticimex has quit IRC | 21:45 | |
*** mudassirlatif has quit IRC | 21:45 | |
*** ebalduf has quit IRC | 21:45 | |
*** tellesnobrega has quit IRC | 21:45 | |
*** tsekiyama has quit IRC | 21:45 | |
*** gtt116 has quit IRC | 21:45 | |
*** rushil has quit IRC | 21:45 | |
*** jseiler_ has quit IRC | 21:45 | |
*** hypnosb has quit IRC | 21:45 | |
*** david-lyle has quit IRC | 21:45 | |
*** fandi has quit IRC | 21:45 | |
*** elazro has quit IRC | 21:45 | |
*** thingee has quit IRC | 21:45 | |
*** TobiasE has quit IRC | 21:45 | |
*** ndipanov_ has quit IRC | 21:45 | |
*** zhipeng has quit IRC | 21:45 | |
*** jungleboyj has quit IRC | 21:45 | |
*** harlowja has quit IRC | 21:45 | |
*** tr4sh_heap has quit IRC | 21:45 | |
*** sandywalsh has quit IRC | 21:45 | |
*** Tross has quit IRC | 21:45 | |
*** hflai has quit IRC | 21:45 | |
*** rodrigods has quit IRC | 21:45 | |
*** lifeless has quit IRC | 21:45 | |
*** annegentle_ has quit IRC | 21:45 | |
*** kmartin has quit IRC | 21:45 | |
*** e0ne has quit IRC | 21:45 | |
*** SergeyLukjanov has quit IRC | 21:45 | |
*** DuncanT has quit IRC | 21:45 | |
*** wpf has quit IRC | 21:45 | |
*** paul-- has quit IRC | 21:45 | |
*** HenryG has quit IRC | 21:45 | |
*** mwichmann has quit IRC | 21:45 | |
*** dannywilson has quit IRC | 21:45 | |
*** Yogi1 has quit IRC | 21:45 | |
*** fischerw has quit IRC | 21:45 | |
*** jwang__ has quit IRC | 21:45 | |
*** sseverson has quit IRC | 21:45 | |
*** gugl2 has quit IRC | 21:45 | |
*** kragniz has quit IRC | 21:45 | |
*** gary-smith has quit IRC | 21:45 | |
*** mtreinish has quit IRC | 21:45 | |
*** olc has quit IRC | 21:45 | |
*** eikke has quit IRC | 21:45 | |
*** markstur_ has quit IRC | 21:45 | |
*** jdurgin1 has quit IRC | 21:45 | |
*** rmesta has quit IRC | 21:45 | |
*** afazekas has quit IRC | 21:45 | |
*** mriedem has quit IRC | 21:45 | |
*** IanGovett has quit IRC | 21:45 | |
*** briancline has quit IRC | 21:45 | |
*** jaypipes has quit IRC | 21:45 | |
*** guitarzan has quit IRC | 21:45 | |
*** tbarron has quit IRC | 21:46 | |
*** alonmarx has quit IRC | 21:46 | |
*** git-harry has quit IRC | 21:46 | |
*** krtaylor has quit IRC | 21:46 | |
*** jbernard has quit IRC | 21:46 | |
*** mgagne has quit IRC | 21:46 | |
*** russellb has quit IRC | 21:46 | |
*** dhellmann has quit IRC | 21:46 | |
*** pcaruana has quit IRC | 21:46 | |
*** tries has quit IRC | 21:46 | |
*** asselin has quit IRC | 21:46 | |
*** markstur has quit IRC | 21:46 | |
*** dansmith has quit IRC | 21:46 | |
*** jdandrea has quit IRC | 21:46 | |
*** anteaya has quit IRC | 21:46 | |
*** larsks has quit IRC | 21:46 | |
*** beecee has quit IRC | 21:46 | |
*** dobson` has quit IRC | 21:46 | |
*** anish has quit IRC | 21:46 | |
*** Svedrin has quit IRC | 21:46 | |
*** jeblair has quit IRC | 21:46 | |
*** strictlyb has quit IRC | 21:46 | |
*** adam_g has quit IRC | 21:46 | |
*** rushiagr_away has quit IRC | 21:46 | |
*** morganfainberg has quit IRC | 21:46 | |
*** baffle has quit IRC | 21:46 | |
*** jecarey has quit IRC | 21:46 | |
*** rhagarty has quit IRC | 21:46 | |
*** fifieldt__ has quit IRC | 21:46 | |
*** sbadia has quit IRC | 21:46 | |
*** mkoderer has quit IRC | 21:46 | |
*** scottda has quit IRC | 21:46 | |
*** jgriffith has quit IRC | 21:46 | |
*** ondergetekende has quit IRC | 21:46 | |
*** smcginnis has quit IRC | 21:46 | |
*** s0nea has quit IRC | 21:46 | |
*** openstack has joined #openstack-cinder | 21:48 | |
*** vukcrni has joined #openstack-cinder | 21:51 | |
*** david-lyle has joined #openstack-cinder | 21:51 | |
*** tristanC has joined #openstack-cinder | 21:51 | |
*** mdenny has joined #openstack-cinder | 21:51 | |
*** leseb_ has joined #openstack-cinder | 21:51 | |
*** marcusvrn1 has joined #openstack-cinder | 21:51 | |
*** rwsu has joined #openstack-cinder | 21:51 | |
*** bkopilov has joined #openstack-cinder | 21:51 | |
*** eharney has joined #openstack-cinder | 21:51 | |
*** bswartz has joined #openstack-cinder | 21:51 | |
*** Anticimex has joined #openstack-cinder | 21:51 | |
*** winston-d_zZZ has joined #openstack-cinder | 21:51 | |
*** cburgess has joined #openstack-cinder | 21:51 | |
*** ekarlso- has joined #openstack-cinder | 21:51 | |
*** flip214 has joined #openstack-cinder | 21:51 | |
*** gpocentek has joined #openstack-cinder | 21:51 | |
*** med_ has joined #openstack-cinder | 21:51 | |
*** bnemec has joined #openstack-cinder | 21:51 | |
*** julim has joined #openstack-cinder | 21:51 | |
*** lan_ has joined #openstack-cinder | 21:51 | |
*** dustins has joined #openstack-cinder | 21:51 | |
*** hemna has joined #openstack-cinder | 21:51 | |
*** emagana has joined #openstack-cinder | 21:51 | |
*** annashen has joined #openstack-cinder | 21:51 | |
*** HenryG has joined #openstack-cinder | 21:51 | |
*** hypnosb has joined #openstack-cinder | 21:51 | |
*** jseiler_ has joined #openstack-cinder | 21:51 | |
*** rushil has joined #openstack-cinder | 21:51 | |
*** gtt116 has joined #openstack-cinder | 21:51 | |
*** tsekiyama has joined #openstack-cinder | 21:51 | |
*** tellesnobrega has joined #openstack-cinder | 21:51 | |
*** ebalduf has joined #openstack-cinder | 21:51 | |
*** mudassirlatif has joined #openstack-cinder | 21:51 | |
*** fandi has joined #openstack-cinder | 21:51 | |
*** briancline has joined #openstack-cinder | 21:51 | |
*** afazekas has joined #openstack-cinder | 21:51 | |
*** IanGovett has joined #openstack-cinder | 21:51 | |
*** mriedem has joined #openstack-cinder | 21:51 | |
*** rmesta has joined #openstack-cinder | 21:51 | |
*** jdurgin1 has joined #openstack-cinder | 21:51 | |
*** markstur_ has joined #openstack-cinder | 21:51 | |
*** kmartin has joined #openstack-cinder | 21:51 | |
*** e0ne has joined #openstack-cinder | 21:51 | |
*** mwichmann has joined #openstack-cinder | 21:51 | |
*** elazro has joined #openstack-cinder | 21:51 | |
*** dannywilson has joined #openstack-cinder | 21:51 | |
*** thingee has joined #openstack-cinder | 21:51 | |
*** Yogi1 has joined #openstack-cinder | 21:51 | |
*** TobiasE has joined #openstack-cinder | 21:51 | |
*** ndipanov_ has joined #openstack-cinder | 21:51 | |
*** fischerw has joined #openstack-cinder | 21:51 | |
*** SergeyLukjanov has joined #openstack-cinder | 21:51 | |
*** zhipeng has joined #openstack-cinder | 21:51 | |
*** jungleboyj has joined #openstack-cinder | 21:51 | |
*** DuncanT has joined #openstack-cinder | 21:51 | |
*** harlowja has joined #openstack-cinder | 21:51 | |
*** tr4sh_heap has joined #openstack-cinder | 21:51 | |
*** jwang__ has joined #openstack-cinder | 21:51 | |
*** sandywalsh has joined #openstack-cinder | 21:51 | |
*** paul-- has joined #openstack-cinder | 21:51 | |
*** wpf has joined #openstack-cinder | 21:51 | |
*** Tross has joined #openstack-cinder | 21:51 | |
*** sseverson has joined #openstack-cinder | 21:51 | |
*** gugl2 has joined #openstack-cinder | 21:51 | |
*** kragniz has joined #openstack-cinder | 21:51 | |
*** gary-smith has joined #openstack-cinder | 21:51 | |
*** hflai has joined #openstack-cinder | 21:51 | |
*** mtreinish has joined #openstack-cinder | 21:51 | |
*** rodrigods has joined #openstack-cinder | 21:51 | |
*** lifeless has joined #openstack-cinder | 21:51 | |
*** annegentle_ has joined #openstack-cinder | 21:51 | |
*** eikke has joined #openstack-cinder | 21:51 | |
*** olc has joined #openstack-cinder | 21:51 | |
*** _cjones_ has joined #openstack-cinder | 21:51 | |
*** nikesh_vedams has joined #openstack-cinder | 21:51 | |
*** jecarey has joined #openstack-cinder | 21:51 | |
*** jaypipes has joined #openstack-cinder | 21:51 | |
*** leeantho has joined #openstack-cinder | 21:51 | |
*** guitarzan has joined #openstack-cinder | 21:51 | |
*** tbarron has joined #openstack-cinder | 21:51 | |
*** alonmarx has joined #openstack-cinder | 21:51 | |
*** kbyrne has joined #openstack-cinder | 21:51 | |
*** git-harry has joined #openstack-cinder | 21:51 | |
*** krtaylor has joined #openstack-cinder | 21:51 | |
*** russellb has joined #openstack-cinder | 21:51 | |
*** jbernard has joined #openstack-cinder | 21:51 | |
*** mgagne has joined #openstack-cinder | 21:51 | |
*** sweston has joined #openstack-cinder | 21:51 | |
*** aarefiev has joined #openstack-cinder | 21:51 | |
*** btran has joined #openstack-cinder | 21:51 | |
*** coolsvap|afk has joined #openstack-cinder | 21:51 | |
*** dhellmann has joined #openstack-cinder | 21:51 | |
*** rhagarty has joined #openstack-cinder | 21:51 | |
*** fifieldt__ has joined #openstack-cinder | 21:51 | |
*** pcaruana has joined #openstack-cinder | 21:51 | |
*** aviramb has joined #openstack-cinder | 21:51 | |
*** skraynev has joined #openstack-cinder | 21:51 | |
*** tries has joined #openstack-cinder | 21:51 | |
*** kvidvans has joined #openstack-cinder | 21:51 | |
*** junhongl has joined #openstack-cinder | 21:51 | |
*** jgravel has joined #openstack-cinder | 21:51 | |
*** asselin has joined #openstack-cinder | 21:51 | |
*** markstur has joined #openstack-cinder | 21:51 | |
*** sbadia has joined #openstack-cinder | 21:51 | |
*** mkoderer has joined #openstack-cinder | 21:51 | |
*** sfineberg has joined #openstack-cinder | 21:51 | |
*** nuritv has joined #openstack-cinder | 21:51 | |
*** dansmith has joined #openstack-cinder | 21:51 | |
*** greghaynes has joined #openstack-cinder | 21:51 | |
*** scottda has joined #openstack-cinder | 21:51 | |
*** SamYaple has joined #openstack-cinder | 21:51 | |
*** jdandrea has joined #openstack-cinder | 21:51 | |
*** jgriffith has joined #openstack-cinder | 21:51 | |
*** anteaya has joined #openstack-cinder | 21:51 | |
*** larsks has joined #openstack-cinder | 21:51 | |
*** beecee has joined #openstack-cinder | 21:51 | |
*** dobson` has joined #openstack-cinder | 21:51 | |
*** j_king has joined #openstack-cinder | 21:51 | |
*** ChanServ has joined #openstack-cinder | 21:51 | |
*** ondergetekende has joined #openstack-cinder | 21:51 | |
*** toabctl has joined #openstack-cinder | 21:51 | |
*** smcginnis has joined #openstack-cinder | 21:51 | |
*** s0nea has joined #openstack-cinder | 21:51 | |
*** anish has joined #openstack-cinder | 21:51 | |
*** Svedrin has joined #openstack-cinder | 21:51 | |
*** jeblair has joined #openstack-cinder | 21:51 | |
*** strictlyb has joined #openstack-cinder | 21:51 | |
*** adam_g has joined #openstack-cinder | 21:51 | |
*** rushiagr_away has joined #openstack-cinder | 21:51 | |
*** morganfainberg has joined #openstack-cinder | 21:51 | |
*** baffle has joined #openstack-cinder | 21:51 | |
*** zz_naotok has joined #openstack-cinder | 21:51 | |
*** sendak.freenode.net sets mode: +o ChanServ | 21:51 | |
*** david-lyle has quit IRC | 21:51 | |
*** david-lyle has joined #openstack-cinder | 21:51 | |
*** ameade has quit IRC | 21:51 | |
*** ameade has joined #openstack-cinder | 21:51 | |
*** zhiyan has quit IRC | 21:52 | |
*** zhiyan has joined #openstack-cinder | 21:52 | |
*** jaypipes has quit IRC | 21:53 | |
*** guitarzan has quit IRC | 21:53 | |
*** tbarron has quit IRC | 21:53 | |
*** alonmarx has quit IRC | 21:53 | |
*** git-harry has quit IRC | 21:53 | |
*** krtaylor has quit IRC | 21:53 | |
*** jbernard has quit IRC | 21:53 | |
*** mgagne has quit IRC | 21:53 | |
*** russellb has quit IRC | 21:53 | |
*** dhellmann has quit IRC | 21:53 | |
*** pcaruana has quit IRC | 21:53 | |
*** tries has quit IRC | 21:53 | |
*** asselin has quit IRC | 21:53 | |
*** markstur has quit IRC | 21:53 | |
*** dansmith has quit IRC | 21:53 | |
*** jdandrea has quit IRC | 21:53 | |
*** anteaya has quit IRC | 21:53 | |
*** larsks has quit IRC | 21:53 | |
*** markstur_ has quit IRC | 21:53 | |
*** jaypipes has joined #openstack-cinder | 21:53 | |
*** guitarzan has joined #openstack-cinder | 21:53 | |
*** tbarron has joined #openstack-cinder | 21:53 | |
*** alonmarx has joined #openstack-cinder | 21:53 | |
*** git-harry has joined #openstack-cinder | 21:53 | |
*** krtaylor has joined #openstack-cinder | 21:53 | |
*** russellb has joined #openstack-cinder | 21:53 | |
*** jbernard has joined #openstack-cinder | 21:53 | |
*** mgagne has joined #openstack-cinder | 21:53 | |
*** dhellmann has joined #openstack-cinder | 21:53 | |
*** pcaruana has joined #openstack-cinder | 21:53 | |
*** tries has joined #openstack-cinder | 21:53 | |
*** asselin has joined #openstack-cinder | 21:53 | |
*** dansmith has joined #openstack-cinder | 21:53 | |
*** jdandrea has joined #openstack-cinder | 21:53 | |
*** anteaya has joined #openstack-cinder | 21:53 | |
*** larsks has joined #openstack-cinder | 21:53 | |
*** beecee has quit IRC | 21:54 | |
*** dobson` has quit IRC | 21:54 | |
*** anish has quit IRC | 21:54 | |
*** Svedrin has quit IRC | 21:54 | |
*** jeblair has quit IRC | 21:54 | |
*** strictlyb has quit IRC | 21:54 | |
*** adam_g has quit IRC | 21:54 | |
*** rushiagr_away has quit IRC | 21:54 | |
*** morganfainberg has quit IRC | 21:54 | |
*** baffle has quit IRC | 21:54 | |
*** patrickeast_ has joined #openstack-cinder | 21:54 | |
*** beecee has joined #openstack-cinder | 21:54 | |
*** dobson` has joined #openstack-cinder | 21:54 | |
*** anish has joined #openstack-cinder | 21:54 | |
*** Svedrin has joined #openstack-cinder | 21:54 | |
*** jeblair has joined #openstack-cinder | 21:54 | |
*** strictlyb has joined #openstack-cinder | 21:54 | |
*** adam_g has joined #openstack-cinder | 21:54 | |
*** rushiagr_away has joined #openstack-cinder | 21:54 | |
*** morganfainberg has joined #openstack-cinder | 21:54 | |
*** baffle has joined #openstack-cinder | 21:54 | |
*** jecarey has quit IRC | 21:54 | |
*** rhagarty has quit IRC | 21:54 | |
*** fifieldt__ has quit IRC | 21:54 | |
*** sbadia has quit IRC | 21:55 | |
*** mkoderer has quit IRC | 21:55 | |
*** scottda has quit IRC | 21:55 | |
*** jgriffith has quit IRC | 21:55 | |
*** ondergetekende has quit IRC | 21:55 | |
*** smcginnis has quit IRC | 21:55 | |
*** s0nea has quit IRC | 21:55 | |
*** zz_naotok has quit IRC | 21:55 | |
*** patrickeast has joined #openstack-cinder | 21:55 | |
*** xyang has joined #openstack-cinder | 21:55 | |
*** changbl has joined #openstack-cinder | 21:55 | |
*** crose has joined #openstack-cinder | 21:55 | |
*** kaufer has joined #openstack-cinder | 21:55 | |
*** openstackgerrit has joined #openstack-cinder | 21:55 | |
*** pradipta_away has joined #openstack-cinder | 21:55 | |
*** peluse has joined #openstack-cinder | 21:55 | |
*** frakt has joined #openstack-cinder | 21:55 | |
*** dosaboy has joined #openstack-cinder | 21:55 | |
*** wolsen has joined #openstack-cinder | 21:55 | |
*** cppforlife has joined #openstack-cinder | 21:55 | |
*** Swanson has joined #openstack-cinder | 21:55 | |
*** crose has quit IRC | 21:55 | |
*** cppforlife has quit IRC | 21:55 | |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: Failover to alternative iSCSI portals on login failure https://review.openstack.org/140877 | 21:55 |
openstackgerrit | Tomoki Sekiyama proposed openstack/cinder: Enhance iSCSI multipath support https://review.openstack.org/134681 | 21:55 |
*** patrickeast has quit IRC | 21:55 | |
*** patrickeast_ is now known as patrickeast | 21:55 | |
*** nikesh_vedams has quit IRC | 21:57 | |
*** btran has quit IRC | 21:57 | |
*** aviramb has quit IRC | 21:57 | |
*** kvidvans has quit IRC | 21:57 | |
*** nuritv has quit IRC | 21:57 | |
*** nikesh_vedams has joined #openstack-cinder | 21:57 | |
*** btran has joined #openstack-cinder | 21:57 | |
*** aviramb has joined #openstack-cinder | 21:57 | |
*** kvidvans has joined #openstack-cinder | 21:57 | |
*** nuritv has joined #openstack-cinder | 21:57 | |
*** saltsa has quit IRC | 21:59 | |
*** bswartz has quit IRC | 21:59 | |
*** cppforlife has joined #openstack-cinder | 21:59 | |
*** jecarey has joined #openstack-cinder | 21:59 | |
*** rhagarty has joined #openstack-cinder | 21:59 | |
*** fifieldt__ has joined #openstack-cinder | 21:59 | |
*** sbadia has joined #openstack-cinder | 21:59 | |
*** mkoderer has joined #openstack-cinder | 21:59 | |
*** scottda has joined #openstack-cinder | 21:59 | |
*** jgriffith has joined #openstack-cinder | 21:59 | |
*** ondergetekende has joined #openstack-cinder | 21:59 | |
*** smcginnis has joined #openstack-cinder | 21:59 | |
*** s0nea has joined #openstack-cinder | 21:59 | |
*** zz_naotok has joined #openstack-cinder | 21:59 | |
*** cppforlife has quit IRC | 22:00 | |
*** cppforlife has joined #openstack-cinder | 22:00 | |
*** xyang has quit IRC | 22:01 | |
*** ChanServ has quit IRC | 22:02 | |
*** david-lyle has quit IRC | 22:02 | |
*** _cjones_ has quit IRC | 22:02 | |
*** leeantho has quit IRC | 22:02 | |
*** kbyrne has quit IRC | 22:02 | |
*** sweston has quit IRC | 22:02 | |
*** aarefiev has quit IRC | 22:02 | |
*** coolsvap|afk has quit IRC | 22:02 | |
*** skraynev has quit IRC | 22:02 | |
*** junhongl has quit IRC | 22:02 | |
*** jgravel has quit IRC | 22:02 | |
*** sfineberg has quit IRC | 22:02 | |
*** greghaynes has quit IRC | 22:02 | |
*** SamYaple has quit IRC | 22:02 | |
*** j_king has quit IRC | 22:02 | |
*** toabctl has quit IRC | 22:02 | |
*** cppforlife has quit IRC | 22:02 | |
*** jecarey has quit IRC | 22:02 | |
*** rhagarty has quit IRC | 22:02 | |
*** fifieldt__ has quit IRC | 22:02 | |
*** sbadia has quit IRC | 22:02 | |
*** mkoderer has quit IRC | 22:02 | |
*** scottda has quit IRC | 22:02 | |
*** jgriffith has quit IRC | 22:02 | |
*** ondergetekende has quit IRC | 22:02 | |
*** smcginnis has quit IRC | 22:02 | |
*** s0nea has quit IRC | 22:02 | |
*** zz_naotok has quit IRC | 22:02 | |
*** nikesh_vedams has quit IRC | 22:02 | |
*** btran has quit IRC | 22:02 | |
*** aviramb has quit IRC | 22:02 | |
*** kvidvans has quit IRC | 22:02 | |
*** nuritv has quit IRC | 22:02 | |
*** beecee has quit IRC | 22:02 | |
*** dobson` has quit IRC | 22:02 | |
*** anish has quit IRC | 22:02 | |
*** Svedrin has quit IRC | 22:03 | |
*** jeblair has quit IRC | 22:03 | |
*** strictlyb has quit IRC | 22:03 | |
*** adam_g has quit IRC | 22:03 | |
*** rushiagr_away has quit IRC | 22:03 | |
*** morganfainberg has quit IRC | 22:03 | |
*** baffle has quit IRC | 22:03 | |
*** jaypipes has quit IRC | 22:03 | |
*** guitarzan has quit IRC | 22:03 | |
*** tbarron has quit IRC | 22:03 | |
*** alonmarx has quit IRC | 22:03 | |
*** git-harry has quit IRC | 22:03 | |
*** krtaylor has quit IRC | 22:03 | |
*** jbernard has quit IRC | 22:03 | |
*** mgagne has quit IRC | 22:03 | |
*** russellb has quit IRC | 22:03 | |
*** dhellmann has quit IRC | 22:03 | |
*** pcaruana has quit IRC | 22:03 | |
*** tries has quit IRC | 22:03 | |
*** asselin has quit IRC | 22:03 | |
*** dansmith has quit IRC | 22:03 | |
*** jdandrea has quit IRC | 22:03 | |
*** anteaya has quit IRC | 22:03 | |
*** larsks has quit IRC | 22:03 | |
*** changbl has quit IRC | 22:03 | |
*** kaufer has quit IRC | 22:03 | |
*** openstackgerrit has quit IRC | 22:03 | |
*** pradipta_away has quit IRC | 22:03 | |
*** peluse has quit IRC | 22:03 | |
*** frakt has quit IRC | 22:03 | |
*** dosaboy has quit IRC | 22:03 | |
*** wolsen has quit IRC | 22:03 | |
*** Swanson has quit IRC | 22:03 | |
*** patrickeast has quit IRC | 22:03 | |
*** vukcrni has quit IRC | 22:03 | |
*** eharney has quit IRC | 22:03 | |
*** bkopilov has quit IRC | 22:03 | |
*** rwsu has quit IRC | 22:03 | |
*** marcusvrn1 has quit IRC | 22:03 | |
*** leseb_ has quit IRC | 22:03 | |
*** mdenny has quit IRC | 22:03 | |
*** tristanC has quit IRC | 22:03 | |
*** annashen has quit IRC | 22:04 | |
*** emagana has quit IRC | 22:04 | |
*** hemna has quit IRC | 22:04 | |
*** dustins has quit IRC | 22:04 | |
*** lan_ has quit IRC | 22:04 | |
*** julim has quit IRC | 22:04 | |
*** bnemec has quit IRC | 22:04 | |
*** med_ has quit IRC | 22:04 | |
*** gpocentek has quit IRC | 22:04 | |
*** flip214 has quit IRC | 22:04 | |
*** ekarlso- has quit IRC | 22:04 | |
*** cburgess has quit IRC | 22:04 | |
*** winston-d_zZZ has quit IRC | 22:04 | |
*** Anticimex has quit IRC | 22:04 | |
*** mudassirlatif has quit IRC | 22:04 | |
*** ebalduf has quit IRC | 22:04 | |
*** tellesnobrega has quit IRC | 22:04 | |
*** tsekiyama has quit IRC | 22:04 | |
*** gtt116 has quit IRC | 22:04 | |
*** rushil has quit IRC | 22:04 | |
*** jseiler_ has quit IRC | 22:04 | |
*** hypnosb has quit IRC | 22:04 | |
*** fandi has quit IRC | 22:04 | |
*** elazro has quit IRC | 22:04 | |
*** thingee has quit IRC | 22:04 | |
*** TobiasE has quit IRC | 22:04 | |
*** ndipanov_ has quit IRC | 22:04 | |
*** zhipeng has quit IRC | 22:04 | |
*** jungleboyj has quit IRC | 22:04 | |
*** harlowja has quit IRC | 22:04 | |
*** tr4sh_heap has quit IRC | 22:04 | |
*** sandywalsh has quit IRC | 22:04 | |
*** Tross has quit IRC | 22:04 | |
*** hflai has quit IRC | 22:04 | |
*** rodrigods has quit IRC | 22:04 | |
*** lifeless has quit IRC | 22:04 | |
*** annegentle_ has quit IRC | 22:04 | |
*** kmartin has quit IRC | 22:04 | |
*** e0ne has quit IRC | 22:04 | |
*** SergeyLukjanov has quit IRC | 22:04 | |
*** DuncanT has quit IRC | 22:04 | |
*** wpf has quit IRC | 22:04 | |
*** paul-- has quit IRC | 22:05 | |
*** HenryG has quit IRC | 22:05 | |
*** mwichmann has quit IRC | 22:05 | |
*** dannywilson has quit IRC | 22:05 | |
*** Yogi1 has quit IRC | 22:05 | |
*** fischerw has quit IRC | 22:05 | |
*** jwang__ has quit IRC | 22:05 | |
*** sseverson has quit IRC | 22:05 | |
*** gugl2 has quit IRC | 22:05 | |
*** kragniz has quit IRC | 22:05 | |
*** gary-smith has quit IRC | 22:05 | |
*** mtreinish has quit IRC | 22:05 | |
*** olc has quit IRC | 22:05 | |
*** eikke has quit IRC | 22:05 | |
*** jdurgin1 has quit IRC | 22:05 | |
*** rmesta has quit IRC | 22:05 | |
*** afazekas has quit IRC | 22:05 | |
*** mriedem has quit IRC | 22:05 | |
*** IanGovett has quit IRC | 22:05 | |
*** briancline has quit IRC | 22:05 | |
*** Longgeek has quit IRC | 22:05 | |
*** Masahiro has joined #openstack-cinder | 22:06 | |
*** xyang has joined #openstack-cinder | 22:06 | |
*** saltsa has joined #openstack-cinder | 22:06 | |
*** zz_naotok has joined #openstack-cinder | 22:06 | |
*** s0nea has joined #openstack-cinder | 22:06 | |
*** smcginnis has joined #openstack-cinder | 22:06 | |
*** ondergetekende has joined #openstack-cinder | 22:06 | |
*** jgriffith has joined #openstack-cinder | 22:06 | |
*** scottda has joined #openstack-cinder | 22:06 | |
*** mkoderer has joined #openstack-cinder | 22:06 | |
*** sbadia has joined #openstack-cinder | 22:07 | |
*** fifieldt__ has joined #openstack-cinder | 22:07 | |
*** rhagarty has joined #openstack-cinder | 22:07 | |
*** jecarey has joined #openstack-cinder | 22:07 | |
*** cppforlife has joined #openstack-cinder | 22:07 | |
*** nuritv has joined #openstack-cinder | 22:07 | |
*** kvidvans has joined #openstack-cinder | 22:07 | |
*** aviramb has joined #openstack-cinder | 22:07 | |
*** btran has joined #openstack-cinder | 22:07 | |
*** nikesh_vedams has joined #openstack-cinder | 22:07 | |
*** Swanson has joined #openstack-cinder | 22:07 | |
*** wolsen has joined #openstack-cinder | 22:07 | |
*** dosaboy has joined #openstack-cinder | 22:07 | |
*** frakt has joined #openstack-cinder | 22:07 | |
*** peluse has joined #openstack-cinder | 22:07 | |
*** pradipta_away has joined #openstack-cinder | 22:07 | |
*** openstackgerrit has joined #openstack-cinder | 22:07 | |
*** kaufer has joined #openstack-cinder | 22:07 | |
*** changbl has joined #openstack-cinder | 22:07 | |
*** baffle has joined #openstack-cinder | 22:07 | |
*** morganfainberg has joined #openstack-cinder | 22:07 | |
*** rushiagr_away has joined #openstack-cinder | 22:07 | |
*** adam_g has joined #openstack-cinder | 22:07 | |
*** strictlyb has joined #openstack-cinder | 22:07 | |
*** jeblair has joined #openstack-cinder | 22:07 | |
*** Svedrin has joined #openstack-cinder | 22:07 | |
*** anish has joined #openstack-cinder | 22:07 | |
*** dobson` has joined #openstack-cinder | 22:07 | |
*** beecee has joined #openstack-cinder | 22:07 | |
*** patrickeast has joined #openstack-cinder | 22:07 | |
*** larsks has joined #openstack-cinder | 22:07 | |
*** anteaya has joined #openstack-cinder | 22:07 | |
*** jdandrea has joined #openstack-cinder | 22:07 | |
*** dansmith has joined #openstack-cinder | 22:07 | |
*** asselin has joined #openstack-cinder | 22:07 | |
*** tries has joined #openstack-cinder | 22:07 | |
*** pcaruana has joined #openstack-cinder | 22:07 | |
*** dhellmann has joined #openstack-cinder | 22:07 | |
*** mgagne has joined #openstack-cinder | 22:07 | |
*** jbernard has joined #openstack-cinder | 22:07 | |
*** russellb has joined #openstack-cinder | 22:07 | |
*** krtaylor has joined #openstack-cinder | 22:07 | |
*** git-harry has joined #openstack-cinder | 22:07 | |
*** alonmarx has joined #openstack-cinder | 22:07 | |
*** tbarron has joined #openstack-cinder | 22:07 | |
*** guitarzan has joined #openstack-cinder | 22:07 | |
*** jaypipes has joined #openstack-cinder | 22:07 | |
*** vukcrni has joined #openstack-cinder | 22:07 | |
*** david-lyle has joined #openstack-cinder | 22:07 | |
*** tristanC has joined #openstack-cinder | 22:07 | |
*** mdenny has joined #openstack-cinder | 22:07 | |
*** leseb_ has joined #openstack-cinder | 22:07 | |
*** marcusvrn1 has joined #openstack-cinder | 22:07 | |
*** rwsu has joined #openstack-cinder | 22:07 | |
*** bkopilov has joined #openstack-cinder | 22:07 | |
*** eharney has joined #openstack-cinder | 22:07 | |
*** Anticimex has joined #openstack-cinder | 22:07 | |
*** winston-d_zZZ has joined #openstack-cinder | 22:07 | |
*** cburgess has joined #openstack-cinder | 22:07 | |
*** ekarlso- has joined #openstack-cinder | 22:07 | |
*** flip214 has joined #openstack-cinder | 22:07 | |
*** gpocentek has joined #openstack-cinder | 22:07 | |
*** med_ has joined #openstack-cinder | 22:07 | |
*** bnemec has joined #openstack-cinder | 22:07 | |
*** julim has joined #openstack-cinder | 22:07 | |
*** lan_ has joined #openstack-cinder | 22:07 | |
*** dustins has joined #openstack-cinder | 22:07 | |
*** hemna has joined #openstack-cinder | 22:07 | |
*** emagana has joined #openstack-cinder | 22:07 | |
*** annashen has joined #openstack-cinder | 22:07 | |
*** HenryG has joined #openstack-cinder | 22:07 | |
*** hypnosb has joined #openstack-cinder | 22:07 | |
*** jseiler_ has joined #openstack-cinder | 22:07 | |
*** rushil has joined #openstack-cinder | 22:07 | |
*** gtt116 has joined #openstack-cinder | 22:07 | |
*** tsekiyama has joined #openstack-cinder | 22:07 | |
*** tellesnobrega has joined #openstack-cinder | 22:07 | |
*** ebalduf has joined #openstack-cinder | 22:07 | |
*** mudassirlatif has joined #openstack-cinder | 22:07 | |
*** fandi has joined #openstack-cinder | 22:07 | |
*** briancline has joined #openstack-cinder | 22:07 | |
*** afazekas has joined #openstack-cinder | 22:07 | |
*** IanGovett has joined #openstack-cinder | 22:07 | |
*** mriedem has joined #openstack-cinder | 22:07 | |
*** rmesta has joined #openstack-cinder | 22:07 | |
*** jdurgin1 has joined #openstack-cinder | 22:07 | |
*** kmartin has joined #openstack-cinder | 22:07 | |
*** e0ne has joined #openstack-cinder | 22:07 | |
*** mwichmann has joined #openstack-cinder | 22:07 | |
*** elazro has joined #openstack-cinder | 22:07 | |
*** dannywilson has joined #openstack-cinder | 22:07 | |
*** thingee has joined #openstack-cinder | 22:07 | |
*** Yogi1 has joined #openstack-cinder | 22:07 | |
*** TobiasE has joined #openstack-cinder | 22:07 | |
*** ndipanov_ has joined #openstack-cinder | 22:07 | |
*** fischerw has joined #openstack-cinder | 22:07 | |
*** SergeyLukjanov has joined #openstack-cinder | 22:07 | |
*** zhipeng has joined #openstack-cinder | 22:07 | |
*** jungleboyj has joined #openstack-cinder | 22:07 | |
*** DuncanT has joined #openstack-cinder | 22:07 | |
*** harlowja has joined #openstack-cinder | 22:07 | |
*** tr4sh_heap has joined #openstack-cinder | 22:07 | |
*** jwang__ has joined #openstack-cinder | 22:07 | |
*** sandywalsh has joined #openstack-cinder | 22:07 | |
*** paul-- has joined #openstack-cinder | 22:07 | |
*** wpf has joined #openstack-cinder | 22:07 | |
*** Tross has joined #openstack-cinder | 22:07 | |
*** sseverson has joined #openstack-cinder | 22:07 | |
*** gugl2 has joined #openstack-cinder | 22:07 | |
*** kragniz has joined #openstack-cinder | 22:07 | |
*** gary-smith has joined #openstack-cinder | 22:07 | |
*** hflai has joined #openstack-cinder | 22:07 | |
*** mtreinish has joined #openstack-cinder | 22:07 | |
*** rodrigods has joined #openstack-cinder | 22:07 | |
*** lifeless has joined #openstack-cinder | 22:07 | |
*** annegentle_ has joined #openstack-cinder | 22:07 | |
*** eikke has joined #openstack-cinder | 22:07 | |
*** olc has joined #openstack-cinder | 22:07 | |
*** _cjones_ has joined #openstack-cinder | 22:07 | |
*** leeantho has joined #openstack-cinder | 22:07 | |
*** kbyrne has joined #openstack-cinder | 22:07 | |
*** sweston has joined #openstack-cinder | 22:07 | |
*** aarefiev has joined #openstack-cinder | 22:07 | |
*** coolsvap|afk has joined #openstack-cinder | 22:07 | |
*** skraynev has joined #openstack-cinder | 22:07 | |
*** junhongl has joined #openstack-cinder | 22:07 | |
*** jgravel has joined #openstack-cinder | 22:07 | |
*** sfineberg has joined #openstack-cinder | 22:07 | |
*** greghaynes has joined #openstack-cinder | 22:07 | |
*** SamYaple has joined #openstack-cinder | 22:07 | |
*** j_king has joined #openstack-cinder | 22:07 | |
*** ChanServ has joined #openstack-cinder | 22:07 | |
*** toabctl has joined #openstack-cinder | 22:07 | |
*** sendak.freenode.net sets mode: +o ChanServ | 22:07 | |
openstackgerrit | xing-yang proposed openstack/cinder: Support over subscription in thin provisioning https://review.openstack.org/142171 | 22:07 |
*** med_ has quit IRC | 22:07 | |
*** med_ has joined #openstack-cinder | 22:08 | |
*** med_ has quit IRC | 22:08 | |
*** med_ has joined #openstack-cinder | 22:08 | |
anish | jgriffith: as discussed yesterday, https://review.openstack.org/#/c/146992/1 | 22:09 |
*** lcurtis has joined #openstack-cinder | 22:09 | |
*** asselin_ has joined #openstack-cinder | 22:09 | |
openstackgerrit | Steven Kaufer proposed openstack/python-cinderclient: Adopt CLI Sorting Argument Guidelines https://review.openstack.org/145913 | 22:10 |
*** markstur has joined #openstack-cinder | 22:10 | |
*** Masahiro has quit IRC | 22:10 | |
*** asselin_ has quit IRC | 22:14 | |
jgriffith | anish: nice! | 22:19 |
jgriffith | anish: if you fix up the commit message I'll give it my vote | 22:19 |
jgriffith | anish: check out https://wiki.openstack.org/wiki/GitCommitMessages | 22:19 |
jgriffith | for some hints | 22:20 |
anish | on it | 22:20 |
anish | erm | 22:20 |
*** emagana has quit IRC | 22:20 | |
anish | I've never ammended just a dependent commit before | 22:20 |
jgriffith | anish: it's easy :) | 22:20 |
jgriffith | anish: just | 22:20 |
anish | will it generate a new patchset for the main change as well ? | 22:20 |
anish | no | 22:20 |
jgriffith | anish: "git review -d xxx" like you usually do | 22:20 |
jgriffith | anish: "git commit --amend -a" and fix up commit message | 22:21 |
anish | right, that I know | 22:21 |
jgriffith | then "git review" again | 22:21 |
anish | I meant more of will it update both changesets, or jsut one ? | 22:21 |
jgriffith | as far as syncing the dep... | 22:21 |
jgriffith | use the rebase button in gerrit if you need to | 22:21 |
*** ryanpetrello has joined #openstack-cinder | 22:21 | |
jgriffith | gerrit will tell you if something needs "done" | 22:21 |
anish | gotcha | 22:21 |
*** dustins has quit IRC | 22:22 | |
*** emagana has joined #openstack-cinder | 22:23 | |
*** david-lyle has quit IRC | 22:27 | |
*** markvoelker has joined #openstack-cinder | 22:28 | |
*** Yogi1 has quit IRC | 22:29 | |
thingee | xyang: thanks for the update on https://review.openstack.org/#/c/131024/6..7/specs/kilo/consistency-groups-kilo-update.rst | 22:29 |
*** david-lyle has joined #openstack-cinder | 22:30 | |
xyang | thingee: no problem. any other comments? | 22:30 |
thingee | xyang: However, I wasn't concerned about it being an int or uuid. I was more just asking why we need it? Can't you have a primary key on volume type uuid and cg uuid? | 22:30 |
openstackgerrit | Jay Bryant proposed openstack/cinder: Use lockutils.set_defaults to set lock_path in test https://review.openstack.org/146997 | 22:30 |
xyang | thingee: I think that will be a problem. I actually saw a bug on something like that | 22:30 |
jungleboyj | xyang: thingee jgriffith ^^ Would appreciate love on this so we can fix up check/gate. Thanks! | 22:30 |
*** leeantho has quit IRC | 22:31 | |
xyang | thingee: because volume type and cg can be deleted | 22:31 |
xyang | thingee: but they are still in the db | 22:31 |
xyang | thingee: I think the encryption tables initially used a foreign key as primary key, but it became a bug and was fixed to add another unique key | 22:31 |
e0ne | xyang: you're righ. i fixed bug #1316540 with soft-deletes and pk | 22:32 |
anish | jgriffith: done | 22:32 |
*** rushil has quit IRC | 22:32 | |
xyang | https://review.openstack.org/#/c/119026/ | 22:32 |
xyang | e0ne: yes, I was referring to your patch:) | 22:32 |
thingee | xyang: not sure I understand how two columns being a primary key make data stale. Can you explain that again? | 22:33 |
xyang | thingee: can you take a look of https://review.openstack.org/#/c/119026/? | 22:33 |
xyang | jungleboyj: 146997? | 22:34 |
jungleboyj | xyang: Yes? | 22:34 |
xyang | jungleboyj: you want us to take of look of 146997, right? | 22:35 |
jungleboyj | Right, though I am seeing it didn't merge. WTF. | 22:35 |
thingee | xyang: this seems entirely different. primary key on the volume type name as oppose to a uuid. I'm asking for a primary key on the consistency group uuid and volume type uuid. | 22:36 |
xyang | jungleboyj: I think that was the Cloudbyte CI, not Jenkins | 22:36 |
thingee | xyang: reading the bug and jgriffith's comment https://bugs.launchpad.net/cinder/+bug/1316540 | 22:36 |
*** hemna has quit IRC | 22:36 | |
jungleboyj | xyang: Oh, true enough. Phew, I knew I started with a fresh branch. | 22:37 |
*** fandi has quit IRC | 22:39 | |
*** jecarey has quit IRC | 22:41 | |
xyang | thingee: if you look at the code here: https://review.openstack.org/#/c/119026/27/cinder/db/sqlalchemy/models.py. the original code was using uuid of volume types, not name | 22:41 |
xyang | e0ne: can you confirm? | 22:41 |
e0ne | xyang: yes, the issu was about using uuid of volume types as pk | 22:43 |
*** jrw1 has joined #openstack-cinder | 22:44 | |
*** jrw1 has left #openstack-cinder | 22:45 | |
xyang | thingee: I'll have to leave now. I'll catch up with you later | 22:45 |
*** fandi has joined #openstack-cinder | 22:46 | |
xyang | jungleboyj: the change looks ok. I'll check tonight on Jenkins | 22:46 |
e0ne | we can't use any fk as pk with soft-deletes | 22:46 |
*** mriedem has quit IRC | 22:48 | |
jungleboyj | xyang: Thanks! | 22:48 |
*** xyang has quit IRC | 22:48 | |
*** zhipeng has quit IRC | 22:50 | |
openstackgerrit | Gary W. Smith proposed openstack/cinder: Add 3PAR extra specs schema into volume stats https://review.openstack.org/147005 | 22:51 |
*** scottda_ has joined #openstack-cinder | 22:51 | |
*** kaufer has quit IRC | 22:51 | |
*** fandi has quit IRC | 22:54 | |
*** ryanpetrello has quit IRC | 22:57 | |
*** scottda_ has quit IRC | 22:57 | |
*** dannywilson has quit IRC | 22:59 | |
*** dannywil_ has joined #openstack-cinder | 23:02 | |
*** tbarron has quit IRC | 23:03 | |
openstackgerrit | Abel Lopez proposed openstack/cinder: Purge deleted rows https://review.openstack.org/146766 | 23:03 |
*** mudassirlatif has quit IRC | 23:04 | |
*** e0ne is now known as e0ne_ | 23:05 | |
*** e0ne_ is now known as e0ne | 23:08 | |
*** mudassirlatif has joined #openstack-cinder | 23:08 | |
*** e0ne has quit IRC | 23:09 | |
*** erlon has quit IRC | 23:10 | |
*** mudassirlatif has quit IRC | 23:14 | |
*** emagana has quit IRC | 23:15 | |
openstackgerrit | Gary W. Smith proposed openstack/cinder: Add 3PAR extra specs schema into volume stats https://review.openstack.org/147005 | 23:15 |
openstackgerrit | Jay Bryant proposed openstack/cinder: Add hacking check for oslo namespace usage https://review.openstack.org/147014 | 23:16 |
anish | is cinder.tests.test_emc_vnxdirect.EMCVNXCLIDriverISCSITestCase.test_volume_migration_02 supposed to succeed with a clean checkout of cinder ? | 23:16 |
anish | coz it keeps repeatedly failing for me, not sure if I need relevant hardware or just a bug | 23:17 |
jgriffith | anish: of course it is | 23:17 |
jgriffith | anish: paste of failure? | 23:17 |
anish | jgriffith: http://ix.io/fKM | 23:18 |
anish | (some scrolling needed) | 23:18 |
openstackgerrit | Jay Bryant proposed openstack/cinder: Ensure lazy translation is disabled properly https://review.openstack.org/146763 | 23:23 |
*** fischerw has quit IRC | 23:25 | |
*** mudassirlatif has joined #openstack-cinder | 23:25 | |
*** mudassirlatif has quit IRC | 23:26 | |
*** david-lyle has quit IRC | 23:27 | |
*** ryanpetrello has joined #openstack-cinder | 23:27 | |
jgriffith | anish: well that's no good | 23:28 |
*** hemnafk is now known as hemna | 23:29 | |
*** fandi has joined #openstack-cinder | 23:30 | |
anish | jgriffith: nothing in my setup I hope ? I've been running nova tests just fine | 23:32 |
jgriffith | anish: I'm trying it now on my side | 23:32 |
jgriffith | anish: seems suspect | 23:32 |
anish | ko ! | 23:32 |
*** cppforlife has quit IRC | 23:33 | |
*** fandi has quit IRC | 23:36 | |
*** fandi has joined #openstack-cinder | 23:36 | |
jgriffith | anish: only failures I'm seeing on current master are the IBM Storwize ones | 23:37 |
jgriffith | anish: which are in progress | 23:38 |
anish | my tip is at Merge "Adds cinder iscsi driver for CloudByte storage" | 23:38 |
jgriffith | anish: oh... that's rather old :) | 23:38 |
anish | really ? git pull doesn't show anything here | 23:39 |
*** fandi has quit IRC | 23:39 | |
anish | jan 12 is the commit date for it | 23:39 |
*** rmesta has quit IRC | 23:39 | |
jgriffith | anish: nahh... that can't be | 23:39 |
jgriffith | anish: hmm... you're correct | 23:39 |
*** oomichi_ has joined #openstack-cinder | 23:40 | |
jgriffith | anish: did you blow away and reinstall your venv? | 23:40 |
*** ameade has quit IRC | 23:40 | |
*** zhiyan has quit IRC | 23:40 | |
anish | jgriffith: well I just freshly cloned this one, but I can | 23:40 |
*** mudassirlatif has joined #openstack-cinder | 23:40 | |
*** mudassirlatif has quit IRC | 23:40 | |
anish | trying that now | 23:41 |
anish | jgriffith: in the meantime, can you tell me the if there is run_tests.sh param for running tgt/lio specific tests ? | 23:42 |
*** mriedem has joined #openstack-cinder | 23:43 | |
jgriffith | anish: there really aren't :( | 23:43 |
jgriffith | anish: we could certainly use some good unit tests specifically for LIO in cinder.tests.targets. | 23:44 |
*** shakamunyi has joined #openstack-cinder | 23:44 | |
anish | aww. anything more specific than test_volume that I can run ? | 23:45 |
*** markvoelker has quit IRC | 23:48 | |
anish | well cinder.tests.targets seems to pass at least, I'll work with that for now | 23:50 |
*** Longgeek has joined #openstack-cinder | 23:50 | |
*** Masahiro has joined #openstack-cinder | 23:54 | |
*** mudassirlatif has joined #openstack-cinder | 23:55 | |
*** smoriya has joined #openstack-cinder | 23:56 | |
*** mudassirlatif has quit IRC | 23:56 | |
*** TobiasE has quit IRC | 23:58 | |
*** ryanpetrello has quit IRC | 23:59 | |
*** Masahiro has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!