Tuesday, 2021-07-13

opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Remove v2 support from the shell  https://review.opendev.org/c/openstack/python-cinderclient/+/79183403:06
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient master: Remove v2 classes  https://review.opendev.org/c/openstack/python-cinderclient/+/79295903:08
opendevreviewMerged openstack/python-brick-cinderclient-ext master: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/python-brick-cinderclient-ext/+/79683503:13
opendevreviewMerged openstack/python-cinderclient stable/wallaby: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/python-cinderclient/+/79988204:23
*** bhagyashris_ is now known as bhagyashris|ruck05:25
opendevreviewRajat Dhasmana proposed openstack/cinder master: WIP: Add user message for migrate multiattach volume  https://review.opendev.org/c/openstack/cinder/+/80043008:01
*** akekane_ is now known as abhishekk09:38
opendevreviewLuigi Toscano proposed openstack/cinder stable/ussuri: DNM dummy test change  https://review.opendev.org/c/openstack/cinder/+/80061810:45
*** dviroel|out is now known as dviroel11:20
hberaudrosmaita: o/ Quick question: rbd-isci-client was added in January 2021 and never released yet, do we should include it for Xena release?12:14
rosmaitahberaud: it's on an independent release model, we have a CI issue to work out, but we intend to release sometime during xena12:23
hberaudrosmaita: ack, no rush, especially if this is an independent project. Thanks for your reply12:24
rosmaitahberaud: cool, thanks for being on top of this12:25
hberaudrosmaita: We want to avoid to you to miss the train :)12:26
rosmaita:)12:28
hemnafreakin CI12:40
*** geguileo is now known as Guest65912:42
*** ricolin_ is now known as ricolin12:48
opendevreviewBrian Rosmaita proposed openstack/python-cinderclient stable/victoria: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/python-cinderclient/+/80063512:49
rosmaitahemna: if you have some time to revisit the cinderclient v2 shell removal patch, that would be very helpful: https://review.opendev.org/c/openstack/python-cinderclient/+/79183412:55
hemnaok13:13
hemnaso by stripping v2 support from the client, then the newer client can't talk to the older deployments (that for whatever reason is still using only v2)13:14
hemnav3 was enabled by default years ago13:15
rosmaitaright13:15
rosmaitahemna: also, we asked for feedback on the ML: http://lists.openstack.org/pipermail/openstack-discuss/2020-November/018876.html13:17
rosmaita(when I thought we'd be removing it in wallaby)13:17
hemnado you remember when v3 was enabled by default?13:17
hemnaI think I was still at HPE then13:17
rosmaitait was a while back, i have a note somewhere ... looking13:18
hemnawe are using v313:19
*** Guest659 is now known as geguileo13:23
rosmaitalooks like v3 was introduced as the default same time v2 was deprecated, by this commit: https://opendev.org/openstack/cinder/commit/6b11d276d13cc866aea9b3cfa321b3b19ee13d5513:24
rosmaitamaybe in mitaka?13:24
hemnagoing to test the client against my qa deployment13:24
rosmaitathanks!13:24
hemnalooks like it's workin :P13:26
hemnalgtm13:30
opendevreviewEric Harney proposed openstack/cinder master: mypy: continued manager, scheduler, rpcapi  https://review.opendev.org/c/openstack/cinder/+/78445313:49
caiqilongrosmaita: there is a volume feature named "manage volume", but it seems not display on the page "https://docs.openstack.org/cinder/latest/reference/support-matrix.html", if my driver added this feature, how to let it display on the support matrix.13:53
opendevreviewEric Harney proposed openstack/cinder master: mypy: coordination.py  https://review.opendev.org/c/openstack/cinder/+/78836413:53
caiqilongAnd the driver name on page "https://docs.openstack.org/cinder/latest/reference/support-matrix.html" can be changed ? Because my company's storage product name has been updated.13:53
opendevreviewEric Harney proposed openstack/cinder master: mypy: filter scheduler  https://review.opendev.org/c/openstack/cinder/+/78836513:54
opendevreviewEric Harney proposed openstack/cinder master: mypy: annotate volume/api.py  https://review.opendev.org/c/openstack/cinder/+/73362214:03
opendevreviewEric Harney proposed openstack/cinder master: mypy: policy.py  https://review.opendev.org/c/openstack/cinder/+/77500814:04
opendevreviewEric Harney proposed openstack/cinder master: mypy: backup  https://review.opendev.org/c/openstack/cinder/+/78719514:05
rosmaitacaiqilong: yes, manage volume is not currently in the support matrix, but it would probably be useful to add it ... for now, you can mention that you can handle manage/unmanage/list-manageable in your driver docs14:15
opendevreviewMerged openstack/os-brick master: Remove skip_missing_interpreters  https://review.opendev.org/c/openstack/os-brick/+/79895614:18
rosmaitacaiqilong: about the name change ... if it's just the display name in the matrix, i think you can patch the support-matrix.ini file, but if you want to change the python class name, that's a much bigger deal14:20
caiqilongrosmaita: ok, thanks a lot.14:23
opendevreviewEric Harney proposed openstack/cinder master: mypy: quota.py  https://review.opendev.org/c/openstack/cinder/+/78836614:26
opendevreviewStephen Finucane proposed openstack/cinder master: db: Use 'import sqlalchemy as sa' pattern  https://review.opendev.org/c/openstack/cinder/+/78692717:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Reorder initial migration  https://review.opendev.org/c/openstack/cinder/+/78692817:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Move sqlalchemy-migrate migrations  https://review.opendev.org/c/openstack/cinder/+/78692917:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Vendor 'oslo_db.sqlalchemy.migration'  https://review.opendev.org/c/openstack/cinder/+/78726417:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Add alembic boilerplate  https://review.opendev.org/c/openstack/cinder/+/78693017:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Add initial alembic migration  https://review.opendev.org/c/openstack/cinder/+/78693117:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Add all migrations to initial alembic migration  https://review.opendev.org/c/openstack/cinder/+/78693217:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Integrate alembic  https://review.opendev.org/c/openstack/cinder/+/78693317:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Remove 'db_driver' option  https://review.opendev.org/c/openstack/cinder/+/80069517:32
opendevreviewStephen Finucane proposed openstack/cinder master: db: Remove 'db' argument from various managers  https://review.opendev.org/c/openstack/cinder/+/80069617:32
opendevreviewStephen Finucane proposed openstack/cinder master: WIP: db: Remove 'self.db' from most code paths  https://review.opendev.org/c/openstack/cinder/+/80069717:32
-opendevstatus- NOTICE: Depends-On using https://review.opendev.org URLs are currently not working. This was due to a config change in Zuul that we are reverting and will be restarting Zuul to pick up.17:40
opendevreviewEric Harney proposed openstack/cinder master: Remove various unused code  https://review.opendev.org/c/openstack/cinder/+/80070318:02
opendevreviewEric Harney proposed openstack/cinder master: Drivers: remove unused code  https://review.opendev.org/c/openstack/cinder/+/80070418:02
hemnarosmaita found one small issue with the devstack-ceph-plugin 18:03
hemnahttps://zuul.opendev.org/t/openstack/build/838170f537aa425e899fe6bb36a39115/log/controller/logs/devstacklog.txt#3392-340418:03
hemnathe syntax for that has changed looks like18:03
rosmaitahemna: was wondering if it might be something like that18:03
hemnatrying to fix it and get devstack up18:03
hemnalooks like focal is being used now18:04
rosmaitai think our only options are focal or centos-8-stream18:06
hemnaok, I'm trying to get through standing devstaack up with all the CI settings18:15
*** dviroel is now known as dviroel|out21:41

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