Tuesday, 2020-08-25

*** tkajinam_ is now known as tkajinam01:04
*** rcernin has quit IRC01:14
*** rcernin has joined #openstack-cinder01:15
*** elod has quit IRC01:21
*** elod has joined #openstack-cinder01:23
*** baojg has joined #openstack-cinder01:36
*** sapd1_x has joined #openstack-cinder02:34
*** andrebeltrami has quit IRC02:47
*** whoami-rajat__ has joined #openstack-cinder03:23
*** josephillips has quit IRC03:31
*** udesale has joined #openstack-cinder03:32
*** YaoWang has joined #openstack-cinder03:33
YaoWanghey cores, my patch https://review.opendev.org/#/c/734427 is ready for review.03:34
*** josephillips has joined #openstack-cinder03:51
*** sapd1_x has quit IRC04:29
*** rcernin has quit IRC04:32
*** YaoWang has quit IRC04:33
*** benfelin has joined #openstack-cinder04:34
*** vishakha has joined #openstack-cinder04:36
*** udesale has quit IRC04:44
*** m75abrams has joined #openstack-cinder04:51
*** udesale has joined #openstack-cinder04:55
*** dsariel has joined #openstack-cinder04:58
*** Lucas_Gray has joined #openstack-cinder05:03
*** rcernin has joined #openstack-cinder05:03
*** elod has quit IRC05:39
*** rcernin has quit IRC05:41
*** Lucas_Gray has quit IRC05:44
*** vishalmanchanda has joined #openstack-cinder05:50
*** elod has joined #openstack-cinder05:53
*** nwonknu has quit IRC06:01
*** mvorwerk has joined #openstack-cinder06:24
*** rcernin has joined #openstack-cinder06:56
*** rcernin has quit IRC07:03
*** rcernin has joined #openstack-cinder07:04
*** rcernin has quit IRC07:14
*** tosky has joined #openstack-cinder07:36
*** e0ne has joined #openstack-cinder07:45
*** YaoWang has joined #openstack-cinder07:47
*** YaoWang has quit IRC07:52
*** baojg has quit IRC07:58
*** baojg has joined #openstack-cinder07:59
*** udesale has quit IRC08:07
*** udesale has joined #openstack-cinder08:07
*** pcaruana has quit IRC08:07
*** sapd1_x has joined #openstack-cinder08:14
*** pcaruana has joined #openstack-cinder08:20
*** martinkennelly has joined #openstack-cinder08:23
*** brinzhang0 has joined #openstack-cinder08:32
*** brinzhang_ has quit IRC08:35
*** devfaz has quit IRC08:35
*** devfaz has joined #openstack-cinder08:36
*** spatel has joined #openstack-cinder08:43
*** spatel has quit IRC08:48
*** dosaboy has quit IRC08:59
*** dosaboy has joined #openstack-cinder08:59
*** nwonknu has joined #openstack-cinder09:02
*** sapd1_x has quit IRC09:13
openstackgerritHelen Walsh proposed openstack/cinder master: PowerMax Driver - Failover abilities legacy improvements  https://review.opendev.org/74032109:14
openstackgerritHelen Walsh proposed openstack/cinder master: PowerMax Driver - Failover abilities promotion  https://review.opendev.org/74143909:17
*** rcernin has joined #openstack-cinder09:19
*** ianychoi__ has joined #openstack-cinder09:21
*** rcernin has quit IRC09:24
*** ianychoi_ has quit IRC09:24
*** nwonknu has quit IRC09:37
*** e0ne has quit IRC09:39
openstackgerritkatari manoj kumar proposed openstack/cinder master: [storwize]:optimized check_flashcopy_rate  https://review.opendev.org/74547009:40
openstackgerritHelen Walsh proposed openstack/cinder master: PowerMax Driver - Force add rep group volume  https://review.opendev.org/74675809:54
*** xyang has quit IRC10:13
*** NobodyCam has quit IRC10:14
*** johnsom has quit IRC10:16
*** NobodyCam has joined #openstack-cinder10:16
*** xyang has joined #openstack-cinder10:16
*** johnsom has joined #openstack-cinder10:17
*** e0ne has joined #openstack-cinder10:28
openstackgerritHelen Walsh proposed openstack/cinder master: PowerMax Driver - sync_check_snapshot_delete_fix  https://review.opendev.org/74163910:35
*** patrickeast has quit IRC10:49
*** knikolla has quit IRC10:49
*** sri_ has quit IRC10:50
*** ajitha has quit IRC10:51
*** dviroel has quit IRC10:51
*** lxkong has quit IRC10:51
*** rcernin has joined #openstack-cinder10:57
*** patrickeast has joined #openstack-cinder11:00
*** dviroel has joined #openstack-cinder11:00
*** sri_ has joined #openstack-cinder11:01
*** ajitha has joined #openstack-cinder11:01
*** knikolla has joined #openstack-cinder11:01
*** lxkong has joined #openstack-cinder11:02
*** udesale has quit IRC11:05
*** udesale has joined #openstack-cinder11:12
*** udesale has quit IRC11:29
*** trident has quit IRC11:31
*** udesale has joined #openstack-cinder11:31
*** admin0 has joined #openstack-cinder11:39
admin0hi devs ... i have some cinder volume on nfs .. but the database is lost .. if i create a new volume of the same size, can i just rename the name of the nfs volume to match the new and it will have the data back, or does cinder also save some sort of checksum etc ?11:40
*** brinzhang_ has joined #openstack-cinder11:41
*** Lucas_Gray has joined #openstack-cinder11:41
*** brinzhang0 has quit IRC11:44
*** hoonetorg has quit IRC12:08
rosmaitaadmin0: since the volumes still exist on the backend, you can use the volume manage API to re-create them in Cinder: https://docs.openstack.org/api-ref/block-storage/v3/#volume-manage-extension-manageable-volumes12:08
rosmaitayou can specify the name to use, but they will have different volume_ids12:08
admin0rosmaita, what i am simulating is a situation where the database is completely corrupt/deleted, but the volume with data still exists12:10
admin0so for example, if current uuid is AAAA and 2 GB in size, can i create a new volume which is BBBB , same 2GB  and in the file system, rename the old  AAAA -> BBBB12:11
admin0or say, i want to clone a volume, i create 2 voluumes AAAA and BBBB .. in the filesystem side, can i just copy AAAA -> BBBB and the data will be there12:11
admin0or are there other "integrity" checks being done on the data ?12:11
rosmaitaadmin0: we rely on the backend to handle data integrity, Cinder just keeps track of everything12:12
admin0ok12:13
admin0so looks like i can just copy/rename and it will be done12:13
rosmaitabut if you use the volume manage API, you just tell it where the volume is and Cinder will save all the appropriate data12:13
rosmaitanot sure what you mean by copy/rename12:13
rosmaitathe original volume should still be there on the backend, you are just telling Cinder to record it in the DB as a "cinder volume"12:14
rosmaitaor am i misunderstanding your situation?12:16
*** dave-mccowan has joined #openstack-cinder12:18
*** hoonetorg has joined #openstack-cinder12:21
openstackgerritGirish Chilukuri proposed openstack/cinder master: Storwize]:Datareduction pool call optimisation  https://review.opendev.org/74626712:38
*** sonivi has joined #openstack-cinder12:40
*** hoonetorg has quit IRC12:41
openstackgerritSharath Kacham proposed openstack/cinder master: [storwize]:changes in create_group_from_src in SVC  https://review.opendev.org/74529312:45
*** Guest34946 has joined #openstack-cinder12:47
openstackgerritGirish Chilukuri proposed openstack/cinder master: [Storwize]:clone fcmap is not deleting in cleanup  https://review.opendev.org/74466412:48
*** Guest34946 is now known as redrobot12:50
*** hoonetorg has joined #openstack-cinder12:54
*** Luzi has joined #openstack-cinder12:55
*** lpetrut has joined #openstack-cinder12:57
sdanniHi there! Our team is building a server that needs to use the ceph rbd. Since the 'adding ceph iscsi volume driver' feature hasn't been merged, we wonder if it's theoretical to make the feature work if we pull down the right patches?12:59
rosmaitasdanni: os13:00
rosmaitasorry about that13:00
rosmaitawhat i mean is, it's been re-targeted for wallaby ... i don't know whether it will work or not if you just grab the current patches13:01
rosmaitasome of the holdup is getting the CI working13:01
*** enriquetaso has joined #openstack-cinder13:02
*** trident has joined #openstack-cinder13:02
rosmaitaso if you want to try, go ahead, but it's not yet supported ... though we would be interested in hearing about what happens13:02
sdannirosmaita, thanks! We will consider a try and let you know what happens.13:04
*** masayukig has quit IRC13:05
rosmaitacool, ty13:06
*** masayukig has joined #openstack-cinder13:16
*** whoami-rajat__ has quit IRC13:19
*** KeithMnemonic has joined #openstack-cinder13:22
*** whoami-rajat__ has joined #openstack-cinder13:47
*** pcaruana has quit IRC13:59
*** sonivi has quit IRC14:04
*** pcaruana has joined #openstack-cinder14:12
*** Lucas_Gray has quit IRC14:13
sdanniHi hemna, I saw you wrote the iscsi ceph patch and I was thinking of trying it out, any advice?14:19
openstackgerritkatari manoj kumar proposed openstack/cinder master: [storwize]:optimized select_io_group.  https://review.opendev.org/74557614:22
openstackgerritVenkata krishna Thumu proposed openstack/cinder master: Doc: Update storwize cinder driver configuration  https://review.opendev.org/74743314:33
openstackgerritkatari manoj kumar proposed openstack/cinder master: [storwize]:optimize create_flashcopy_to_consistgrp  https://review.opendev.org/74571914:39
*** rcernin has quit IRC14:45
*** boxiang_ has quit IRC15:09
*** boxiang_ has joined #openstack-cinder15:10
tinwoodHi.  Is there any more I need to do with https://review.opendev.org/#/c/730376/ ?  It's to fix a os-brick / ceph-octopus issue/break.  Thanks15:23
*** mvorwerk has quit IRC15:26
*** mvorwerk has joined #openstack-cinder15:26
*** brinzhang0 has joined #openstack-cinder15:31
*** lpetrut has quit IRC15:32
*** brinzhang_ has quit IRC15:33
*** brinzhang has joined #openstack-cinder15:34
*** mvorwerk has quit IRC15:34
*** naved001 has joined #openstack-cinder15:35
*** brinzhang0 has quit IRC15:36
*** baojg has quit IRC15:41
*** baojg has joined #openstack-cinder15:42
*** udesale has quit IRC16:09
*** m75abrams has quit IRC16:17
*** jgriffith has quit IRC16:31
*** Luzi has quit IRC16:57
openstackgerritMerged openstack/os-brick master: Remove Veritas Hyperscale connector  https://review.opendev.org/74539916:59
openstackgerritMerged openstack/os-brick master: Remove DRBD connector  https://review.opendev.org/74539616:59
hemnasdanni It hasn't landed yet :)17:26
sdannihemna, do you think if we pull down the right patches, it would theoretically work17:29
sdanni?17:29
hemnayup17:29
sdannihemna, thanks!17:31
*** manoj_kumar_kata has joined #openstack-cinder17:45
*** baojg has quit IRC17:59
openstackgerritMerged openstack/os-brick master: Remove the ITRI DISCO connector  https://review.opendev.org/74539418:19
openstackgerritMerged openstack/os-brick master: RBD: Support non OpenStack usage  https://review.opendev.org/73731018:30
*** mvorwerk has joined #openstack-cinder18:35
openstackgerritMerged openstack/cinder master: Change default glance_num_retries to 3  https://review.opendev.org/73990718:41
openstackgerritMerged openstack/cinder master: Remove unused exceptions  https://review.opendev.org/73651618:42
*** mvorwerk_ has joined #openstack-cinder18:45
*** mvorwerk has quit IRC18:47
*** sri_ has quit IRC18:48
*** patrickeast has quit IRC18:49
*** sri_ has joined #openstack-cinder18:49
*** patrickeast has joined #openstack-cinder18:50
*** dviroel has quit IRC18:50
*** ajitha has quit IRC18:52
*** dviroel has joined #openstack-cinder18:53
*** ajitha has joined #openstack-cinder18:54
openstackgerritkatari manoj kumar proposed openstack/cinder master: [Storwize]:Fix delete_group_snapshot cleanup issue  https://review.opendev.org/74465219:01
*** mvorwerk has joined #openstack-cinder19:09
*** mvorwerk_ has quit IRC19:11
openstackgerritkatari manoj kumar proposed openstack/cinder master: [Storwize]:Fix delete_group_snapshot cleanup issue  https://review.opendev.org/74465219:12
*** mvorwerk_ has joined #openstack-cinder19:24
*** manoj_kumar_kata has quit IRC19:25
*** manoj_kumar_kata has joined #openstack-cinder19:25
*** mvorwerk has quit IRC19:27
*** kberger_ has joined #openstack-cinder19:39
*** kberger_ has quit IRC19:40
*** kberger_ has joined #openstack-cinder19:40
*** KeithMnemonic has quit IRC19:41
eharneyfyi, i went lio-barbican failure-chasing today on https://review.opendev.org/#/c/745576/19:50
eharneythe test_snapshot_create_delete_with_volume_in_use test failure there is described by https://bugs.launchpad.net/nova/+bug/188252119:50
openstackLaunchpad bug 1882521 in OpenStack Compute (nova) "Failing device detachments on Focal" [High,New]19:50
eharneyduring detach for test cleanup, the nova side of the detach fails w/   WARNING nova.virt.block_device [None req-91b97654-727a-45c3-ab29-631263f9b85f tempest-VolumesSnapshotTestJSON-1146418981 tempest-VolumesSnapshotTestJSON-1146418981] [instance: f88983fd-3f80-4c4f-90bc-dad8125e4371] Guest refused to detach volume b8ee7dba-1894-4fa5-a0ba-8b6d08522e47: nova.exception.DeviceDetachFailed: Device detach failed for vdb: Unable to detach the19:51
eharneydevice from the live config.19:51
eharneywhich causes nova to send roll_detaching, which eventually leads to the test failing because the volume is marked in-use after this fails19:51
eharney(just in case anyone else is digging into these)19:51
*** mvorwerk has joined #openstack-cinder19:52
*** mvorwerk_ has quit IRC19:53
*** vishalmanchanda has quit IRC20:10
openstackgerritMerged openstack/os-brick stable/ussuri: iSCSI detect multipath DM with no WWN  https://review.opendev.org/74688820:13
*** Lucas_Gray has joined #openstack-cinder20:21
openstackgerritBrian Rosmaita proposed openstack/os-brick master: Remove CORAID AOE connector  https://review.opendev.org/74539520:44
*** jmlowe has quit IRC20:51
*** jmlowe has joined #openstack-cinder20:54
*** mvorwerk_ has joined #openstack-cinder21:01
*** brinzhang_ has joined #openstack-cinder21:01
*** mvorwerk has quit IRC21:04
*** brinzhang has quit IRC21:04
openstackgerritMerged openstack/cinder master: Use resource_backend for volumes and groups  https://review.opendev.org/72469521:10
*** rcernin has joined #openstack-cinder22:00
*** rcernin has quit IRC22:01
*** rcernin has joined #openstack-cinder22:02
*** vishakha has quit IRC22:35
*** martinkennelly has quit IRC22:36
*** mvorwerk_ has quit IRC22:45
*** mvorwerk has joined #openstack-cinder22:45
*** mvorwerk has quit IRC22:51
*** mvorwerk has joined #openstack-cinder22:52
*** tosky has quit IRC23:04
openstackgerritMerged openstack/os-brick master: RBD: Fix check_valid_device  https://review.opendev.org/73731123:28
*** spatel has joined #openstack-cinder23:56

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!