*** kaisers has quit IRC | 00:11 | |
*** jiaopeng_ has joined #openstack-cinder | 00:13 | |
*** markvoelker has joined #openstack-cinder | 00:21 | |
*** edmondsw has joined #openstack-cinder | 00:25 | |
*** edmondsw has quit IRC | 00:29 | |
*** cburgess has quit IRC | 00:29 | |
*** wanghao has joined #openstack-cinder | 00:31 | |
*** ianychoi has quit IRC | 00:35 | |
*** cburgess has joined #openstack-cinder | 00:36 | |
*** cburgess has quit IRC | 00:40 | |
*** cburgess has joined #openstack-cinder | 00:41 | |
*** Dinesh_Bhor has joined #openstack-cinder | 00:43 | |
*** ianychoi has joined #openstack-cinder | 00:44 | |
*** stakeda has joined #openstack-cinder | 00:44 | |
*** markstur has joined #openstack-cinder | 00:49 | |
*** markstur has quit IRC | 00:49 | |
*** markstur has joined #openstack-cinder | 00:49 | |
*** markvoelker has quit IRC | 00:59 | |
*** jiaopeng_ has quit IRC | 01:00 | |
*** kaisers has joined #openstack-cinder | 01:08 | |
*** kaisers has quit IRC | 01:13 | |
*** markvoelker has joined #openstack-cinder | 01:16 | |
openstackgerrit | liuyamin proposed openstack/python-cinderclient master: Switch from ostestr to stestr https://review.openstack.org/567140 | 01:18 |
---|---|---|
*** threestrands_ has joined #openstack-cinder | 01:23 | |
*** threestrands_ has quit IRC | 01:24 | |
*** threestrands_ has joined #openstack-cinder | 01:24 | |
*** threestrands_ has joined #openstack-cinder | 01:24 | |
*** threestrands has quit IRC | 01:25 | |
*** jappleii__ has joined #openstack-cinder | 01:27 | |
*** jiaopengju has joined #openstack-cinder | 01:28 | |
*** jappleii__ has quit IRC | 01:28 | |
*** jappleii__ has joined #openstack-cinder | 01:29 | |
*** jappleii__ has quit IRC | 01:30 | |
*** threestrands_ has quit IRC | 01:30 | |
*** jappleii__ has joined #openstack-cinder | 01:30 | |
*** jappleii__ has quit IRC | 01:31 | |
*** jappleii__ has joined #openstack-cinder | 01:32 | |
*** markstur has quit IRC | 01:36 | |
*** zhaochao has joined #openstack-cinder | 01:45 | |
*** dalgaaf has quit IRC | 01:47 | |
*** markstur has joined #openstack-cinder | 01:47 | |
*** dalgaaf has joined #openstack-cinder | 01:48 | |
*** bkopilov_ has quit IRC | 01:53 | |
*** jiaopengju has quit IRC | 02:05 | |
*** jiaopeng_ has joined #openstack-cinder | 02:07 | |
*** jiaopeng_ has quit IRC | 02:11 | |
*** edmondsw has joined #openstack-cinder | 02:13 | |
*** edmondsw has quit IRC | 02:17 | |
*** namnh has joined #openstack-cinder | 02:41 | |
*** pvc has joined #openstack-cinder | 02:42 | |
pvc | hi | 02:42 |
pvc | can i extend my volume on fly even if it is on in-use state | 02:42 |
vivsoni__ | pvc: yes we can extend | 02:46 |
pvc | how sir? | 02:47 |
pvc | im extending it but it say i need to dettach it first | 02:47 |
pvc | vivsoni__ Failed to set volume size: Volume is in in-use state, it must be available before size can be extended | 02:49 |
pvc | vivsoni__ im using queens | 02:50 |
vivsoni__ | pvc: https://specs.openstack.org/openstack/cinder-specs/specs/pike/extend-attached-volume.html | 02:52 |
vivsoni__ | pvc: specs is implemented | 02:53 |
pvc | What i need to update that? | 02:54 |
pvc | im using Queens Release | 02:54 |
vivsoni__ | pvc: underlying driver needs to be implemented | 02:54 |
vivsoni__ | pvc: yes Queens is the later release which supports extend volume functionality | 02:54 |
pvc | im using LVM for my cinder | 02:54 |
*** itlinux has joined #openstack-cinder | 02:55 | |
pvc | vivsoni__ can you help me? im using kolla-ansible queens. What step should i do? Im using LVM as my backend for my cinder | 02:58 |
vivsoni__ | pvc: can you try with "cinder --os-volume-api-version 3.42 extend <volname> <size>" | 03:00 |
pvc | Wait | 03:00 |
pvc | Wow. :) | 03:01 |
pvc | It works. | 03:01 |
pvc | Thank you so much Sir vivsoni | 03:01 |
pvc | so API_VERSION 3.50 not working Sir vivsoni__ ? | 03:02 |
pvc | cinder extend c84a5eab-f2bd-4f3a-8d88-fc19caa874ec 3 ERROR: Invalid volume: Volume c84a5eab-f2bd-4f3a-8d88-fc19caa874ec status must be '{'status': 'available'}' to extend, currently in-use. | 03:03 |
pvc | Thank you so much vivsoni__ | 03:07 |
*** jmlowe_ has joined #openstack-cinder | 03:10 | |
*** jmlowe has quit IRC | 03:12 | |
pvc | vivsoni__ Do i need to do something also on OS side? | 03:12 |
vivsoni__ | pvc: no | 03:13 |
pvc | When i type lsblk | 03:13 |
pvc | its 1GB but in openstack volume list its 3GB | 03:13 |
pvc | lvdispla | 03:13 |
pvc | vdb 253:16 0 1G 0 disk | 03:13 |
pvc | c84a5eab-f2bd-4f3a-8d88-fc19caa874ec | | in-use | 3 | Attached to Nagios on /dev/vdb | 03:13 |
*** markstur has quit IRC | 03:14 | |
pvc | vivsoni__ http://paste.openstack.org/show/722126/ | 03:16 |
pvc | you see it now? | 03:20 |
*** psachin has joined #openstack-cinder | 03:23 | |
pvc | It's not taking effect when i extedn the volume | 03:23 |
pvc | on instance side vivsoni__ | 03:23 |
pvc | can help sir vivsoni__ ? | 03:27 |
openstackgerrit | TommyLike proposed openstack/cinder master: [XtremIO] Remove provisioning factor when reporting https://review.openstack.org/570702 | 03:31 |
openstackgerrit | Merged openstack/python-cinderclient master: Add the parameter service-id for service cleanup command https://review.openstack.org/569036 | 03:38 |
pvc | vivsoni__ it's not extending on instance side :( | 03:42 |
*** psachin has quit IRC | 03:44 | |
openstackgerrit | Dongcan Ye proposed openstack/cinder master: api-ref: Fix v3 API version details error https://review.openstack.org/570532 | 03:59 |
*** abhishekk has joined #openstack-cinder | 04:01 | |
*** zhaochao has quit IRC | 04:08 | |
*** lkuchlan has joined #openstack-cinder | 04:09 | |
*** kaisers has joined #openstack-cinder | 04:16 | |
*** kaisers has quit IRC | 04:22 | |
*** Nel1x has quit IRC | 04:22 | |
*** sapd1 has joined #openstack-cinder | 04:28 | |
*** lkwan has quit IRC | 04:29 | |
*** psachin has joined #openstack-cinder | 04:32 | |
openstackgerrit | Deepak Mourya proposed openstack/python-cinderclient master: Unreadable output of upload-to-image. https://review.openstack.org/570705 | 04:32 |
*** lkuchlan has quit IRC | 04:32 | |
openstackgerrit | Neha Alhat proposed openstack/cinder master: V3 jsonschema validation: admin_actions https://review.openstack.org/570356 | 04:44 |
openstackgerrit | Neha Alhat proposed openstack/cinder master: V3 jsonschema validation: volume_type_encryption https://review.openstack.org/561140 | 04:47 |
*** lifeless_ has quit IRC | 04:54 | |
*** bkopilov_ has joined #openstack-cinder | 04:54 | |
*** zhaochao has joined #openstack-cinder | 04:59 | |
*** pgadiya has joined #openstack-cinder | 04:59 | |
*** Dinesh_Bhor has quit IRC | 05:00 | |
*** pgadiya has quit IRC | 05:01 | |
*** mvk has joined #openstack-cinder | 05:01 | |
pvc | Hi anyone can help me? | 05:04 |
pvc | After extending the volume it not taking effect on the instance side | 05:06 |
*** kaisers has joined #openstack-cinder | 05:07 | |
*** kaisers has quit IRC | 05:12 | |
pvc | please thank you | 05:14 |
*** wanghao has quit IRC | 05:16 | |
*** lifeless has joined #openstack-cinder | 05:16 | |
*** wanghao has joined #openstack-cinder | 05:16 | |
*** wanghao_ has joined #openstack-cinder | 05:18 | |
*** wanghao has quit IRC | 05:20 | |
*** wanghao_ has quit IRC | 05:20 | |
*** wanghao has joined #openstack-cinder | 05:20 | |
*** wanghao_ has joined #openstack-cinder | 05:21 | |
*** wanghao has quit IRC | 05:24 | |
*** kaisers has joined #openstack-cinder | 05:27 | |
*** links has joined #openstack-cinder | 05:33 | |
*** stakeda has quit IRC | 05:34 | |
*** edmondsw has joined #openstack-cinder | 05:49 | |
*** sar_ has quit IRC | 05:49 | |
*** edmondsw has quit IRC | 05:54 | |
*** hamdyk has joined #openstack-cinder | 06:02 | |
*** imacdonn has quit IRC | 06:15 | |
*** imacdonn has joined #openstack-cinder | 06:16 | |
pvc | hi anyone? | 06:25 |
*** lifeless has quit IRC | 06:33 | |
*** lpetrut has joined #openstack-cinder | 06:35 | |
*** moshele has joined #openstack-cinder | 06:44 | |
pvc | dgonzalez | 06:46 |
pvc | After extending the volume it not taking effect on the instance side | 06:46 |
*** armaan has joined #openstack-cinder | 06:49 | |
*** Dinesh_Bhor has joined #openstack-cinder | 06:53 | |
*** pcaruana has joined #openstack-cinder | 06:57 | |
pvc | Hi anyone can help me? After extending the volume it not taking effect on the instance side | 07:00 |
*** masber has joined #openstack-cinder | 07:04 | |
*** psachin` has joined #openstack-cinder | 07:05 | |
*** psachin has quit IRC | 07:06 | |
openstackgerrit | Yu Zhang proposed openstack/cinder master: IBM XIV: Report backend state in service list https://review.openstack.org/566826 | 07:11 |
*** lpetrut has quit IRC | 07:17 | |
*** tesseract has joined #openstack-cinder | 07:22 | |
*** sar_ has joined #openstack-cinder | 07:22 | |
*** wanghao_ has quit IRC | 07:31 | |
*** Dinesh__Bhor has joined #openstack-cinder | 07:33 | |
*** Dinesh_Bhor has quit IRC | 07:35 | |
*** lpetrut has joined #openstack-cinder | 07:36 | |
*** edmondsw has joined #openstack-cinder | 07:37 | |
*** lifeless has joined #openstack-cinder | 07:37 | |
*** armaan has quit IRC | 07:41 | |
*** edmondsw has quit IRC | 07:42 | |
*** AlexeyAbashkin has joined #openstack-cinder | 07:44 | |
*** BrinZhang has joined #openstack-cinder | 07:44 | |
*** rcernin has quit IRC | 07:46 | |
*** alexchadin has joined #openstack-cinder | 07:46 | |
*** lpetrut has quit IRC | 07:47 | |
*** lpetrut has joined #openstack-cinder | 07:48 | |
*** jappleii__ has quit IRC | 08:01 | |
*** engel75 has quit IRC | 08:01 | |
*** kaisers has quit IRC | 08:05 | |
*** lkuchlan has joined #openstack-cinder | 08:06 | |
openstackgerrit | Peng Wang proposed openstack/cinder master: IBM: Remove the encrypt function for DS8k and XIV/A9000 https://review.openstack.org/570739 | 08:07 |
amito | pvc: tommylikehu answered you several times | 08:09 |
amito | pvc: https://developer.openstack.org/api-ref/block-storage/v3/#extend-a-volume-size | 08:10 |
pvc | amito hi sir i've successfully extend it | 08:11 |
pvc | amito but it's not takign effect on instance side | 08:12 |
pvc | tommylikehu hi sir | 08:12 |
*** liuzz has quit IRC | 08:13 | |
*** liuzz has joined #openstack-cinder | 08:15 | |
pvc | amito here http://paste.openstack.org/show/722128/ | 08:16 |
*** ircuser-1 has quit IRC | 08:18 | |
*** lkuchlan has quit IRC | 08:19 | |
*** lkuchlan has joined #openstack-cinder | 08:21 | |
*** elmaciej has joined #openstack-cinder | 08:30 | |
*** BrinZhang has quit IRC | 08:38 | |
*** BrinZhang has joined #openstack-cinder | 08:40 | |
*** kaisers has joined #openstack-cinder | 08:45 | |
*** moshele has quit IRC | 08:56 | |
pvc | amito http://paste.openstack.org/show/722140/ | 08:57 |
pvc | vivsoni__ http://paste.openstack.org/show/722140/ | 08:57 |
vivsoni__ | pvc: not sure about it | 09:00 |
*** lpetrut has quit IRC | 09:04 | |
*** lpetrut has joined #openstack-cinder | 09:05 | |
*** pooja_jadhav has joined #openstack-cinder | 09:19 | |
*** edmondsw has joined #openstack-cinder | 09:25 | |
*** edmondsw has quit IRC | 09:29 | |
*** lkuchlan has quit IRC | 09:30 | |
*** wanghao has joined #openstack-cinder | 09:34 | |
*** lpetrut has quit IRC | 09:35 | |
*** lpetrut has joined #openstack-cinder | 09:37 | |
*** zhaochao has quit IRC | 09:42 | |
*** namnh has quit IRC | 09:46 | |
*** armaan has joined #openstack-cinder | 09:46 | |
*** namnh has joined #openstack-cinder | 09:46 | |
*** AndyWojo_ has joined #openstack-cinder | 09:53 | |
*** sapd1 has quit IRC | 09:54 | |
*** armaan_ has joined #openstack-cinder | 09:54 | |
*** sapd1 has joined #openstack-cinder | 09:54 | |
*** Dinesh__Bhor has quit IRC | 09:54 | |
*** lpetrut has quit IRC | 10:01 | |
*** armaan has quit IRC | 10:01 | |
*** AndyWojo has quit IRC | 10:01 | |
*** AndyWojo_ is now known as AndyWojo | 10:01 | |
*** namnh has quit IRC | 10:02 | |
*** Guest31871 is now known as nwonknu | 10:10 | |
*** nwonknu is now known as Guest68653 | 10:10 | |
*** moshele has joined #openstack-cinder | 10:17 | |
*** markvoelker has quit IRC | 10:19 | |
*** lifeless has quit IRC | 10:23 | |
*** bkopilov_ has quit IRC | 10:23 | |
*** links has quit IRC | 10:24 | |
*** wanghao has quit IRC | 10:25 | |
*** lpetrut has joined #openstack-cinder | 10:29 | |
*** alexchadin has quit IRC | 10:39 | |
*** ianychoi_ has joined #openstack-cinder | 10:42 | |
*** ianychoi has quit IRC | 10:45 | |
*** BrinZhang has quit IRC | 10:47 | |
*** abhishekk has quit IRC | 10:54 | |
*** hemna has quit IRC | 10:54 | |
*** hemna has joined #openstack-cinder | 10:56 | |
*** lifeless has joined #openstack-cinder | 10:57 | |
*** mvk has quit IRC | 10:57 | |
*** mvk has joined #openstack-cinder | 10:58 | |
*** tpsilva has joined #openstack-cinder | 10:58 | |
tommylikehu | hey pvc, as we discussed, we need to ensure the keystone v2 endpoint do exists:) | 10:59 |
*** erlon has joined #openstack-cinder | 11:03 | |
*** links has joined #openstack-cinder | 11:06 | |
*** sapd1 has quit IRC | 11:08 | |
*** luizbag has joined #openstack-cinder | 11:10 | |
*** edmondsw has joined #openstack-cinder | 11:13 | |
*** edmondsw has quit IRC | 11:18 | |
*** markvoelker has joined #openstack-cinder | 11:20 | |
*** Guest68653 is now known as nwonknu | 11:30 | |
nwonknu | anyone here using 3PAR with replication successfully in cinder? | 11:30 |
nwonknu | trying to figure out the correct syntax in cinder.conf and type-key, but no luck so far | 11:31 |
*** jistr is now known as jistr|mtg | 11:34 | |
*** lseki has joined #openstack-cinder | 11:41 | |
*** pvc has quit IRC | 11:43 | |
*** jistr|mtg is now known as jistr | 11:51 | |
*** bkopilov_ has joined #openstack-cinder | 11:52 | |
*** moshele has quit IRC | 11:52 | |
*** markvoelker has quit IRC | 11:54 | |
*** gnufied has joined #openstack-cinder | 12:02 | |
*** hamdyk has quit IRC | 12:03 | |
*** ganso has joined #openstack-cinder | 12:18 | |
*** jistr is now known as jistr|lunch | 12:21 | |
*** Rafael has joined #openstack-cinder | 12:23 | |
*** Rafael is now known as Guest71247 | 12:23 | |
*** Nel1x has joined #openstack-cinder | 12:28 | |
*** lkuchlan has joined #openstack-cinder | 12:30 | |
*** jistr|lunch is now known as jistr | 12:30 | |
*** Guest71247 has quit IRC | 12:31 | |
lseki | Hello people. I'd like to know if I can report a bug regarding this behavior: http://paste.openstack.org/show/722155/ | 12:32 |
lseki | if it's asked to create a volume beyond backend's capacity... | 12:32 |
lseki | no volume is created; | 12:32 |
lseki | and a user message is created, as expected | 12:32 |
lseki | but if it's asked to extend a volume beyond backend's capacity... | 12:32 |
lseki | nothing happens and no user message is created. | 12:32 |
*** Nel1x has quit IRC | 12:35 | |
*** moshele has joined #openstack-cinder | 12:36 | |
*** wanghao has joined #openstack-cinder | 12:40 | |
*** wanghao has quit IRC | 12:44 | |
*** markvoelker has joined #openstack-cinder | 12:47 | |
*** lpetrut has quit IRC | 12:52 | |
*** kaisers has quit IRC | 12:57 | |
*** edmondsw has joined #openstack-cinder | 13:01 | |
*** lpetrut has joined #openstack-cinder | 13:04 | |
*** itlinux has quit IRC | 13:06 | |
*** kaisers has joined #openstack-cinder | 13:06 | |
*** edmondsw has quit IRC | 13:06 | |
*** armaan_ has quit IRC | 13:09 | |
*** armaan has joined #openstack-cinder | 13:10 | |
*** wanghao has joined #openstack-cinder | 13:10 | |
*** armaan has quit IRC | 13:14 | |
*** armaan has joined #openstack-cinder | 13:19 | |
*** jiaopengju has joined #openstack-cinder | 13:22 | |
*** lennyb has joined #openstack-cinder | 13:25 | |
openstackgerrit | Michael McAleer proposed openstack/cinder master: VMAX Driver - Incorrect SSL cert verification https://review.openstack.org/570386 | 13:32 |
*** markvoelker has quit IRC | 13:35 | |
*** markvoelker has joined #openstack-cinder | 13:36 | |
*** markvoelker has quit IRC | 13:40 | |
*** jiaopengju has quit IRC | 13:44 | |
*** lpetrut has quit IRC | 13:46 | |
*** AlexeyAbashkin has quit IRC | 13:46 | |
*** AlexeyAbashkin has joined #openstack-cinder | 13:46 | |
*** lkuchlan has quit IRC | 13:50 | |
*** sar_ has quit IRC | 13:56 | |
*** wanghao has quit IRC | 13:57 | |
*** jistr is now known as jistr|mtg | 13:59 | |
*** armaan has quit IRC | 14:00 | |
*** armaan has joined #openstack-cinder | 14:00 | |
*** wanghao has joined #openstack-cinder | 14:01 | |
*** wanghao has quit IRC | 14:01 | |
*** r-daneel has joined #openstack-cinder | 14:03 | |
*** armaan has quit IRC | 14:05 | |
*** psachin`` has joined #openstack-cinder | 14:10 | |
*** psachin` has quit IRC | 14:11 | |
*** sar_ has joined #openstack-cinder | 14:12 | |
*** moshele has quit IRC | 14:18 | |
*** lifeless has quit IRC | 14:25 | |
*** jistr|mtg is now known as jistr | 14:26 | |
*** armaan has joined #openstack-cinder | 14:27 | |
*** kaisers has quit IRC | 14:28 | |
*** moshele has joined #openstack-cinder | 14:31 | |
*** links has quit IRC | 14:33 | |
*** freerunner has quit IRC | 14:35 | |
openstackgerrit | Michael McAleer proposed openstack/cinder master: VMAX Driver - Incorrect SSL cert verification https://review.openstack.org/570386 | 14:35 |
*** freerunner has joined #openstack-cinder | 14:36 | |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: Fix api-ref for backup export and import https://review.openstack.org/569964 | 14:39 |
*** moshele has quit IRC | 14:40 | |
*** kaisers has joined #openstack-cinder | 14:43 | |
*** elmaciej has quit IRC | 14:43 | |
*** armaan has quit IRC | 14:46 | |
*** edmondsw has joined #openstack-cinder | 14:49 | |
*** edmondsw has quit IRC | 14:54 | |
*** armaan has joined #openstack-cinder | 14:58 | |
*** armaan has quit IRC | 15:02 | |
*** pcaruana has quit IRC | 15:20 | |
*** tesseract has quit IRC | 15:20 | |
openstackgerrit | Michael McAleer proposed openstack/cinder master: VMAX Driver - Incorrect SSL cert verification https://review.openstack.org/570386 | 15:22 |
*** tesseract has joined #openstack-cinder | 15:22 | |
*** elmaciej has joined #openstack-cinder | 15:24 | |
openstackgerrit | Akhil Jayakumar proposed openstack/cinder master: [DNM] Cisco-CI-Experimental-Branch:cinder-znm-dev https://review.openstack.org/570800 | 15:32 |
*** armaan has joined #openstack-cinder | 15:32 | |
openstackgerrit | Michael McAleer proposed openstack/cinder master: VMAX Driver - Failover Unisphere Support https://review.openstack.org/570401 | 15:33 |
*** liuzz_ has joined #openstack-cinder | 15:41 | |
*** liuzz has quit IRC | 15:41 | |
*** armaan has quit IRC | 15:44 | |
*** elmaciej has quit IRC | 16:06 | |
*** _alastor1 has joined #openstack-cinder | 16:08 | |
*** _alastor1 has quit IRC | 16:19 | |
*** tesseract has quit IRC | 16:32 | |
*** edmondsw has joined #openstack-cinder | 16:38 | |
*** edmondsw has quit IRC | 16:42 | |
*** neha_alhat has joined #openstack-cinder | 16:46 | |
*** Guest91467 is now known as mgagne | 16:47 | |
*** mgagne has joined #openstack-cinder | 16:47 | |
*** mvenesio has joined #openstack-cinder | 16:47 | |
*** psachin`` has quit IRC | 16:50 | |
neha_alhat | smcginnis tommylikehu: Hi, resolved merge conflict for [1]. Kindly look into this. [1]: https://review.openstack.org/#/c/561140/ | 16:50 |
*** neha_alhat has quit IRC | 16:57 | |
*** AlexeyAbashkin has quit IRC | 17:02 | |
*** lpetrut has joined #openstack-cinder | 17:08 | |
*** mmethot has quit IRC | 17:14 | |
*** kien-ha has joined #openstack-cinder | 17:22 | |
erlon | lseki, that definitely looks like a bug | 17:23 |
lseki | erlon: I'll report a bug then | 17:26 |
*** Guest49953 has quit IRC | 17:33 | |
*** pocketprotector has joined #openstack-cinder | 17:34 | |
*** mmethot has joined #openstack-cinder | 17:36 | |
*** hoonetorg has quit IRC | 17:37 | |
*** mvk has quit IRC | 17:38 | |
*** moshele has joined #openstack-cinder | 17:44 | |
*** edmondsw has joined #openstack-cinder | 17:46 | |
*** moshele has quit IRC | 17:49 | |
lseki | erlon: done: https://bugs.launchpad.net/cinder/+bug/1773833 | 17:57 |
openstack | Launchpad bug 1773833 in Cinder "No error message when volume extend fails" [Undecided,New] | 17:57 |
*** r-daneel has quit IRC | 18:07 | |
*** r-daneel has joined #openstack-cinder | 18:08 | |
*** edmondsw has quit IRC | 18:22 | |
*** e0ne has joined #openstack-cinder | 18:22 | |
*** lkuchlan has joined #openstack-cinder | 18:25 | |
*** lkuchlan has quit IRC | 18:31 | |
*** moshele has joined #openstack-cinder | 18:48 | |
*** moshele has quit IRC | 18:55 | |
*** _alastor1 has joined #openstack-cinder | 18:56 | |
*** pcaruana has joined #openstack-cinder | 18:58 | |
*** e0ne has quit IRC | 19:02 | |
*** e0ne has joined #openstack-cinder | 19:03 | |
*** luizbag has quit IRC | 19:06 | |
*** mvenesio has quit IRC | 19:10 | |
*** luizbag has joined #openstack-cinder | 19:11 | |
luizbag | smcginnis, could you take a look into this backport: https://review.openstack.org/#/c/569836/ please? | 19:12 |
*** mvenesio has joined #openstack-cinder | 19:14 | |
*** mchlumsky_ has quit IRC | 19:16 | |
*** mchlumsky has joined #openstack-cinder | 19:19 | |
*** lifeless has joined #openstack-cinder | 19:24 | |
*** kaisers has quit IRC | 19:30 | |
*** luizbag has quit IRC | 19:31 | |
*** armaan has joined #openstack-cinder | 19:34 | |
*** edmondsw has joined #openstack-cinder | 19:37 | |
*** edmondsw has quit IRC | 19:42 | |
*** e0ne has quit IRC | 19:44 | |
*** hoonetorg has joined #openstack-cinder | 19:48 | |
*** moshele has joined #openstack-cinder | 19:59 | |
*** kaisers has joined #openstack-cinder | 20:04 | |
*** moshele has quit IRC | 20:05 | |
*** erlon has quit IRC | 20:06 | |
*** armaan_ has joined #openstack-cinder | 20:10 | |
*** armaan has quit IRC | 20:13 | |
*** mvenesio has quit IRC | 20:28 | |
*** r-daneel has quit IRC | 20:29 | |
*** r-daneel has joined #openstack-cinder | 20:30 | |
*** lpetrut has quit IRC | 20:48 | |
*** pcaruana has quit IRC | 20:54 | |
*** swamireddy has quit IRC | 20:55 | |
*** armaan_ has quit IRC | 21:00 | |
*** lifeless has quit IRC | 21:05 | |
*** lifeless has joined #openstack-cinder | 21:07 | |
*** kaisers has quit IRC | 21:12 | |
*** erlon has joined #openstack-cinder | 21:19 | |
*** markstur has joined #openstack-cinder | 21:21 | |
*** markstur_ has joined #openstack-cinder | 21:22 | |
*** markstu__ has joined #openstack-cinder | 21:22 | |
*** edmondsw has joined #openstack-cinder | 21:26 | |
*** markstur has quit IRC | 21:26 | |
*** markstur_ has quit IRC | 21:27 | |
*** edmondsw has quit IRC | 21:30 | |
*** dhinesh has joined #openstack-cinder | 21:34 | |
*** dhinesh_ has joined #openstack-cinder | 21:36 | |
*** dhinesh has quit IRC | 21:40 | |
*** lseki has quit IRC | 21:50 | |
*** dhinesh_ has quit IRC | 21:59 | |
*** markvoelker has joined #openstack-cinder | 22:00 | |
*** erlon has quit IRC | 22:21 | |
*** ganso has quit IRC | 22:22 | |
*** tpsilva has quit IRC | 22:24 | |
*** lifeless has quit IRC | 22:27 | |
*** lifeless has joined #openstack-cinder | 22:27 | |
*** rcernin has joined #openstack-cinder | 22:32 | |
*** dhinesh has joined #openstack-cinder | 22:38 | |
*** wanghao has joined #openstack-cinder | 22:39 | |
*** wanghao has quit IRC | 22:40 | |
*** r-daneel has quit IRC | 22:41 | |
*** dhinesh has quit IRC | 22:49 | |
*** threestrands has joined #openstack-cinder | 22:52 | |
*** threestrands has joined #openstack-cinder | 22:52 | |
*** threestrands has quit IRC | 22:53 | |
*** threestrands has joined #openstack-cinder | 22:54 | |
*** moshele has joined #openstack-cinder | 23:06 | |
*** kaisers has joined #openstack-cinder | 23:09 | |
*** swamireddy has joined #openstack-cinder | 23:10 | |
*** ianychoi_ has quit IRC | 23:11 | |
*** ianychoi_ has joined #openstack-cinder | 23:11 | |
*** kaisers has quit IRC | 23:13 | |
*** threestrands has quit IRC | 23:14 | |
*** edmondsw has joined #openstack-cinder | 23:14 | |
*** dcdamien has quit IRC | 23:15 | |
*** dcdamien has joined #openstack-cinder | 23:15 | |
*** edmondsw has quit IRC | 23:18 | |
*** moshele has quit IRC | 23:25 | |
*** kaisers has joined #openstack-cinder | 23:33 | |
*** threestrands has joined #openstack-cinder | 23:37 | |
*** threestrands has joined #openstack-cinder | 23:37 | |
*** kaisers has quit IRC | 23:38 | |
*** threestrands has quit IRC | 23:38 | |
*** threestrands has joined #openstack-cinder | 23:39 | |
*** threestrands has quit IRC | 23:40 | |
*** threestrands has joined #openstack-cinder | 23:40 | |
*** mmethot has quit IRC | 23:41 | |
*** markstu__ has quit IRC | 23:42 | |
*** mmethot has joined #openstack-cinder | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!