Tuesday, 2015-11-17

*** haomaiwa_ has quit IRC00:01
*** haomaiwang has joined #openstack-cinder00:01
openstackgerritAnthony Lee proposed openstack/cinder: Refactor HP LeftHand driver to now be HPE  https://review.openstack.org/24034300:03
*** edtubill has joined #openstack-cinder00:03
*** xyang1 has quit IRC00:06
*** gouthamr has quit IRC00:07
openstackgerritYucong Feng proposed openstack/cinder: Mark oslo.vmware as optional dependency  https://review.openstack.org/24225700:07
*** edtubill has quit IRC00:08
*** chris_morrell has quit IRC00:12
patrickeasthemna: ping00:14
*** smoriya_ has joined #openstack-cinder00:15
hemnahey00:15
patrickeasthey00:15
patrickeastso i wanted to pick your brain about something..00:15
hemnashoot00:15
patrickeastit occurs to me that part of the grief i'm having with ci testing the cisco fczm is because the switch is shared00:16
patrickeastlike between multiple openstack 'clouds'00:16
patrickeastso the locking and stuff doesn't protect it from stepping on itself00:16
patrickeastwhat i'm trying to decide then is how i should be testing the fczm00:16
hemnaah yah00:16
hemnaI think that would happen even with deployment00:17
hemnaand multiple c-vol instances on 2 different hosts.00:17
hemnasame scenario really00:17
patrickeastyea the switch would really need to be exclusive00:17
hemnatooz ?00:17
hemna*sigh*00:17
patrickeasthaha yea00:17
patrickeastwell then there is like the multiple cloud things00:17
patrickeastlike it couldn't be shared with a live and dev kind of thing00:18
hemnayah that one is harder00:18
hemnakinda like....don't do that00:18
hemna:P00:18
patrickeasthaha yea00:18
patrickeasteasy fix00:18
patrickeastso for that case what i'm wondering is how we are supposed to ci test the fczm on cinder00:18
hemnaso are you seeing fczm failures due to the lack of exclusive locks ?00:18
patrickeastwithout a switch for each job running00:18
hemnagood question00:19
patrickeasti get issues with jobs running in parallel overriding eachother00:19
hemnawe aren't using fczm in our CI00:19
patrickeasti guess maybe i should see what angela-s and brocade are doing00:19
*** EinstCrazy has quit IRC00:19
patrickeastor open a hardware req for like 3 more switches XD00:20
hemnaso if we had a real DLM, and each deployment used the same lock semaphore, it should work™?00:20
patrickeastyea, in theory it would work just fine00:20
hemnahrmm k00:20
patrickeasti think00:20
hemnaso....yah.00:20
* patrickeast goes to find that tooz spec00:21
hemnaguess we need to file a defect against the fczm and change the locks to use the new tooz wrapper00:21
hemnaI think there was a patch up already for it00:21
hemnawell at least to add the wrapper00:21
patrickeastyea dulek posted it a while ago iirc00:21
hemnahttps://review.openstack.org/#/c/183537/00:21
hemnathat guy00:22
patrickeastah nice00:22
hemnawe could piggy back on that thing I think00:22
hemnawould be nice to cinder.conf the fczm lock name00:23
hemnathen multiple deployments could share the same switch00:23
patrickeastyea00:23
hemnaand we can deadlock multiple clouds at once!00:23
hemnayeah!00:23
patrickeastalthough it might be kind of tricky since they would both need to be joined to the same zookeeper or something00:23
hemnayah, they'd have to have the same tooz backend00:24
patrickeastim sure its do-able though00:24
hemnawhich it should be available if they are using the same switch for FC00:24
openstackgerritAlex O'Rourke proposed openstack/cinder: Remove db access from 3PAR and LH cg functions  https://review.openstack.org/23608900:24
patrickeastyea00:24
hemnaI know the switches have virtual fabric support00:25
hemnabut I think the real problem is the management interface00:25
patrickeasti guess in the meantime my choice is to limit to 1 FC job at a time or ditch the fczm00:25
patrickeastyea :( i looked into that00:25
patrickeastthe command that fails is shared for all of the virtual fabrics00:25
hemnaooh00:25
patrickeastalthough i haven't tried it00:25
hemnaif you ditch fczm in CI, then out goes the Cisco driver00:25
hemna:P00:25
patrickeastmaybe under the hood it is smarter00:25
patrickeasthaha yea00:25
hemnahaven't heard squat from them00:26
hemna:(00:26
patrickeastoh i actually got into contact with the team in india that apparently 'owns' it now00:26
hemnaoh?00:26
patrickeastturns out my PM worked with that the team when he was at Cisco and knew their emails00:26
hemnahah wow00:27
hemnasmall world00:27
patrickeasthaha yea00:27
patrickeastso maybe we can get them to pick up testing for it00:27
patrickeastand it becomes their problem :D00:27
* patrickeast doubts that will happen00:28
hemnayah good luck with that.00:28
hemna:(00:28
hemnasmcginnis,00:31
*** hemna is now known as hemnafk00:34
*** jerrygb has quit IRC00:40
*** jerrygb has joined #openstack-cinder00:42
*** jerrygb has quit IRC00:42
*** IlyaG_ has joined #openstack-cinder00:43
*** IlyaG has quit IRC00:46
*** setmason has quit IRC00:47
*** IlyaG_ has quit IRC00:50
*** haomaiwang has quit IRC01:01
*** haomaiwang has joined #openstack-cinder01:01
*** EinstCrazy has joined #openstack-cinder01:04
openstackgerritFelix Ma proposed openstack/cinder: Check specific driver enabled in create_backup  https://review.openstack.org/24538401:06
asselin__Swanson, how's it going?01:07
*** sgundur has joined #openstack-cinder01:10
*** salv-orlando has quit IRC01:12
*** rushil has joined #openstack-cinder01:14
*** bardia_ has joined #openstack-cinder01:16
bardia_I'm running tempest Cinder tests against my driver and the only test that fails is: tempest.api.volume.admin.test_volume_types.VolumeTypesV1Test.test_volume_crud_with_volume_type_and_extra_specs and this is the only error in c-sch.log: Failed to run task cinder.scheduler.flows.create_volume.ScheduleCreateVolumeTask;volume:create: No valid host was found. No weighed hosts available. I'm wondering if anyone has01:18
bardia_ has this issue before01:18
bardia_has had*01:18
asselin__bardia_, hi, if I remember right, you need to set something in tempest.conf for that01:19
asselin__bardia_, do you have this line in your conf? https://github.com/rasselin/project-config-example-1/blob/master/jenkins/jobs/dsvm-cinder-driver.yaml#L3901:19
asselin__39 & 4001:20
bardia_yeah its set to NFS and the vendor name is the name of my company01:20
bardia_I can see it being passed to APIs during the test run01:20
*** leeantho__ has quit IRC01:21
asselin__bardia_, there was also something about creating volume types....01:21
asselin__line 2801:22
asselin__adn 4501:22
asselin__double check the devstack.log to see if everything is getting created as expected there01:22
*** lixiaoy1_ has joined #openstack-cinder01:24
*** lixiaoy1_ is now known as lixiaoy101:24
bardia_it all looks right to me01:25
bardia_all the params in configs match01:25
bardia_the thing is that's the only test that fails out of 291 tests01:25
*** Thelo has quit IRC01:26
*** gouthamr has joined #openstack-cinder01:27
asselin__bardia_, I only remember that one had issues that were due to configuration issues...01:27
patrickeastbardia_: its probably config or the volume types01:28
patrickeastbardia_: you can manually do what the test does: https://github.com/openstack/tempest/blob/master/tempest/api/volume/admin/test_volume_types.py#L4701:28
patrickeastmake sure if you create a volume type with those extra specs that you can create a volume01:28
patrickeastthere might also be some clues in the scheduler log as to what part of it failed to match01:29
bardia_patrickeast: how does cinder know to match protocol:NFS vendor_name:MyVendor to the volume driver that I have setup?01:30
*** rushil_ has joined #openstack-cinder01:30
patrickeastbardia_: it should be reported to the scheduler from the driver, so like in mine we have: https://github.com/openstack/cinder/blob/master/cinder/volume/drivers/pure.py#L30601:31
*** sgundur has quit IRC01:32
bardia_patrickeast: ah I think I know where my bug is01:32
bardia_thanks!!!01:32
patrickeastnp01:33
*** rushil has quit IRC01:33
*** Lee1092 has joined #openstack-cinder01:35
*** zhenguo has joined #openstack-cinder01:36
*** markvoelker has joined #openstack-cinder01:37
*** jdurgin1 has quit IRC01:41
openstackgerritFelix Ma proposed openstack/cinder: Check specific driver enabled in create_backup  https://review.openstack.org/24538401:42
angela-spatrickeast: looks like you are running into a zone transaction issue if you are sharing the switch.  tsk tsk01:44
*** jdurgin1 has joined #openstack-cinder01:44
angela-spatrickeast: but since it's not brcd, i cannot give any advice01:44
angela-spatrickeast: i only have one setup, 1 host, 1 array, 1 FC fabric, so I don't have this problem in my CI.01:46
*** angela-s has quit IRC01:46
*** aix has quit IRC01:46
*** haomaiwang has quit IRC01:49
openstackgerritYusuke Hayashi proposed openstack/cinder: Add Fujitsu ETERNUS DX Volume Driver (again)  https://review.openstack.org/20150001:59
*** mriedem_away is now known as mriedem01:59
openstackgerritYusuke Hayashi proposed openstack/cinder: Add Fujitsu ETERNUS DX Volume Driver (again)  https://review.openstack.org/20150002:01
*** yusuke has quit IRC02:04
*** mriedem has quit IRC02:07
*** alejandrito has joined #openstack-cinder02:08
*** alejandrito has quit IRC02:08
*** alejandrito has joined #openstack-cinder02:08
*** yusuke has joined #openstack-cinder02:09
*** yangyapeng has joined #openstack-cinder02:11
*** akshai_ has quit IRC02:11
*** wilson-1 has joined #openstack-cinder02:15
*** IlyaG has joined #openstack-cinder02:15
*** wilson1 has quit IRC02:17
*** alejandrito has quit IRC02:21
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements  https://review.openstack.org/24608702:25
*** akshai has joined #openstack-cinder02:25
*** jwcroppe has quit IRC02:26
*** mtanino has quit IRC02:29
openstackgerritOpenStack Proposal Bot proposed openstack/os-brick: Updated from global requirements  https://review.openstack.org/24610202:29
*** haomaiwang has joined #openstack-cinder02:31
*** smoriya has quit IRC02:32
*** alejandrito has joined #openstack-cinder02:34
*** haomaiwang has quit IRC02:36
*** haomaiwa_ has joined #openstack-cinder02:36
*** apoorvad has quit IRC02:38
*** gouthamr has quit IRC02:42
*** zz_smoriya has joined #openstack-cinder02:43
*** zz_smoriya is now known as smoriya02:43
*** houming-wang has joined #openstack-cinder02:53
*** bardia_ has quit IRC03:01
*** bapalm has quit IRC03:06
*** rushil_ has quit IRC03:07
*** setmason has joined #openstack-cinder03:07
*** EinstCrazy has quit IRC03:11
*** EinstCrazy has joined #openstack-cinder03:12
*** EinstCra_ has joined #openstack-cinder03:12
*** sghanekar_ has quit IRC03:15
*** EinstCrazy has quit IRC03:16
*** salv-orlando has joined #openstack-cinder03:16
*** houming-wang has quit IRC03:17
*** zhonghua has quit IRC03:18
*** jwcroppe has joined #openstack-cinder03:26
openstackgerritHao Li proposed openstack/cinder: Return backup parent_id when list/show backups  https://review.openstack.org/23936403:33
*** salv-orlando has quit IRC03:41
*** jwcroppe has quit IRC03:44
*** anshul has quit IRC03:44
*** IlyaG has quit IRC03:45
*** IlyaG has joined #openstack-cinder03:45
*** houming-wang has joined #openstack-cinder03:48
*** IlyaG has quit IRC03:49
*** itzdilip has joined #openstack-cinder03:51
*** IlyaG has joined #openstack-cinder03:53
*** anshul has joined #openstack-cinder03:56
*** gcb has joined #openstack-cinder03:58
*** houming-wang has quit IRC03:59
*** dims has quit IRC04:06
*** smoriya has quit IRC04:09
*** alejandrito has quit IRC04:16
*** akshai has quit IRC04:17
*** akshai has joined #openstack-cinder04:18
*** itzdilip has quit IRC04:24
*** zhangjn has joined #openstack-cinder04:35
*** IlyaG_ has joined #openstack-cinder04:40
*** anshul has quit IRC04:42
*** IlyaG has quit IRC04:43
*** zhangjn has quit IRC04:45
*** dave-mccowan has quit IRC04:45
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement v2 replication (split IO)  https://review.openstack.org/23738704:46
*** jwang__ has joined #openstack-cinder04:50
*** jwcroppe has joined #openstack-cinder04:51
*** houming-wang has joined #openstack-cinder04:52
*** salv-orlando has joined #openstack-cinder04:53
*** anshul has joined #openstack-cinder04:55
*** doffm has joined #openstack-cinder04:56
*** cburgess_ has joined #openstack-cinder04:59
*** SergeyLukjanov has quit IRC05:00
*** jwang_ has quit IRC05:00
*** serverascode has quit IRC05:00
*** flaper87 has quit IRC05:00
*** cpallares has quit IRC05:00
*** vaidy_ril has quit IRC05:00
*** cburgess has quit IRC05:00
*** jamielennox has quit IRC05:00
*** mgagne has quit IRC05:00
*** sbadia has quit IRC05:00
*** doffm_ has quit IRC05:00
*** kbyrne has quit IRC05:00
*** hideme_ has quit IRC05:00
*** afazekas has quit IRC05:00
*** stevemar_ has quit IRC05:00
*** mgagne has joined #openstack-cinder05:00
*** SergeyLukjanov has joined #openstack-cinder05:00
*** flaper87 has joined #openstack-cinder05:01
*** jamielennox has joined #openstack-cinder05:01
*** jerrygb has joined #openstack-cinder05:01
*** kbyrne has joined #openstack-cinder05:01
*** edtubill has joined #openstack-cinder05:01
*** afazekas has joined #openstack-cinder05:02
*** vaidy_ril has joined #openstack-cinder05:02
*** hideme has joined #openstack-cinder05:02
*** bill_az has quit IRC05:02
*** sbadia has joined #openstack-cinder05:03
*** serverascode has joined #openstack-cinder05:04
*** cpallares has joined #openstack-cinder05:05
*** edtubill has quit IRC05:05
*** salv-orlando has quit IRC05:05
*** jamielennox is now known as jamielennox|away05:06
*** edtubill has joined #openstack-cinder05:06
*** houming-wang has quit IRC05:10
*** IlyaG_ has quit IRC05:13
*** zhonghua-lee has joined #openstack-cinder05:17
*** annasort_ has joined #openstack-cinder05:17
*** tpeoples_away has quit IRC05:19
*** doffm_ has joined #openstack-cinder05:20
*** doffm has quit IRC05:25
*** annasort has quit IRC05:25
*** DuncanT has quit IRC05:25
*** jbernard has quit IRC05:25
*** onder has quit IRC05:25
*** DuncanT has joined #openstack-cinder05:26
*** tpeoples_away has joined #openstack-cinder05:28
*** bill_az has joined #openstack-cinder05:28
*** jbernard has joined #openstack-cinder05:30
*** onder has joined #openstack-cinder05:30
*** wN has quit IRC05:35
openstackgerritXi Yang proposed openstack/cinder: Remove db access in VNX driver  https://review.openstack.org/23958005:38
*** jerrygb has quit IRC05:38
*** akshai has quit IRC05:38
*** rushiagr_away is now known as rushiagr05:42
*** wN has joined #openstack-cinder05:43
*** wN has joined #openstack-cinder05:43
*** wiebalck__ has joined #openstack-cinder05:47
*** houming-wang has joined #openstack-cinder05:52
*** ankit_ag has joined #openstack-cinder05:56
*** dongc has joined #openstack-cinder05:57
*** yangyapeng has quit IRC05:59
*** gnarld_ is now known as nug06:00
*** nug is now known as Guest4550406:00
*** dongc has quit IRC06:01
*** edtubill has quit IRC06:02
*** Thelo has joined #openstack-cinder06:04
*** edtubill has joined #openstack-cinder06:05
*** rushil has joined #openstack-cinder06:06
openstackgerritMerged openstack/cinder: Support initialization state in Backup Manager  https://review.openstack.org/21672806:08
*** shausy has joined #openstack-cinder06:18
*** gcb has quit IRC06:19
*** wiebalck__ has left #openstack-cinder06:20
*** vignesh1 has joined #openstack-cinder06:21
*** rcernin has joined #openstack-cinder06:22
*** sgotliv_ has joined #openstack-cinder06:24
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement v2 replication (split IO)  https://review.openstack.org/23738706:32
*** gcb has joined #openstack-cinder06:32
*** rushil has quit IRC06:33
*** salv-orlando has joined #openstack-cinder06:34
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement v2 replication (split IO)  https://review.openstack.org/23738706:35
*** edtubill has quit IRC06:35
*** vgridnev has joined #openstack-cinder06:35
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Zanata  https://review.openstack.org/24620806:35
*** salv-orlando has quit IRC06:37
*** jerrygb has joined #openstack-cinder06:39
*** jerrygb has quit IRC06:45
*** bill_az has quit IRC06:47
*** sileht has joined #openstack-cinder06:49
*** vgridnev has quit IRC06:54
smcginnishemnafk: Thanks, I read the scrollback. Hmmm07:00
*** dhellmann has quit IRC07:01
*** dhellmann has joined #openstack-cinder07:02
*** vgridnev has joined #openstack-cinder07:02
*** harlowja_at_home has joined #openstack-cinder07:03
*** deepakcs has joined #openstack-cinder07:15
*** houming-wang has quit IRC07:15
*** harlowja_at_home has quit IRC07:17
openstackgerritCedric Zhuang proposed openstack/cinder: VNX: Get volume type from location throws error  https://review.openstack.org/24623007:25
*** lpetrut has joined #openstack-cinder07:29
openstackgerritLisaLi proposed openstack/cinder: Delete unused codes in rbd.retype  https://review.openstack.org/24446007:30
*** alexschm has joined #openstack-cinder07:34
*** nkrinner has joined #openstack-cinder07:37
openstackgerritPeter Wang proposed openstack/cinder: VNX: Fix metadata get overriden issue  https://review.openstack.org/24623807:51
*** setmason has quit IRC07:58
*** swebb has quit IRC08:06
*** lpetrut has quit IRC08:08
openstackgerritMerged openstack/cinder: Modify test_hpe3par to support random hash  https://review.openstack.org/24212708:12
flip214can I dump the provider-location data that is associated with a volume?08:16
openstackgerritMerged openstack/cinder: Port HP 3PAR driver to Python 3  https://review.openstack.org/24212808:19
*** deepakcs has quit IRC08:22
*** vgridnev has quit IRC08:24
*** egonzalez has joined #openstack-cinder08:35
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement V2 replication (Mirror)  https://review.openstack.org/24449008:35
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement v2 replication (Mirror)  https://review.openstack.org/24449008:37
*** liverpooler has joined #openstack-cinder08:38
*** lpetrut has joined #openstack-cinder08:38
*** jerrygb has joined #openstack-cinder08:40
*** liverpoo1er has joined #openstack-cinder08:41
openstackgerritVincent Hou proposed openstack/cinder: Storwize: Implement v2 replication (Mirror)  https://review.openstack.org/24449008:41
*** liverpooler has quit IRC08:43
*** deepakcs has joined #openstack-cinder08:44
*** salv-orlando has joined #openstack-cinder08:45
openstackgerritMerged openstack/cinder: get_all_snapshots: Fix log message typo  https://review.openstack.org/24596008:45
*** egonzalez has quit IRC08:46
*** jerrygb has quit IRC08:46
*** egonzalez90 has joined #openstack-cinder08:47
*** jordanP has joined #openstack-cinder08:51
*** deepakcs has quit IRC08:52
openstackgerritLisaLi proposed openstack/cinder: Update retype limitation in volume/api  https://review.openstack.org/24546008:55
*** salv-orlando has quit IRC08:59
*** markus_z has joined #openstack-cinder09:03
*** xek has joined #openstack-cinder09:03
*** deepakcs has joined #openstack-cinder09:04
*** liverpoo1er has quit IRC09:11
*** liverpooler has joined #openstack-cinder09:11
dulekpatrickeast, hemnafk: Whoa, Tooz locking through multiple clouds? I have bad feelings about this…09:12
* dulek was watching old Star Wars trilogy recently.09:12
*** deepakcs has quit IRC09:13
dulekpatrickeast, hemnafk: Imagine partitioning in that case. You need your Tooz backend to be part of different infras, so it may be quite easy to make them disconnected.09:13
dulekpatrickeast, hemnafk: Then the smaller cloud will loose quorum and everything there will fail.09:14
*** salv-orlando has joined #openstack-cinder09:15
*** salv-orlando has quit IRC09:15
*** salv-orlando has joined #openstack-cinder09:15
*** deepakcs has joined #openstack-cinder09:16
dulekpatrickeast, hemnafk: Maybe we can look for any other solution? I can help if you describe the problem (I'm not familiar with FC).09:16
*** lpetrut has quit IRC09:18
*** salv-orlando has quit IRC09:20
*** salv-orlando has joined #openstack-cinder09:20
*** ekarlso has quit IRC09:22
*** openstackgerrit has quit IRC09:31
*** openstackgerrit has joined #openstack-cinder09:32
openstackgerritDina Belova proposed openstack/cinder: Do not use api-paste.ini osprofiler options  https://review.openstack.org/24505509:35
*** ekarlso has joined #openstack-cinder09:37
*** ekarlso has quit IRC09:38
*** ekarlso has joined #openstack-cinder09:38
DuncanTom09:45
*** e0ne has joined #openstack-cinder09:48
*** esker has joined #openstack-cinder09:49
*** wilson-liu has joined #openstack-cinder09:50
*** wilson-liu has quit IRC09:51
*** belmoreira has joined #openstack-cinder09:52
*** CORTEX\krfa has joined #openstack-cinder09:52
CORTEX\krfaHello. I've one controller node, three compute node, and a netapp storage. Do I need to install nova-compute service on every compute node, or should I do it on the controller node?09:53
*** esker has quit IRC09:54
dulekCORTEX\krfa: This seems more like a question for #openstack. Anyway nova-compute (as name suggest) should run on compute nodes.09:55
*** esker has joined #openstack-cinder09:55
openstackgerritRavi Shekhar Jethani proposed openstack/cinder: Bad exception clauses order  https://review.openstack.org/24628609:55
CORTEX\krfaSorry, it wasn't clear. I was talking avout cinder-volume09:55
*** esker has quit IRC09:55
CORTEX\krfaSo my question :  Do I need to install cinder-volume service on every compute node, or should I do it on the controller node?09:56
wiebalckCORTEX\krfa: Only the controller.09:56
*** ekarlso has quit IRC09:57
CORTEX\krfaHow will the compute node do to have access to the NetApp storage system? All the NFS traffic will goes trough the controller?09:58
dulekCORTEX\krfa: Ah, okay. If NetApp stuff works as I think then you need it only on controller.10:00
wiebalckCORTEX\krfa: The controller will set things up (like create a volume) and then hand things over to the compute node.10:00
dulekCORTEX\krfa: Yeah, Cinder doesn't interfere with data path. Only sets up things, and iSCSI/FC is used to connect to volume.10:01
CORTEX\krfaOk, it makes sens. It means that the compute node needs to be able to mount through NFS the NetApp volume -> I need to install some components on the compute node?10:04
*** vgridnev has joined #openstack-cinder10:05
*** markvoelker has quit IRC10:05
*** e0ne has quit IRC10:07
CORTEX\krfaI've found what was wrong. I did not install the nfs-common on the compute. So he wasn't able to mount the NFS volume10:09
CORTEX\krfaNow it's ok10:09
CORTEX\krfaThank you for the answers!10:09
*** ociuhandu has quit IRC10:09
openstackgerritMichal Dulko proposed openstack/cinder-specs: Add Tooz locks to support A/A HA spec  https://review.openstack.org/20261510:12
*** egonzalez90 has quit IRC10:18
*** EinstCra_ has quit IRC10:18
*** egonzalez has joined #openstack-cinder10:20
*** lpetrut has joined #openstack-cinder10:21
openstackgerritRavi Shekhar Jethani proposed openstack/cinder: Simplified boolean variable check  https://review.openstack.org/24630510:28
*** subscope has joined #openstack-cinder10:30
*** alexschm has quit IRC10:31
*** haomaiwa_ has quit IRC10:31
*** openstackgerrit has quit IRC10:31
*** openstackgerrit has joined #openstack-cinder10:32
*** haomaiwang has joined #openstack-cinder10:32
*** ekarlso has joined #openstack-cinder10:36
*** ociuhandu has joined #openstack-cinder10:37
*** wilson-1 has quit IRC10:37
*** sborkows has joined #openstack-cinder10:38
*** zhenguo has quit IRC10:38
*** ekarlso has quit IRC10:39
openstackgerritSzymon Borkowski proposed openstack/cinder: Add some missing fields to Volume object  https://review.openstack.org/24084710:41
*** wilson has joined #openstack-cinder10:41
*** wilson is now known as Guest3386010:41
*** jerrygb has joined #openstack-cinder10:43
*** haomaiwang has quit IRC10:47
*** jerrygb has quit IRC10:47
*** haomaiwang has joined #openstack-cinder10:49
*** haomaiwang has quit IRC10:49
*** haomaiwa_ has joined #openstack-cinder10:49
*** subscope has quit IRC10:50
DuncanTCORTEX\krfa: If there's any point in the documentation where you feel at information should be and isn't, can you let me know or even better filea bug,please10:51
*** e0ne has joined #openstack-cinder10:57
*** markvoelker has joined #openstack-cinder11:06
*** dims has joined #openstack-cinder11:08
*** markvoelker has quit IRC11:11
*** aviramb has joined #openstack-cinder11:12
*** zhangjn has joined #openstack-cinder11:12
*** zhangjn has quit IRC11:12
*** zhangjn has joined #openstack-cinder11:13
*** zhangjn has quit IRC11:14
*** zhangjn has joined #openstack-cinder11:14
*** zhangjn has quit IRC11:15
*** salv-orl_ has joined #openstack-cinder11:15
*** zhangjn has joined #openstack-cinder11:15
*** zhangjn has quit IRC11:15
*** zhangjn has joined #openstack-cinder11:16
*** zhangjn has quit IRC11:16
*** salv-orlando has quit IRC11:17
*** zhangjn has joined #openstack-cinder11:17
*** zhangjn has quit IRC11:18
*** zhangjn has joined #openstack-cinder11:18
*** zhangjn has quit IRC11:19
*** zhangjn has joined #openstack-cinder11:20
*** zhangjn has quit IRC11:20
*** zhangjn has joined #openstack-cinder11:21
*** eduardo_ has joined #openstack-cinder11:23
*** EinstCrazy has joined #openstack-cinder11:23
*** dzamboni has joined #openstack-cinder11:26
*** flaper87 has quit IRC11:27
*** flaper87 has joined #openstack-cinder11:27
*** salv-orl_ has quit IRC11:31
*** salv-orlando has joined #openstack-cinder11:32
*** [1]Thelo has joined #openstack-cinder11:37
*** Thelo has quit IRC11:39
*** [1]Thelo is now known as Thelo11:39
CORTEX\krfaDuncanT : I'm just an openstack a beginner, but for my point of view, in the document it isn't really clear what should be configure on which element, and how the compute node interact with the Storage11:42
*** tpsilva has joined #openstack-cinder11:44
smcginnisCORTEX\krfa: Thanks. The question has come up before, so we probably do need to improve the documentation around that.11:46
CORTEX\krfasmcginnis : yep, maybe with a diagram showing clearly the data flows, it could be much simple to understand11:48
*** deepakcs has quit IRC11:48
smcginnisCORTEX\krfa: True. Pictures always help. ;)11:49
*** markus_z has quit IRC11:51
*** markus_z has joined #openstack-cinder11:53
*** ndipanov has joined #openstack-cinder11:54
openstackgerritYusuke Hayashi proposed openstack/cinder: Add argument for efficient sparse image transfer  https://review.openstack.org/24563511:54
openstackgerritYusuke Hayashi proposed openstack/cinder: Add argument for efficient sparse image transfer  https://review.openstack.org/24563511:55
*** jwcroppe has quit IRC11:57
*** rakesh_mishra has joined #openstack-cinder12:00
*** lpetrut1 has joined #openstack-cinder12:03
*** yusuke has quit IRC12:03
rakesh_mishrai tried to run below command12:04
rakesh_mishracinder quota-delete <tenant-id>12:04
rakesh_mishraand i am getting below error12:04
rakesh_mishraERROR: OpenStack Block Storage API version is set to 2 but you are accessing a 1 endpoint. Change its value through --os-volume-api-version or env[OS_VOLUME_API_VERSION].12:04
rakesh_mishracould anyone help me out12:04
rakesh_mishra?12:04
*** lpetrut has quit IRC12:04
*** lpetrut1 is now known as lpetrut12:04
*** ndipanov has quit IRC12:05
*** stevemar_ has joined #openstack-cinder12:06
*** Yogi1 has joined #openstack-cinder12:08
*** rushiagr is now known as rushiagr_away12:10
*** links has joined #openstack-cinder12:12
*** links has quit IRC12:12
openstackgerritMichal Dulko proposed openstack/cinder: Tooz locks  https://review.openstack.org/18353712:14
openstackgerritMichal Dulko proposed openstack/cinder: Add convenience lock methods to objects  https://review.openstack.org/24635212:14
*** haomaiwa_ has quit IRC12:14
*** Yogi1 has quit IRC12:18
*** ndipanov has joined #openstack-cinder12:21
ankit_agrakesh_mishra: Did you tried cinder --os-volume-api-version 1 quota-delete <tenant-id>12:21
rakesh_mishra@ankit_ag: tanks for reply12:23
rakesh_mishrabut my questions is why we have remove it from v2 api12:23
* DuncanT is in almost physical pain having to repeatedly spell initialise as initialize :-(12:23
DuncanTrakesh_mishra: It hasn't been removed, the client is reporting that you have a configuration mismatch - you've got a flag or environment variable requesting a v2 endpoint, but the url is pointing to a v1 endpoint12:24
*** chhavi has joined #openstack-cinder12:28
*** vgridnev has quit IRC12:31
*** vgridnev_ has joined #openstack-cinder12:31
*** jerrygb has joined #openstack-cinder12:31
*** timcl has joined #openstack-cinder12:34
*** gcb has quit IRC12:34
*** markvoelker has joined #openstack-cinder12:37
*** rakesh_mishra has quit IRC12:40
*** markvoelker has quit IRC12:42
*** alejandrito has joined #openstack-cinder12:42
*** jgjhgsonchn88523 has joined #openstack-cinder12:44
*** smoriya_ has quit IRC12:51
*** shausy has quit IRC12:57
*** jgjhgsonchn88523 has quit IRC13:00
openstackgerritRavi Shekhar Jethani proposed openstack/cinder: Remove duplicate keys from dictionary  https://review.openstack.org/24636913:04
*** xiaohui has joined #openstack-cinder13:05
xiaohuiHi, Gorka, are you available now?13:05
xiaohuiI saw your comments about the https://review.openstack.org/#/c/206923/13:07
xiaohuiwhat do you mean "If we receive the cast rpc before the call rpc, won't we miss the sending of..."? I'm not quite understand it13:08
*** ZZelle has joined #openstack-cinder13:09
*** nkrinner has quit IRC13:12
*** gcb has joined #openstack-cinder13:12
*** dave-mccowan has joined #openstack-cinder13:12
*** nkrinner has joined #openstack-cinder13:15
*** rushil has joined #openstack-cinder13:17
*** ff has joined #openstack-cinder13:17
*** rakesh_mishra has joined #openstack-cinder13:18
*** ff has quit IRC13:18
*** rushil_ has joined #openstack-cinder13:20
*** akerr has joined #openstack-cinder13:21
*** akerr_ has joined #openstack-cinder13:23
*** rushil has quit IRC13:23
*** ankit_ag has quit IRC13:26
openstackgerritGorka Eguileor proposed openstack/cinder-specs: Resource cleanup to support HA A/A  https://review.openstack.org/23697713:26
*** akerr has quit IRC13:26
*** gcb has quit IRC13:27
*** markvoelker has joined #openstack-cinder13:27
*** raildo-afk is now known as raildo13:28
*** martyturner has joined #openstack-cinder13:32
*** alexschm has joined #openstack-cinder13:34
*** martyturner1 has joined #openstack-cinder13:34
smcginnisDuncanT: LOL!13:34
*** martyturner has quit IRC13:36
xiaohuiHi, Gorka,  what do you mean "If we receive the cast rpc before the call rpc, won't we miss the sending of..."? I'm not quite understand it13:37
geguileoxiaohui: Please correct me if I'm wrong13:38
xiaohuiwhich cast rpc and call rpc do you mean?13:38
geguileoCapabilities will be recived by all schedulers view the cast RPC call13:39
geguileoAnd only by 1 with a call RPC to inform ceilometer13:39
geguileoRight?13:40
*** gcb has joined #openstack-cinder13:40
xiaohuithen which is the call rpc then13:40
xiaohuiI got two update_service_capabilities() and notify_services_capabilities, do you mean them?13:41
geguileoI believe notify_service_capabilities should be a cctxt.call instead of a cast13:41
geguileoDirecting the call to only 1 scheduler will ensure that only 1 scheduler will report to ceilometer13:43
geguileoRight?13:43
*** sborkows has quit IRC13:43
xiaohuiso put the fanout = true for notify_service_capabilities means that it's a call rpc13:43
xiaohuisorry, fanout=false13:44
geguileoYeah, that's enough13:45
geguileoNow that I think about it, no need to make it a sync request13:45
geguileocast method is fine13:45
geguileoCould you walk me through the logic of the host_manager?13:46
geguileoBecause I think that update_service_capabilities will confuse the notify_service_capabilities13:46
geguileoBy updating service_states_last13:47
*** haomaiwang has joined #openstack-cinder13:47
geguileoupdate receives an update and changes service_states_last, then notify call comes in, but service_states_last has been already changed13:48
geguileoWith the newest data and notify will not be able to detect the change13:48
xiaohuithe updating service_states_last only records the last not updated capa13:48
*** diegows has joined #openstack-cinder13:49
geguileoYou have 2 places were you store the capabilities: service_states and service_states_last13:50
geguileoAnd notify uses service_states to compare with the new one to see if it has been updated, right?13:51
geguileoBy new one I mean the received capabilities in the call13:52
*** bill_az has joined #openstack-cinder13:52
*** eharney has quit IRC13:52
*** haomaiwang has quit IRC13:52
*** porrua has joined #openstack-cinder13:53
xiaohuiif the update_service receives an update (really changes), then only the service_states changed, the service_states_last will not change13:54
xiaohuiif the update_service_receives an update(not changes), then the service_states_last will save it's data.13:54
*** jgjhgsonchn88523 has joined #openstack-cinder13:57
*** markus_z is now known as markus_z_meeting13:58
xiaohuiI put "if not self._is_updated(capab_old, capab_copy)" to judge whether to change the service_state_last13:59
*** ekarlso has joined #openstack-cinder14:01
*** martyturner1 has quit IRC14:05
*** rushil_ has quit IRC14:07
*** rakesh_mishra has quit IRC14:09
*** rushiagr_away is now known as rushiagr14:14
*** kfarr has quit IRC14:16
*** julim has joined #openstack-cinder14:16
*** swebb has joined #openstack-cinder14:18
xiaohuihi, Gorka, sorry, I have to start to office training now, i will try to find you later if you have other concerns. thanks a lot for your valuable time.14:20
*** merooney has joined #openstack-cinder14:22
*** timcl has quit IRC14:24
*** xiaohui has quit IRC14:24
*** vlaza has joined #openstack-cinder14:24
*** liverpooler has quit IRC14:29
*** jgregor has joined #openstack-cinder14:29
*** timcl has joined #openstack-cinder14:30
*** martyturner has joined #openstack-cinder14:31
*** martyturner1 has joined #openstack-cinder14:32
*** mriedem has joined #openstack-cinder14:32
*** dustins has joined #openstack-cinder14:33
*** anshul has quit IRC14:34
*** anshul has joined #openstack-cinder14:34
*** akshai has joined #openstack-cinder14:35
*** breitz has quit IRC14:36
*** martyturner has quit IRC14:36
*** breitz has joined #openstack-cinder14:36
*** haomaiwang has joined #openstack-cinder14:39
*** martyturner1 has quit IRC14:39
*** gouthamr has joined #openstack-cinder14:40
*** ekarlso has quit IRC14:40
*** eharney has joined #openstack-cinder14:43
dulekGuys… Have any of you looked what we're carrying in request_spec and filter_properties when creating a volume?14:44
*** diablo_rojo has quit IRC14:45
*** salv-orl_ has joined #openstack-cinder14:45
openstackgerritMerged openstack/cinder: Imported Translations from Zanata  https://review.openstack.org/24620814:45
dulekfilter_properties: http://paste.openstack.org/show/479122/14:46
dulekrequest_spec: http://paste.openstack.org/show/479123/14:46
dulekSome data is duplicated like… 8 times. Because filter_properties actually include request_spec.14:46
*** salv-orlando has quit IRC14:48
*** mriedem has quit IRC14:55
*** Yogi1 has joined #openstack-cinder14:57
*** jwcroppe has joined #openstack-cinder14:58
*** zhangjn has quit IRC14:59
*** jwcroppe has quit IRC15:01
*** setmason has joined #openstack-cinder15:02
*** jwcroppe has joined #openstack-cinder15:02
*** jwcroppe has quit IRC15:02
*** mriedem has joined #openstack-cinder15:03
*** sgundur has joined #openstack-cinder15:11
*** diablo_rojo has joined #openstack-cinder15:14
*** Guest80875 is now known as mfisch15:16
*** mfisch is now known as Guest2059415:17
*** Guest20594 is now known as mfisch15:18
*** mfisch has quit IRC15:18
*** mfisch has joined #openstack-cinder15:18
*** jaypipes has quit IRC15:19
*** adelia has joined #openstack-cinder15:21
*** dustins has quit IRC15:22
*** mtanino has joined #openstack-cinder15:23
*** jwcroppe has joined #openstack-cinder15:24
*** dustins has joined #openstack-cinder15:27
*** martyturner has joined #openstack-cinder15:27
*** daneyon has joined #openstack-cinder15:27
*** daneyon_ has joined #openstack-cinder15:28
*** martyturner has quit IRC15:29
*** setmason has quit IRC15:30
*** daneyon has quit IRC15:32
*** xyang has joined #openstack-cinder15:33
*** mc_nair has quit IRC15:33
*** vlaza has quit IRC15:36
*** markus_z_meeting is now known as markus_z15:37
*** lprice has joined #openstack-cinder15:37
*** vignesh1 has quit IRC15:37
openstackgerritAlex O'Rourke proposed openstack/cinder: Remove db access from 3PAR and LH cg functions  https://review.openstack.org/23608915:39
*** vignesh has joined #openstack-cinder15:40
*** AndroUser2 has joined #openstack-cinder15:42
*** bill_az has quit IRC15:44
*** kfarr has joined #openstack-cinder15:45
openstackgerritAlex O'Rourke proposed openstack/cinder: 3PAR: Implement v2 replication (managed)  https://review.openstack.org/23120115:48
*** baumann has joined #openstack-cinder15:48
*** mc_nair has joined #openstack-cinder15:51
*** diegows has quit IRC15:51
*** dustins has quit IRC15:52
openstackgerritAlex O'Rourke proposed openstack/cinder: 3PAR: Implement v2 replication (unmanaged)  https://review.openstack.org/23124515:52
*** dustins has joined #openstack-cinder15:52
*** Guest45504 is now known as cfouts15:55
*** EinstCrazy has quit IRC15:57
*** Yogi1 has quit IRC15:58
*** jaypipes has joined #openstack-cinder15:59
*** ntpttr has joined #openstack-cinder15:59
*** kfarr has quit IRC16:00
*** houming-wang has joined #openstack-cinder16:00
*** houming-wang has quit IRC16:00
*** houming-wang has joined #openstack-cinder16:01
*** Chang has joined #openstack-cinder16:02
*** Chang has left #openstack-cinder16:02
*** diegows has joined #openstack-cinder16:03
*** rcernin has quit IRC16:04
*** diegows has quit IRC16:04
*** baumann has left #openstack-cinder16:05
*** mriedem has quit IRC16:06
*** gcb has quit IRC16:07
*** vignesh has quit IRC16:08
*** hodos has joined #openstack-cinder16:09
*** IlyaG has joined #openstack-cinder16:11
*** mriedem has joined #openstack-cinder16:11
*** houming-wang has quit IRC16:12
*** belmoreira has quit IRC16:13
*** timcl has quit IRC16:18
*** zz_smoriya has joined #openstack-cinder16:21
*** zz_smoriya is now known as smoriya16:22
*** thangp has joined #openstack-cinder16:23
*** setmason has joined #openstack-cinder16:25
*** salv-orl_ has quit IRC16:26
*** hemnafk is now known as hemna16:26
*** nkrinner has quit IRC16:27
*** julim_ has joined #openstack-cinder16:27
*** julim has quit IRC16:30
*** bluex has joined #openstack-cinder16:32
*** timcl has joined #openstack-cinder16:34
openstackgerritThang Pham proposed openstack/cinder: Update initialize_connection to use versionedobjects  https://review.openstack.org/23889416:34
*** leeantho has joined #openstack-cinder16:37
*** e0ne has quit IRC16:41
*** vgridnev_ has quit IRC16:42
openstackgerritGorka Eguileor proposed openstack/cinder-specs: Auto-fencing to support HA A/A  https://review.openstack.org/23707616:43
hodossmcginnis: hi, do I have to rewrite unit tests using new library for re-adding old driver?16:45
SwansonAre they written in mock or mox?16:47
Swansonhodos, smcginnis is at a conference so he might be slow to respond.  FYI.16:47
eharneywhat new library are you referring to?16:48
hodosSwanson, eharney: mox is the old one i think16:48
eharneyif re-adding a removed driver, the commit to re-add it should be as close as possible to a revert of the patch that removed it16:49
hodoseharney: ok, then I guess I can leave the old lib16:49
hodoshttps://review.openstack.org/#/c/188877/16:50
*** houming-wang has joined #openstack-cinder16:50
openstackgerritzhangsong proposed openstack/cinder: Sheepdog: Optimization of error handling  https://review.openstack.org/24555216:50
openstackgerritNate Potter proposed openstack/cinder: Check backup service before backup delete  https://review.openstack.org/24649816:53
*** e0ne has joined #openstack-cinder16:53
*** flaper87 has left #openstack-cinder16:53
*** IlyaG_ has joined #openstack-cinder16:54
*** timcl has quit IRC16:56
openstackgerritKendall Nelson proposed openstack/os-brick: Multipath Device Action Being Parsed as Name  https://review.openstack.org/24588216:57
*** IlyaG has quit IRC16:58
*** timcl has joined #openstack-cinder16:58
*** mriedem is now known as mriedem_meeting16:59
*** ntpttr has left #openstack-cinder16:59
openstackgerritDina Belova proposed openstack/cinder: Do not use api-paste.ini osprofiler options  https://review.openstack.org/24505517:01
*** crose has joined #openstack-cinder17:01
*** hodos has quit IRC17:04
*** tpeoples_away is now known as tpeoples17:04
*** rushil has joined #openstack-cinder17:05
*** houming-wang has quit IRC17:07
*** houming-wang has joined #openstack-cinder17:09
*** e0ne has quit IRC17:13
*** ntpttr has joined #openstack-cinder17:15
*** chris_morrell has joined #openstack-cinder17:16
*** yuriy_n17 has quit IRC17:17
openstackgerritOleksii Butenko proposed openstack/python-cinderclient: Add new tests for cinderclient.  https://review.openstack.org/24651317:17
*** e0ne has joined #openstack-cinder17:21
*** sgundur has quit IRC17:22
*** rushiagr is now known as rushiagr_away17:25
*** sgundur has joined #openstack-cinder17:26
*** vgridnev has joined #openstack-cinder17:29
*** salv-orl_ has joined #openstack-cinder17:32
*** jdurgin has quit IRC17:33
*** egonzalez has quit IRC17:34
openstackgerritAlon Marx proposed openstack/cinder: Remove db access from XIV/DS8K CG functions  https://review.openstack.org/24274417:36
*** rcernin has joined #openstack-cinder17:36
*** mriedem_meeting is now known as mriedem17:39
openstackgerritChris Morrell proposed openstack/cinder: Added VAG support to SolidFire.  https://review.openstack.org/24601417:42
*** alexschm has quit IRC17:43
*** e0ne has quit IRC17:46
smcginniseharney: I've been treating re-adds of drivers that have been out for awhile basically as new drivers. Oh well, hodos doesn't appear to be around any more.17:47
*** apoorvad has joined #openstack-cinder17:47
*** salv-orl_ has quit IRC17:47
*** salv-orlando has joined #openstack-cinder17:48
*** e0ne has joined #openstack-cinder17:49
hemnasmcginnis, +117:50
Swansonmock, then?17:50
smcginniseharney: In the case of mox vs mock for this instance I guess it really doesn't matter too much.17:51
smcginnisBAH!!17:51
smcginnisStoopid wifi.17:51
smcginnisMy preference would be mock, but I'm willing to give em a break if it's a major undertaking and there's already good coverage with mox.17:52
*** tpeoples has quit IRC17:53
openstackgerritThang Pham proposed openstack/cinder: Update initialize_connection to use versionedobjects  https://review.openstack.org/23889417:53
openstackgerritThang Pham proposed openstack/cinder: Update migrate_volume API to use versionedobjects  https://review.openstack.org/22891617:53
Swansonsmcginnis, Might want to let him know in his review ...  https://review.openstack.org/#/c/188877/17:54
*** haomaiwang has quit IRC17:55
*** merooeny_ has joined #openstack-cinder17:56
smcginnisAnyone else getting issues trying to use run_tests.sh -c to get code coverage?17:56
*** thangp has quit IRC17:57
*** markvoelker_ has joined #openstack-cinder17:57
*** timcl1 has joined #openstack-cinder17:57
*** sghanekar_ has joined #openstack-cinder17:58
*** akshai_ has joined #openstack-cinder17:58
*** lpetrut1 has joined #openstack-cinder17:58
*** lpetrut has quit IRC17:58
*** lpetrut1 is now known as lpetrut17:58
*** timcl has quit IRC17:59
*** ZZelle has quit IRC17:59
*** diablo_rojo1 has joined #openstack-cinder18:00
*** merooney has quit IRC18:00
*** markvoelker has quit IRC18:00
*** sbadia has quit IRC18:00
*** sgundur has quit IRC18:00
*** diablo_rojo has quit IRC18:00
*** akshai has quit IRC18:00
*** xek has quit IRC18:00
*** sgundur has joined #openstack-cinder18:00
*** jordanP has quit IRC18:01
*** lpetrut has quit IRC18:02
*** thangp has joined #openstack-cinder18:04
*** ZZelle has joined #openstack-cinder18:07
*** zhonghua has joined #openstack-cinder18:07
*** sbadia has joined #openstack-cinder18:07
*** zhonghua-lee has quit IRC18:11
*** houming-wang has quit IRC18:11
*** eduardo_ has quit IRC18:12
*** zhonghua has quit IRC18:20
*** zhonghua-lee has joined #openstack-cinder18:21
dulekpatrickeast: Hi!18:26
patrickeastdulek: hey18:26
dulekpatrickeast: https://github.com/openstack/cinder/blob/master/cinder/volume/flows/manager/create_volume.py#L778-L78118:27
*** liverpooler has joined #openstack-cinder18:27
dulekpatrickeast: This seems to be a little dangerous to pass higher-level manager object into lower-level flow.18:28
dulekpatrickeast: Can you explain motivation? I've started looking into whole create-volume stuff and this got me thinking.18:29
*** chhavi has quit IRC18:29
patrickeastdulek: yea its definitely not the best, its a downside of the way we are using taskflow for create volume18:29
patrickeastdulek: so we need a way to call into the manager methods from another manager method, seems to be a somewhat common thing in the manager itself18:29
patrickeastdulek: but in the ones that use taskflow we need to then pass the manager into the flow so it can call back up to it18:30
patrickeastdulek: or refactor a bunch of code somewhere to shared helpers or something and make sure we pass enough info through to do the call without the actual manager object18:30
dulekpatrickeast: Okay, so you probably wouldn't mind if I wanted to refactor that in the future?18:31
*** kfarr has joined #openstack-cinder18:35
patrickeastdulek: nah, go for it18:36
patrickeastdulek: as long as it still works i'm fine with making it nicer :D18:37
*** dims has quit IRC18:37
*** daemontool_ has quit IRC18:37
dulekpatrickeast: Not now, but I might need it in the future… Thanks for help! :)18:39
*** lpetrut has joined #openstack-cinder18:39
*** markstur_ is now known as markstur18:39
*** dims has joined #openstack-cinder18:40
*** timcl1 has quit IRC18:40
patrickeastdulek: np18:41
*** mriedem has quit IRC18:42
*** e0ne has quit IRC18:43
*** jaypipes has quit IRC18:43
*** timcl has joined #openstack-cinder18:44
*** mriedem has joined #openstack-cinder18:44
*** timcl has quit IRC18:46
*** timcl has joined #openstack-cinder18:48
*** boris-42 has quit IRC18:48
eharneysmcginnis: i was assuming we'd do mox->mock conversions as a follow up patch to make the review simpler18:49
*** EinstCrazy has joined #openstack-cinder18:49
*** ociuhandu has quit IRC18:49
openstackgerritKendall Nelson proposed openstack/cinder: Hacking Checks for assertTrue/False/IsNone()  https://review.openstack.org/24655418:51
*** timcl has quit IRC18:52
*** lpetrut has quit IRC18:52
*** lpetrut has joined #openstack-cinder18:53
openstackgerritSzymon Wróblewski proposed openstack/cinder: Update replication to use versionedobjects  https://review.openstack.org/23890618:55
*** chris_morrell has quit IRC18:56
*** lpabon has joined #openstack-cinder18:56
*** chris_morrell has joined #openstack-cinder18:56
*** EinstCrazy has quit IRC18:56
*** bluex has quit IRC19:00
*** diablo_rojo1 is now known as diablo_rojo19:00
*** ntpttr has quit IRC19:01
*** ntpttr has joined #openstack-cinder19:02
*** CORTEX\krfa has quit IRC19:04
*** rushil has quit IRC19:04
*** CORTEX\krfa has joined #openstack-cinder19:04
*** ociuhandu has joined #openstack-cinder19:05
*** timcl has joined #openstack-cinder19:10
*** rushil has joined #openstack-cinder19:17
*** jdurgin1 has quit IRC19:18
*** markus_z has quit IRC19:22
*** tpsilva has quit IRC19:22
*** angela-s has joined #openstack-cinder19:22
*** ekarlso has joined #openstack-cinder19:24
*** jaypipes has joined #openstack-cinder19:27
*** e0ne has joined #openstack-cinder19:27
*** sgundur has quit IRC19:30
*** tpeoples_ has joined #openstack-cinder19:30
openstackgerritNate Potter proposed openstack/cinder: Move quota checks from manager to API  https://review.openstack.org/24367319:31
*** sgundur has joined #openstack-cinder19:34
*** guilh_ has joined #openstack-cinder19:45
guilh_Hello all, I have create an aggregate and flavor and I also create a new cinder volume-type called 'fast-iscsi'. I can create new volume from that volume-type without problem, I can also attach that volume to any VM, and it work. I still have a lot of trouble to just set the default volume-type to my flavor called Client.fast-iSCSI. Does anyone know how to dedicated a volume-type to a flavor? Regards, Guillaume HARVEY19:45
*** jamielennox|away is now known as jamielennox19:45
*** salv-orlando has quit IRC19:48
*** e0ne has quit IRC19:50
*** jamielennox is now known as jamielennox|away19:52
*** adelia_ has joined #openstack-cinder20:01
*** hodos has joined #openstack-cinder20:01
*** ccesario has quit IRC20:01
openstackgerritJacob Gregor proposed openstack/cinder: Storwize: Split up __init__ into separate files  https://review.openstack.org/24032920:03
*** adelia has quit IRC20:05
*** jamielennox|away is now known as jamielennox20:09
*** apoorvad has quit IRC20:31
dulekxyang: hi!20:34
dulekxyang: I've got a question on request_spec_list passed in create_consistencygroup20:34
*** edtubill has joined #openstack-cinder20:35
dulekxyang: Is a careful assumption that this is simply a list of same request_specs as in create_volume?20:35
dulekI mean - is that careful assumption correct?20:35
xyangdulek: Should be the same, unless if user changed things after create CG and before create volume20:37
dulekxyang: Oh, I meant only the structure, not the actual content.20:37
*** apoorvad has joined #openstack-cinder20:37
xyangdulek: the structure should be the same20:37
dulekxyang: Cool, I was worried that this would be more challenging. Thanks!20:38
xyangdulek: you are welcome20:39
*** e0ne has joined #openstack-cinder20:44
*** e0ne has quit IRC20:47
*** Lee1092 has quit IRC20:49
*** salv-orlando has joined #openstack-cinder20:51
*** salv-orlando has quit IRC20:51
*** salv-orlando has joined #openstack-cinder20:52
*** Yogi1 has joined #openstack-cinder20:55
*** ccesario has joined #openstack-cinder20:57
*** dims_ has joined #openstack-cinder21:00
*** dims has quit IRC21:02
*** dzamboni has quit IRC21:03
*** adelia_ has quit IRC21:04
*** adelia has joined #openstack-cinder21:05
*** rushil has quit IRC21:08
*** salv-orlando has quit IRC21:08
openstackgerritMichal Dulko proposed openstack/cinder: WIP: Switch request_spec in create volume calls to ovo  https://review.openstack.org/24660021:10
*** salv-orlando has joined #openstack-cinder21:10
*** merooeny_ has quit IRC21:10
*** sgundur has quit IRC21:11
*** lpetrut has quit IRC21:12
*** sgundur has joined #openstack-cinder21:13
*** hodos has quit IRC21:15
scottdaDoes anyone know why "tox -epy27 -- -n <path.to.test_file>" works for cinder repo unit tests, but not for cinderclient?21:15
*** Yogi1 has quit IRC21:16
patrickeastscottda: a quick look at the tox.ini file shows they are maybe using different tools for running the tests21:20
patrickeasthttps://github.com/openstack/python-cinderclient/blob/master/tox.ini#L1421:20
patrickeasthttps://github.com/openstack/cinder/blob/master/tox.ini#L2521:20
patrickeastdunno what ostestr does though21:20
scottdahmmm..thanks.21:21
scottdaI guess a different question might be "How do you run a single test file for the cinderclient?"21:21
patrickeasti think you can do something like tox -epy27 -- test_name_regex21:22
patrickeastmaybe*21:22
scottdaok, I'll try it. Thanks21:22
*** kfarr has quit IRC21:25
patrickeasthemna: ruh roh... looks like something in cinder or os-brick might have regressed at some point21:25
patrickeasthemna: i'm looking into why my iscsi tests are being stupid and noticed http://openstack-logs.purestorage.com/16/228916/8/check/PureISCSIDriver-tempest-dsvm-volume-multipath/e8c33a3/logs/syslog.txt.gz#_Nov_17_19_25_3221:26
patrickeastwhich is what happens if we try and orphan an iscsi session21:26
patrickeastwell... not just try, if we do21:26
hemnapatrickeast, oh ?21:29
hemnahrmm21:30
patrickeasthemna: i'm still looking to make sure it wasn't something from the array, but thats the exact symptom of what happens if we disconnect a volume on the array side before closing the iscsi session21:30
patrickeasti guess it could legitimately be a network issue21:30
patrickeastbut its unlikely21:30
hemnaok let me know21:30
*** krtaylor has quit IRC21:32
*** [1]Thelo has joined #openstack-cinder21:37
openstackgerritAnthony Lee proposed openstack/cinder: Refactor HP LeftHand driver to now be HPE  https://review.openstack.org/24034321:38
*** Thelo has quit IRC21:39
*** [1]Thelo is now known as Thelo21:39
*** krtaylor has joined #openstack-cinder21:45
*** dustins has quit IRC21:48
*** mtanino has quit IRC21:51
*** dims_ has quit IRC21:51
*** dims has joined #openstack-cinder21:57
*** thangp has quit IRC21:59
*** baumann has joined #openstack-cinder21:59
*** porrua has quit IRC22:05
*** rushil has joined #openstack-cinder22:06
*** doffm_ is now known as doffm22:06
*** rushil_ has joined #openstack-cinder22:07
*** vgridnev has quit IRC22:08
*** mtanino has joined #openstack-cinder22:08
mc_nairhey eharney - was looking at your comment on https://review.openstack.org/#/c/240329/ about using MAPPING in order to not break compatibility. But this change is essentially breaking a single driver into two, so I don't think there's a one-to-one mapping between old driver and new one (we'd have to look at the 'storwize_svc_connection_protocol' flag to be able to correctly decide which driver to pick).  Do you know if anything like this has happened22:10
*** rushil has quit IRC22:11
eharneymc_nair: not that i know of, sorry22:12
eharneymc_nair: generally, existing deployments shouldn't stop working w/o a warning message present for a cycle first -- though i'm not sure what we would typically do in this particular case22:13
eharneymc_nair: if you leave it as-is, it probably needs UpgradeImpact in the commit message22:14
eharney(and an explanation of what's going on and how to fix it)22:14
*** cbader has quit IRC22:15
mc_naireharney: no worries, thanks for pointing that out regardless.  Yea, that makes sense.  I mean we can still make this work w/o breaking existing deployment if we look at the storwize_svc_connection_protocol config, but need to try and think through if we can make that change in mapping in a not *horrendously* hard-coded way :)22:15
eharneymc_nair: yeah, i could see that being sufficiently complicated to not be worthwhile22:16
mc_naireharney: haha, yea I haven't gone down a road it doesn't end badly22:16
mc_nairin my head22:16
*** rushil_ has quit IRC22:16
*** julim_ has quit IRC22:20
*** rcernin has quit IRC22:21
openstackgerritMitsuhiro Tanino proposed openstack/python-cinderclient: Add optional argument to list subcommand  https://review.openstack.org/24496222:25
*** ntpttr has quit IRC22:26
*** rushil has joined #openstack-cinder22:27
*** lprice has quit IRC22:27
*** sgundur has quit IRC22:27
*** lprice has joined #openstack-cinder22:29
*** sgundur has joined #openstack-cinder22:33
*** baumann has left #openstack-cinder22:33
*** lprice has quit IRC22:34
*** mc_nair has quit IRC22:34
*** xyang has quit IRC22:35
*** ntpttr has joined #openstack-cinder22:35
*** ntpttr has quit IRC22:38
openstackgerritChris Morrell proposed openstack/cinder: Added VAG support to SolidFire  https://review.openstack.org/24601422:42
*** apoorvad has quit IRC22:44
*** edtubill has quit IRC22:48
*** zhonghua has joined #openstack-cinder22:51
*** zhonghua-lee has quit IRC22:51
*** jgregor has quit IRC22:52
*** liverpooler has quit IRC22:53
*** mriedem has quit IRC22:53
*** liverpooler has joined #openstack-cinder22:54
*** liverpooler has quit IRC23:00
*** dims has quit IRC23:00
*** lprice has joined #openstack-cinder23:00
*** dims has joined #openstack-cinder23:01
*** dims_ has joined #openstack-cinder23:04
*** apoorvad has joined #openstack-cinder23:05
*** dims has quit IRC23:07
Swansonasselin__, This seems wrong ...  oslo_db.exception.DBConnectionError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'logstash.openstack.org' ([Errno 101] Network is unreachable)")23:08
Swansonasselin__, well, it is wrong.  Did I miss a setting somewhere?23:08
asselin__Swanson, where do you get that?23:08
Swansonnodepool image-build dpc23:09
SwansonI think the last thing it was running was 99-cache-testrepository-db23:09
Swanson(Looking through the log now...)23:09
* asselin__ looks23:09
*** rlucio has joined #openstack-cinder23:11
SwansonFile "/opt/nodepool-scripts/prepare_tempest_testrepository.py", line 39, in main23:12
SwansonDB_URI = 'mysql+pymysql://query:query@logstash.openstack.org/subunit2sql'23:13
asselin__Swanson, I think I recall someone else running into this23:13
asselin__that should work, but you don't need it, so you can delete that 'element' 99-cache-testrepository-db23:13
asselin__Swanson, it's also possible that the previous script might have broken your network connectivity23:16
SwansonGiving it another run with that script (I think) gone.23:17
openstackgerritHelen Walsh proposed openstack/cinder: EMC VMAX - Replacing depreciated API EMCGetTargetEndpoints  https://review.openstack.org/24432823:19
SwansonI just destroyed my history.  Which script would have whacked my network connectivity?23:20
asselin__Swanson, which history?23:21
SwansonMy nodepool history.23:21
asselin__Swanson, the puppet one....let me find the name23:21
asselin__Swanson, oh...the cache? how did you do that?23:21
SwansonNo, I mean the history of the last run.  So I can't look through the logg.23:22
Swansonlogs23:22
asselin__https://github.com/openstack-infra/project-config/blob/master/nodepool/elements/puppet/bin/prepare-node23:22
*** crose has quit IRC23:22
asselin__https://github.com/openstack-infra/project-config/blob/367992b58d7b182243b333520c2f87c6f33c1249/nodepool/elements/node-devstack/install.d/20-prepare-node23:23
SwansonI think that should be good.  I changed the assorted scripts to point to my dns server.23:24
asselin__ok23:26
*** salv-orl_ has joined #openstack-cinder23:28
*** jdurgin has joined #openstack-cinder23:30
*** salv-orlando has quit IRC23:30
*** alejandrito has quit IRC23:31
SwansonI'm assuming that if I've hit qemu-img convert that I'm well past the point I was.23:36
openstackgerritHelen Walsh proposed openstack/cinder: EMC VMAX - Fix for last volume in VMAX3 storage group  https://review.openstack.org/24433123:37
asselin__Swanson, yes23:37
Swansonasselin__, And it seemed to end with DIB image 2 with file dpc is built.  This is the farthest I've gotten.  So, yay!23:37
asselin__Swanson, \o/23:38
*** EinstCrazy has joined #openstack-cinder23:39
*** bardia has joined #openstack-cinder23:40
bardiaCan I submit my cinder driver for review while i'm still figuring out the connection issue to my third party CI from gerrit?23:40
*** yusuke has joined #openstack-cinder23:40
Swansonbardia, sure.  It won't be approved until CI is sorted, however.23:41
Swansonasselin__, The image-upload bit is unhappy with me.  It is doing 127.0.0.1.  Should it be set to my devstack setup?23:42
asselin__Swanson, yeah...I guess docs there need to be updated23:42
asselin__Swanson, that is now in the project-config repo23:42
asselin__Swanson, there should be a step telling you to read it :) https://github.com/openstack-infra/project-config-example23:43
asselin__https://github.com/openstack-infra/project-config-example#customize-nodepool23:43
bardiaSwanson: thanks23:43
asselin__Swanson, what do you have here? https://github.com/openstack-infra/project-config-example/blob/master/nodepool/nodepool.yaml#L4723:44
*** smoriya_ has joined #openstack-cinder23:44
Swanson'http://mdc-ci-slave:5000/v2.0'23:45
asselin__Swanson, is that your devstack setup?23:46
SwansonIt is.23:46
*** jgjhgsonchn88523 has quit IRC23:46
asselin__Swanson, are you using clouds.yaml?23:46
SwansonI am not.23:47
asselin__what ip does mdc-ci-slave resolve to?23:48
*** EinstCrazy has quit IRC23:48
Swanson192.168.0.5123:48
SwansonThe connection that could not be established was http://127.0.0.1:9292/v2/images?limit=100023:49
*** salv-orl_ has quit IRC23:49
*** angela-s has quit IRC23:50
asselin__Swanson, not sure...which user?23:50
*** salv-orlando has joined #openstack-cinder23:50
Swansonadmin23:50
asselin__Swanson, try using the nodepool user23:52
asselin__you built the images with the nodepool user right?23:52
SwansonYep.  How do I change this?23:53
*** adelia has quit IRC23:53
*** adelia has joined #openstack-cinder23:54
SwansonJust change the nodepool.yaml.  Not sure what the nodepool user pwd is.23:54
asselin__sudo su - nodepool23:55
*** adelia has quit IRC23:55
*** rhagarty_ has quit IRC23:55
*** adelia has joined #openstack-cinder23:55
*** rhagarty has joined #openstack-cinder23:55
SwansonOh, that way.  Yeah.  I tried to upload that way.23:55
asselin__ok23:56
*** rhagarty has quit IRC23:58
SwansonI wonder if my devstack is missing a required service....23:59

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