*** ociuhandu has quit IRC | 00:07 | |
*** tosky has quit IRC | 00:09 | |
*** e0ne has joined #openstack-cinder | 00:12 | |
*** ociuhandu has joined #openstack-cinder | 00:13 | |
*** e0ne has quit IRC | 00:17 | |
*** ociuhandu has quit IRC | 00:18 | |
*** e0ne has joined #openstack-cinder | 00:33 | |
*** e0ne has quit IRC | 00:37 | |
*** e0ne has joined #openstack-cinder | 01:14 | |
*** e0ne has quit IRC | 01:19 | |
*** zhanglong has joined #openstack-cinder | 01:21 | |
*** Liang__ has joined #openstack-cinder | 01:22 | |
openstackgerrit | Merged openstack/devstack-plugin-open-cas master: [ussuri][goal] Update contributor documentation https://review.opendev.org/721761 | 01:31 |
---|---|---|
*** zhanglong has quit IRC | 02:31 | |
*** zhanglong has joined #openstack-cinder | 02:33 | |
*** andrebeltrami has quit IRC | 02:37 | |
*** zhanglong has quit IRC | 02:39 | |
*** ociuhandu has joined #openstack-cinder | 02:40 | |
*** ociuhandu has quit IRC | 02:50 | |
*** threestrands has joined #openstack-cinder | 02:51 | |
*** ociuhandu has joined #openstack-cinder | 02:55 | |
*** ociuhandu has quit IRC | 03:00 | |
*** Xuchu has joined #openstack-cinder | 03:05 | |
*** sapd1 has joined #openstack-cinder | 03:10 | |
*** psachin has joined #openstack-cinder | 03:31 | |
*** ociuhandu has joined #openstack-cinder | 03:33 | |
*** ociuhandu has quit IRC | 03:38 | |
*** lvbin01 has quit IRC | 03:56 | |
*** lvbin02 has joined #openstack-cinder | 03:57 | |
*** lvbin02 is now known as lvbin01 | 03:59 | |
*** ircuser-1 has quit IRC | 04:23 | |
*** ociuhandu has joined #openstack-cinder | 04:27 | |
*** ykarel|away is now known as ykarel | 04:30 | |
*** ociuhandu has quit IRC | 04:34 | |
openstackgerrit | Brin Zhang proposed openstack/cinder master: Remove translation sections from setup.cfg https://review.opendev.org/723308 | 04:38 |
*** yaawang_ has quit IRC | 05:13 | |
*** yaawang_ has joined #openstack-cinder | 05:14 | |
*** vishalmanchanda has joined #openstack-cinder | 05:18 | |
*** udesale has joined #openstack-cinder | 05:29 | |
*** dpawlik has joined #openstack-cinder | 05:56 | |
*** pcaruana has joined #openstack-cinder | 06:01 | |
*** ociuhandu has joined #openstack-cinder | 06:02 | |
*** ociuhandu has quit IRC | 06:06 | |
*** CeeMac has joined #openstack-cinder | 06:16 | |
*** lennyb has quit IRC | 06:54 | |
*** ociuhandu has joined #openstack-cinder | 06:55 | |
openstackgerrit | Qiu Fossen proposed openstack/os-brick master: Bump default tox env from py37 to py38 https://review.opendev.org/723324 | 07:00 |
*** lvbin01 has quit IRC | 07:11 | |
*** lvbin01 has joined #openstack-cinder | 07:11 | |
*** ociuhandu has quit IRC | 07:13 | |
*** ociuhandu has joined #openstack-cinder | 07:13 | |
*** tosky has joined #openstack-cinder | 07:26 | |
*** ociuhandu has quit IRC | 07:26 | |
*** ociuhandu has joined #openstack-cinder | 07:29 | |
*** yaawang_ has quit IRC | 07:49 | |
*** yaawang_ has joined #openstack-cinder | 07:50 | |
*** yaawang_ has quit IRC | 07:54 | |
*** yaawang_ has joined #openstack-cinder | 07:55 | |
*** yaawang_ has quit IRC | 08:02 | |
*** yaawang_ has joined #openstack-cinder | 08:03 | |
*** lvbin02 has joined #openstack-cinder | 08:08 | |
*** lvbin01 has quit IRC | 08:09 | |
*** lvbin02 is now known as lvbin01 | 08:09 | |
*** e0ne has joined #openstack-cinder | 08:10 | |
*** rcernin has quit IRC | 08:13 | |
*** threestrands has quit IRC | 08:20 | |
*** tkajinam has quit IRC | 08:23 | |
*** logan_ has joined #openstack-cinder | 08:31 | |
*** logan- has quit IRC | 08:32 | |
*** bojleros has joined #openstack-cinder | 08:34 | |
*** logan_ is now known as logan- | 08:35 | |
bojleros | Hi , i am making some experiments with stein cinder | 08:37 |
bojleros | my goal is to use lvm driver to directly attach storage volumes | 08:38 |
bojleros | without iscsi | 08:38 |
bojleros | afaik it is pointless to create new driver and duplicate code for lvm | 08:39 |
bojleros | so i decided to create new target helper called 'direct' | 08:39 |
bojleros | this target helper is not going to to anything since it is not needed | 08:39 |
bojleros | my question is about volume attach process | 08:39 |
*** martinkennelly has joined #openstack-cinder | 08:39 | |
bojleros | i decided to use LOCAL connector so i passed self.protocol='LOCAL' in my target code | 08:40 |
whoami-rajat | bojleros, Hi, i think you can use cinderlib for that purpose | 08:41 |
bojleros | what i see is nova trying to search for FC devices | 08:41 |
bojleros | what i miss right now is passing a blockdev path from cinder driver to nova | 08:43 |
*** ykarel is now known as ykarel|lunch | 08:44 | |
bojleros | and a bit of guidance :) | 08:44 |
bojleros | well but what i see is that cinderlib is also using iscsi by default | 08:45 |
bojleros | and my goal is bypasing it | 08:45 |
bojleros | since it impacts ssd performance a lot | 08:45 |
whoami-rajat | bojleros, for SSD drives we've NVMe drivers | 08:46 |
bojleros | i have a lot of sata/sas ssd's , their performance/price is much more affordable | 08:47 |
bojleros | but have no way for using them efficiently :/ | 08:47 |
bojleros | i have already talked with m5z about it | 08:47 |
bojleros | that's how it ended up in this hacking | 08:48 |
whoami-rajat | bojleros, oh yeah i remember now | 08:48 |
whoami-rajat | yep, if you feel like that's the right way, you can continue | 08:49 |
bojleros | hm , honestly i did not expected such problem on POC | 08:51 |
bojleros | finally we decided to deploy services that require DAS on ovirt | 08:52 |
bojleros | and this is a real pain | 08:52 |
bojleros | whoami-rajat what do you think about my choice of creating a custom target? | 08:55 |
*** martinkennelly has quit IRC | 08:56 | |
*** martinkennelly has joined #openstack-cinder | 08:56 | |
whoami-rajat | bojleros, i'm not an expert in that domain, but isn't using lvm directly without cinder better if the usecase is local attach? | 08:56 |
bojleros | well, we use lvm driver in nova but it completly lacks of flexiblity | 08:58 |
bojleros | we must define our flavors with a rootdisk | 08:58 |
bojleros | maybe i am wrong and rootdisk can be resized separately but for now we have a lot of flavors and that's just unmanageable | 08:58 |
bojleros | yep , i want to attach lvm device directly , it also assumes that vm's are created in server groups/ availablity zones that consists of a single hypervisor | 08:59 |
bojleros | so you can avoid problems with storage and vm not running on a same hardware | 09:00 |
*** geguileo has joined #openstack-cinder | 09:14 | |
geguileo | whoami-rajat: sorry, my bouncer lost my nick :-( | 09:14 |
geguileo | whoami-rajat: and the channel kicked me out because the new nick was not registered | 09:16 |
*** sapd1 has quit IRC | 09:16 | |
*** JaySee has joined #openstack-cinder | 09:17 | |
whoami-rajat | geguileo, oh np. | 09:18 |
geguileo | bojleros: what's the reason for not using the iSCSI transport? | 09:18 |
bojleros | huge performance drop | 09:19 |
bojleros | in compare to raw ssd device acces | 09:19 |
bojleros | in compare to raw ssd device access | 09:19 |
geguileo | huge? | 09:19 |
geguileo | I think e0ne did some tests some time ago comparing direct access to the LVM DM and going through iSCSI and the difference was not big | 09:20 |
bojleros | i did it a couple of months ago , then this issue was put on our backlog | 09:20 |
bojleros | some of our devices are capable of 30k-90k iops | 09:21 |
geguileo | bojleros: but the direct disk access is using LVM on top, or raw? | 09:21 |
bojleros | while iscsi cpu saturation occured at ~20k | 09:21 |
e0ne | AFAIR, performance with LIO target was pretty same as using raw devices | 09:21 |
e0ne | bojleros: what target driver do you use? | 09:22 |
geguileo | e0ne: I was thinking that maybe the problem was comparing raw disk access with LVM thin volumes... | 09:22 |
bojleros | we use megaraid that exposes raid10 vd into a single sd* device | 09:22 |
bojleros | we use this device as pv for lvm driver vg | 09:23 |
bojleros | no no :) performance was checked on thick volumes , i know the trick ;) | 09:23 |
geguileo | ok | 09:23 |
bojleros | we also checked different cache methods for cinder and for raid controller | 09:24 |
geguileo | bojleros: and how did you test the perf from both cases? | 09:24 |
bojleros | i regret that i didnt made any report those days | 09:24 |
bojleros | fio | 09:25 |
geguileo | accessing it directly on the node and then exporting it using LIO and attaching it locally? | 09:25 |
bojleros | since most of opensouce databases are not using raw devices | 09:25 |
bojleros | one benchmark was made inside of vm , with care to avoid other resource starvation like cpu | 09:26 |
bojleros | another was made on openstack host , by using the same block device when instance was shut off | 09:26 |
bojleros | if you want i can try to do it again and initiate iscsi device directly on host | 09:27 |
bojleros | without including vm overhead | 09:27 |
geguileo | so the VM and the LVM disk were colocated on the same host, right? | 09:28 |
bojleros | yes | 09:28 |
bojleros | there should be no network latency impact | 09:28 |
bojleros | but i remember some of iscsi related process that was 100% of single core and unable to scale out | 09:29 |
bojleros | this is why we got this idea of bypassing iscsi | 09:29 |
bojleros | apart of that we use ceph so we have no benefit of iscsi here | 09:30 |
bojleros | apart of that , having ability of removing iscsi here is also a reduction of cpu overhead caused by storage | 09:32 |
openstackgerrit | Merged openstack/cinder master: Add test coverage for manage_snapshot_flow https://review.opendev.org/691574 | 09:34 |
*** ykarel|lunch is now known as ykarel | 09:36 | |
geguileo | bojleros: but then the volumes must be colocated with the VMs | 09:36 |
bojleros | yep , that's what we want , a direct attached storage | 09:37 |
bojleros | we can prevent of issues like having a vm and storage on a different hosts by creating singlehost az/servergroups | 09:37 |
geguileo | bojleros: what mechanism are you using to force the colocation? | 09:38 |
bojleros | singlehost az/servergroups | 09:38 |
bojleros | you can create dedicated availability zone for each local storage host you have, i realize this is not the cleanest way | 09:40 |
bojleros | but for now i am not aware of anything else that can be used for that | 09:41 |
bojleros | vm pinning maybe | 09:41 |
geguileo | afaik to force collocation you would need to do the single node AZ for both nova an each cinder-volume service, and you would need to disable cross AZ support in Nova | 09:47 |
geguileo | bojleros: the tests of testing performance inside the VM and then doing it directly outside of the VM may not be fair | 09:48 |
geguileo | bojleros: you should do both inside or both outside | 09:48 |
bojleros | yep , you are right that vm can impact performance but that's why i have monitored resources | 09:52 |
bojleros | ok , gonna make this comparison and get back with results | 09:53 |
bojleros | btw | 09:53 |
bojleros | can you give me a brief guidance on how the nova chooses way of attaching cinder volumes ? | 09:54 |
bojleros | now it tries to use FC and i have protocol=LOCAL | 09:54 |
bojleros | so that's a bit strange to me | 09:54 |
bojleros | it's experimental so it is ugly : https://github.com/bojleros/cinder-experiments/commit/ca951ca3b8f8bd01f0ec7618a660e4a86ea9a281 | 09:54 |
*** martinkennelly has quit IRC | 09:55 | |
*** martinkennelly has joined #openstack-cinder | 09:55 | |
geguileo | bojleros: the attachment is done by os-brick | 09:56 |
bojleros | i think it should be possible to use this https://github.com/openstack/os-brick/blob/fd6425b2ee725f19aaf9bb4543cceed18ec95cc2/os_brick/initiator/connector.py#L106 | 09:56 |
bojleros | and volume parameters are passed over db ? | 09:57 |
geguileo | bojleros: no, you must return them on the initialize_connection method, that you are returning "data": "TBD" | 09:58 |
bojleros | that's why i felt this is going to be this method or create_export but have'nt figured out yet :) | 10:02 |
openstackgerrit | Yong Huang proposed openstack/cinder master: [Unity]: Change QoS keys to 'total_iops_sec', 'total_bytes_sec' https://review.opendev.org/723368 | 10:02 |
*** Liang__ has quit IRC | 10:15 | |
*** sapd1 has joined #openstack-cinder | 10:18 | |
openstackgerrit | Merged openstack/cinder stable/ussuri: Correct unsupported drivers release note https://review.opendev.org/723008 | 10:23 |
whoami-rajat | Xuchu, around? | 10:28 |
Xuchu | Hi, whoami-rajat: | 10:28 |
whoami-rajat | Xuchu, i reviewed this patch https://review.opendev.org/#/c/715766/7 | 10:29 |
whoami-rajat | and i've some refactoring comments | 10:29 |
whoami-rajat | if you can address them in a quick followup, i can merge this patch | 10:29 |
Xuchu | whoami-rajat: sure | 10:30 |
*** ykarel is now known as ykarel|afak | 10:31 | |
*** ykarel|afak is now known as ykarel|afk | 10:31 | |
whoami-rajat | Xuchu, great. i've left my comments. | 10:32 |
Xuchu | I see your comments, I will check it and refactor in another patch asap. Thanks for your comments | 10:33 |
bojleros | geguileo thank you for help , i have managed to mount it with hardcoded path | 10:35 |
bojleros | now i have to test resize and get rid of static path | 10:36 |
whoami-rajat | Xuchu, np | 10:39 |
*** ociuhandu has quit IRC | 10:42 | |
*** ociuhandu has joined #openstack-cinder | 10:44 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder-specs master: Backup Backends Configuration https://review.opendev.org/712301 | 10:48 |
*** ociuhandu has quit IRC | 11:03 | |
*** ociuhandu has joined #openstack-cinder | 11:04 | |
*** ociuhandu has quit IRC | 11:23 | |
*** e0ne has quit IRC | 11:30 | |
*** e0ne has joined #openstack-cinder | 11:31 | |
*** ykarel|afk is now known as ykarel | 11:31 | |
openstackgerrit | Merged openstack/cinder stable/ussuri: Revert "Mark MacroSAN Driver Unsupported" https://review.opendev.org/722940 | 11:35 |
openstackgerrit | Merged openstack/cinder stable/train: Fix: failed to create snapshot with DriverFilter https://review.opendev.org/718447 | 11:39 |
*** smcginnis has quit IRC | 11:40 | |
*** smcginnis has joined #openstack-cinder | 11:41 | |
*** ChanServ sets mode: +o smcginnis | 11:41 | |
*** sapd1 has quit IRC | 11:41 | |
*** martinkennelly has quit IRC | 11:46 | |
*** martinkennelly has joined #openstack-cinder | 11:46 | |
*** martinkennelly has quit IRC | 11:51 | |
*** ociuhandu has joined #openstack-cinder | 11:55 | |
*** ociuhandu has quit IRC | 12:06 | |
*** ociuhandu has joined #openstack-cinder | 12:12 | |
*** enriquetaso has joined #openstack-cinder | 12:13 | |
*** andrebeltrami has joined #openstack-cinder | 12:19 | |
*** ociuhandu has quit IRC | 12:24 | |
*** ociuhandu has joined #openstack-cinder | 12:24 | |
*** rosmaita has left #openstack-cinder | 12:34 | |
*** ociuhandu has quit IRC | 12:35 | |
*** ykarel is now known as ykarel|afk | 12:38 | |
*** rosmaita has joined #openstack-cinder | 12:39 | |
*** ociuhandu has joined #openstack-cinder | 12:41 | |
*** sapd1 has joined #openstack-cinder | 12:48 | |
*** ykarel|afk is now known as ykarel | 12:52 | |
*** ociuhandu has quit IRC | 12:53 | |
*** ociuhandu has joined #openstack-cinder | 13:00 | |
*** martinkennelly has joined #openstack-cinder | 13:05 | |
openstackgerrit | Raghavendra Tilay proposed openstack/cinder stable/train: HPE 3PAR: Support duplicated FQDN in network https://review.opendev.org/723520 | 13:06 |
*** sapd1 has quit IRC | 13:06 | |
*** Xuchu has quit IRC | 13:11 | |
*** eharney has joined #openstack-cinder | 13:14 | |
*** udesale_ has joined #openstack-cinder | 13:20 | |
*** udesale has quit IRC | 13:23 | |
*** psachin has quit IRC | 13:35 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/queens: VMAX Driver Queens - FC live migration failure https://review.opendev.org/723532 | 13:37 |
*** tkajinam has joined #openstack-cinder | 13:42 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/rocky: VMAX Driver - Backport fix for Rocky and Queens https://review.opendev.org/723552 | 14:07 |
*** irclogbot_0 has joined #openstack-cinder | 14:07 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/queens: VMAX Driver Queens - FC live migration failure https://review.opendev.org/723532 | 14:10 |
*** irclogbot_0 has quit IRC | 14:12 | |
*** irclogbot_2 has joined #openstack-cinder | 14:21 | |
*** irclogbot_2 has quit IRC | 14:25 | |
*** irclogbot_1 has joined #openstack-cinder | 14:25 | |
*** irclogbot_1 has quit IRC | 14:29 | |
*** irclogbot_2 has joined #openstack-cinder | 14:29 | |
*** irclogbot_2 has quit IRC | 14:35 | |
*** irclogbot_1 has joined #openstack-cinder | 14:35 | |
*** irclogbot_1 has quit IRC | 14:39 | |
*** irclogbot_3 has joined #openstack-cinder | 14:39 | |
*** irclogbot_3 has quit IRC | 14:45 | |
*** irclogbot_3 has joined #openstack-cinder | 14:45 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder master: WIP. Refactor backup configuration https://review.opendev.org/722655 | 14:50 |
*** irclogbot_3 has quit IRC | 14:51 | |
*** irclogbot_2 has joined #openstack-cinder | 14:51 | |
*** tkajinam has quit IRC | 14:54 | |
*** irclogbot_2 has quit IRC | 14:55 | |
*** irclogbot_0 has joined #openstack-cinder | 14:55 | |
*** irclogbot_0 has quit IRC | 14:59 | |
*** irclogbot_0 has joined #openstack-cinder | 14:59 | |
*** irclogbot_0 has quit IRC | 15:03 | |
*** irclogbot_1 has joined #openstack-cinder | 15:03 | |
*** irclogbot_1 has quit IRC | 15:07 | |
*** irclogbot_3 has joined #openstack-cinder | 15:07 | |
*** irclogbot_3 has quit IRC | 15:11 | |
*** irclogbot_1 has joined #openstack-cinder | 15:11 | |
*** irclogbot_1 has quit IRC | 15:15 | |
*** irclogbot_3 has joined #openstack-cinder | 15:15 | |
*** irclogbot_3 has quit IRC | 15:19 | |
*** irclogbot_1 has joined #openstack-cinder | 15:19 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder master: WIP. Refactor backup configuration https://review.opendev.org/722655 | 15:20 |
openstackgerrit | Merged openstack/cinder master: Delete volume with additional removehostmappings parameter https://review.opendev.org/715766 | 15:20 |
*** irclogbot_1 has quit IRC | 15:23 | |
*** irclogbot_0 has joined #openstack-cinder | 15:23 | |
*** brinzhang_ has quit IRC | 15:25 | |
*** brinzhang_ has joined #openstack-cinder | 15:26 | |
*** irclogbot_0 has quit IRC | 15:27 | |
*** irclogbot_1 has joined #openstack-cinder | 15:27 | |
*** brinzhang_ has quit IRC | 15:28 | |
*** brinzhang_ has joined #openstack-cinder | 15:28 | |
*** irclogbot_1 has quit IRC | 15:31 | |
*** irclogbot_0 has joined #openstack-cinder | 15:31 | |
*** lvbin01 has quit IRC | 15:34 | |
*** e0ne has quit IRC | 15:34 | |
*** irclogbot_0 has quit IRC | 15:36 | |
*** irclogbot_3 has joined #openstack-cinder | 15:37 | |
*** lvbin01 has joined #openstack-cinder | 15:40 | |
*** ykarel is now known as ykarel|away | 15:50 | |
openstackgerrit | Merged openstack/cinder master: NetApp SolidFire: Fix retype to SolidFire https://review.opendev.org/710336 | 15:54 |
*** lvbin01 has quit IRC | 15:55 | |
*** ociuhandu has quit IRC | 15:56 | |
*** lvbin01 has joined #openstack-cinder | 15:57 | |
*** ociuhandu has joined #openstack-cinder | 16:00 | |
*** lvbin01 has quit IRC | 16:03 | |
*** lvbin01 has joined #openstack-cinder | 16:03 | |
*** lvbin01 has quit IRC | 16:06 | |
*** lvbin01 has joined #openstack-cinder | 16:07 | |
*** Xuchu has joined #openstack-cinder | 16:11 | |
openstackgerrit | Simon O'Donovan proposed openstack/cinder master: PowerMax Driver - Live migrate remove rep vol from sg https://review.opendev.org/722667 | 16:12 |
openstackgerrit | Simon O'Donovan proposed openstack/cinder master: PowerMax Driver - Rep validation fix & Retype suspension fix https://review.opendev.org/721980 | 16:18 |
*** ociuhandu has quit IRC | 16:20 | |
*** ociuhandu has joined #openstack-cinder | 16:21 | |
*** elod has quit IRC | 16:22 | |
*** elod has joined #openstack-cinder | 16:23 | |
*** udesale_ has quit IRC | 16:26 | |
*** vesper11 has quit IRC | 16:26 | |
*** hoonetorg has quit IRC | 16:26 | |
*** abishop has quit IRC | 16:26 | |
*** rmk has quit IRC | 16:26 | |
*** tonyb has quit IRC | 16:26 | |
*** irclogbot_3 has quit IRC | 16:28 | |
*** vesper11 has joined #openstack-cinder | 16:29 | |
*** irclogbot_1 has joined #openstack-cinder | 16:29 | |
*** KeithMnemonic has joined #openstack-cinder | 16:30 | |
*** hoonetorg has joined #openstack-cinder | 16:31 | |
*** udesale_ has joined #openstack-cinder | 16:31 | |
*** abhishekk has joined #openstack-cinder | 16:32 | |
*** abishop has joined #openstack-cinder | 16:32 | |
*** rmk has joined #openstack-cinder | 16:32 | |
*** tonyb has joined #openstack-cinder | 16:32 | |
*** Xuchu has quit IRC | 16:35 | |
*** ChanServ has quit IRC | 16:42 | |
*** ChanServ has joined #openstack-cinder | 16:45 | |
*** tepper.freenode.net sets mode: +o ChanServ | 16:45 | |
*** Xuchu has joined #openstack-cinder | 16:46 | |
*** sapd1_x has joined #openstack-cinder | 16:47 | |
*** udesale_ has quit IRC | 16:50 | |
*** Xuchu has quit IRC | 17:03 | |
*** ociuhandu has quit IRC | 17:06 | |
*** ociuhandu has joined #openstack-cinder | 17:06 | |
*** ociuhandu has quit IRC | 17:12 | |
*** abishop has quit IRC | 17:26 | |
*** abhishekk has quit IRC | 17:26 | |
*** rmk has quit IRC | 17:26 | |
*** tonyb has quit IRC | 17:26 | |
*** abhishekk has joined #openstack-cinder | 17:29 | |
*** abishop has joined #openstack-cinder | 17:29 | |
*** rmk has joined #openstack-cinder | 17:29 | |
*** tonyb has joined #openstack-cinder | 17:29 | |
*** vishalmanchanda has quit IRC | 17:34 | |
*** ChanServ has quit IRC | 17:39 | |
*** ChanServ has joined #openstack-cinder | 17:42 | |
*** tepper.freenode.net sets mode: +o ChanServ | 17:42 | |
*** ociuhandu has joined #openstack-cinder | 17:42 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/queens: VMAX Driver Queens - FC live migration failure https://review.opendev.org/723532 | 17:47 |
*** hoonetorg has quit IRC | 18:02 | |
*** e0ne has joined #openstack-cinder | 18:08 | |
*** e0ne has quit IRC | 18:18 | |
*** e0ne has joined #openstack-cinder | 18:19 | |
*** ociuhandu has quit IRC | 18:20 | |
*** ociuhandu has joined #openstack-cinder | 18:20 | |
*** e0ne has quit IRC | 18:21 | |
openstackgerrit | Daniele Caiti proposed openstack/cinder master: removed md5.encode()'utf-8' function, because on python3 hashlib.md5(self.data).digest() return byte objects not a string https://review.opendev.org/723637 | 18:30 |
*** dpawlik has quit IRC | 18:47 | |
enriquetaso | Hi, do we have something like this https://docs.openstack.org/manila/latest/contributor/tempest_tests.html for Cinder? | 18:57 |
*** ociuhandu has quit IRC | 19:03 | |
*** ociuhandu has joined #openstack-cinder | 19:06 | |
smcginnis | enriquetaso: That looks old. | 19:07 |
smcginnis | Our tempest plugins used to be kept in the cinder repo like that. | 19:07 |
smcginnis | That caused issues. There was a cycle goal to move everyone's tempest plugins out into their own repos. | 19:07 |
smcginnis | So if manila still has that, they shouldn't. | 19:08 |
smcginnis | Oh, looks like that initial text is a little misleading. It does talk about installing the plugin as a separate thing later. | 19:08 |
gouthamr | heh, the first statement on that is wrong | 19:08 |
gouthamr | yes :) | 19:08 |
smcginnis | We don't have a doc like that, but we probably could adapt something based off of that. | 19:09 |
smcginnis | Really nice doc to have. | 19:09 |
gouthamr | +1 | 19:09 |
enriquetaso | :) | 19:10 |
enriquetaso | thanks smcginnis, gouthamr for answered me. I'd would be nice to have one | 19:11 |
*** ociuhandu has quit IRC | 19:20 | |
tosky | smcginnis, enriquetaso, gouthamr : I think the central tempest documentation should be improved instead, and apart from plugin-specific details, all generic information shouldn't be duplicated | 19:21 |
gouthamr | tosky: sure, it's easier/better if we lead there from the project contributor documentation where we have the specifics | 19:25 |
*** ociuhandu has joined #openstack-cinder | 19:27 | |
*** e0ne has joined #openstack-cinder | 19:39 | |
*** Lucas_Gray has joined #openstack-cinder | 19:41 | |
*** Lucas_Gray has quit IRC | 19:42 | |
*** bojleros has quit IRC | 19:44 | |
openstackgerrit | Fernando Ferraz proposed openstack/cinder master: NetApp SolidFire: Fix pylint issues https://review.opendev.org/710476 | 19:45 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: PowerMax Driver - Concurrent live migrations failure https://review.opendev.org/723668 | 19:48 |
*** vishakha has quit IRC | 19:49 | |
*** Lucas_Gray has joined #openstack-cinder | 19:51 | |
openstackgerrit | Helen Walsh proposed openstack/cinder master: PowerMax Driver - Concurrent live migrations failure https://review.opendev.org/723668 | 20:01 |
*** brinzhang_ has quit IRC | 20:14 | |
*** brinzhang_ has joined #openstack-cinder | 20:14 | |
*** ociuhandu has quit IRC | 20:57 | |
*** ociuhandu has joined #openstack-cinder | 20:58 | |
*** brinzhang has joined #openstack-cinder | 21:08 | |
*** ociuhandu has quit IRC | 21:11 | |
*** brinzhang_ has quit IRC | 21:11 | |
*** rcernin has joined #openstack-cinder | 21:14 | |
*** ociuhandu has joined #openstack-cinder | 21:19 | |
*** bojleros has joined #openstack-cinder | 21:23 | |
*** e0ne has quit IRC | 21:27 | |
*** ociuhandu has quit IRC | 21:29 | |
*** martinkennelly has quit IRC | 21:33 | |
*** martinkennelly has joined #openstack-cinder | 21:37 | |
*** ociuhandu has joined #openstack-cinder | 21:39 | |
*** enriquetaso has quit IRC | 21:40 | |
*** martinkennelly has quit IRC | 21:46 | |
*** ociuhandu has quit IRC | 21:49 | |
*** ociuhandu has joined #openstack-cinder | 22:18 | |
*** Lucas_Gray has quit IRC | 22:21 | |
*** ociuhandu has quit IRC | 22:29 | |
*** yaawang has joined #openstack-cinder | 22:32 | |
*** yaawang_ has quit IRC | 22:33 | |
*** sfernand has quit IRC | 22:42 | |
*** tkajinam has joined #openstack-cinder | 22:49 | |
*** tkajinam has quit IRC | 22:49 | |
*** tkajinam has joined #openstack-cinder | 22:50 | |
*** tosky has quit IRC | 23:02 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!