Monday, 2023-03-13

opendevreviewXuQi proposed openstack/cinder master: Fujitsu Driver: Add QoS support  https://review.opendev.org/c/openstack/cinder/+/84773003:16
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714705:34
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714705:44
opendevreviewKonrad Gube proposed openstack/cinder-specs master: Re-propose extend volume completion action for 2023.2  https://review.opendev.org/c/openstack/cinder-specs/+/87723008:39
*** shoffmann1 is now known as shoffmann10:17
opendevreviewTushar Trambak Gite proposed openstack/cinder master: Deleting a volume in 'downloading' state  https://review.opendev.org/c/openstack/cinder/+/82660711:06
opendevreviewRaghavendra Tilay proposed openstack/cinder master: HPE 3PAR: Convert volume v2 to base vol properly  https://review.opendev.org/c/openstack/cinder/+/86267911:56
happystackerHi reviewers, can someone take a look at our two issues for Antelope final RC https://review.opendev.org/c/openstack/cinder/+/858370 and https://review.opendev.org/c/openstack/cinder/+/797970 ?13:09
happystackerthks in advance13:09
opendevreviewLuigi Toscano proposed openstack/cinder-tempest-plugin master: zuul: make the SRBAC job voting  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/87728513:51
DessiraIDENTIFY14:07
enriquetasohi Dessira 14:13
Dessirahi enriquetaso14:14
*** User__ is now known as Toheeb16:14
opendevreviewTony Saad proposed openstack/os-brick master: Dell PowerFlex: Unnecessary login happen  https://review.opendev.org/c/openstack/os-brick/+/87628417:21
whoami-rajatgmann, so creating multiattach volume is itself not an admin operation, but first we require an admin to create a type so non-admins can create the multiattach volume18:39
whoami-rajatusing that type18:39
gmannwhoami-rajat: rosmaita: on this comment where we need admin creds to create volume_type - https://review.opendev.org/c/openstack/tempest/+/875372/5/tempest/api/compute/volumes/test_attach_volume.py#38418:40
gmannwhoami-rajat: yeah so how users (non-admin) request volume_type creation to admin ?18:40
rosmaitagmann: it's up to the operator to create those18:41
rosmaitapresumably the cloud has some support or docs to explain that to users18:41
whoami-rajatgmann, i think it's part of a deployment process, a day-2 operation is for admins to create the required volume types and if not created, non-admins can ask their operators to create one18:41
gmannlike flavor in nova ?18:42
whoami-rajatgmann, does flavors have a 1 to 1 mapping with the compute node?18:44
whoami-rajatlike using a particular flavor will enforce creation of a VM in a particular compute node18:44
gmannwhoami-rajat: no, they are used for instance signature by users18:44
gmannno18:44
gmannbut I think I got the concept here for volume_type18:44
whoami-rajatok, volume types are generally linked to a particular backend18:44
whoami-rajatand we add properties to the type specific to that backend18:45
whoami-rajatlike a multiattach volume type if the backend supports it18:45
gmannflavor in nova is kind of pre-prepared stuff by operator for users resources 18:45
gmannok18:45
gmannwhoami-rajat: on tempest tests change (adding admin creds ) let me check/think what we can do as any test require admin creds needs to go to admin dir so that any test env  with no admin access can run tempest easily (for example interop certification program) 18:45
whoami-rajatthat kind of analogy works for volume types as well, volume types are pre-prepared by admins and doesn't need to be created/deleted often18:46
gmannI see18:47
whoami-rajatgmann, ack, yeah i faced the error hence added the admin creds, don't know if there is a better way to do it since we need to setup the admin client for volume types18:47
gmannnow testing 'multiattach' as admin or non-admin in tempest is kind of tricky 18:47
gmannone way is to create multiattach volume type in devstack (like it does for flavor) and use that in non-admin multiattach test in tempest. It will match with operator/user actual operation.  18:49
gmannbecause I am hesitate to move/test multiattach tests as admin operation in tempest18:49
gmannif making as admin then one example can be think for interop as they will not be able to test multiattach if they are/want to.18:50
whoami-rajathmm, so there will be a multiattach volume type in every devstack deployment and it will be useless in most of the cases, I don't have any issues adding it if the team agrees18:50
whoami-rajatrosmaita, what do you think about this? ^18:52
gmannwhoami-rajat: not every deployement but if ENABLE_VOLUME_MULTIATTACH is true 18:53
whoami-rajatgmann, oh, yes that sounds good then18:53
whoami-rajatgmann, do we run tempest in anything apart from devstack deployment?18:55
rosmaitagmann: i think the way this has been handled in the past is to put tests that need admin setup in the tempest.api.volume.admin package18:57
gmannwhoami-rajat: yes for that we can skip the test if we do not find multiattach volume type in cinder. 18:57
gmannrosmaita: yeah but multiattach is not admin operation so we should  not put all multiattach operation test there18:57
whoami-rajatok18:58
gmannwhoami-rajat: here we can create, comment in patch also -  https://github.com/openstack/devstack/blob/3894077e6c002d5238423a17846bd2c1afc6a00b/lib/cinder#L34518:58
gmannrosmaita: if operation can be done only by admin or most of the things needed by that operation is admin then yes we need to put that under admin dir18:59
whoami-rajatgmann, thanks18:59
rosmaitagmann: makes sense18:59
rosmaitawhoami-rajat: sounds like having devstack create the type is the way to go here19:00
gmannwhoami-rajat: rosmaita: I have not cut the devstack branch yet so holding this to get your change in https://review.opendev.org/c/openstack/releases/+/87712319:01
gmannI will be watching the changes and update release patch19:01
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714721:00
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714721:10
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714721:12
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714721:24
gouthamrpbkac 21:25
opendevreviewToheeb Oyekola proposed openstack/cinder-tempest-plugin master: Fixed docstring description for test_boot_cloned_encryted_volume  https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/87690521:25
opendevreviewGoutham Pacha Ravi proposed openstack/devstack-plugin-ceph master: WIP: Cleanup ceph install on cs9  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/87714723:10

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