Wednesday, 2026-08-26

opendevreviewMaria Gallego proposed openstack/python-manilaclient master: Add Functional test for share snapshot metadata & negative testing  https://review.opendev.org/c/openstack/python-manilaclient/+/96775801:59
opendevreviewMaria Gallego proposed openstack/python-manilaclient master: Add Functional test for share snapshot metadata & negative testing  https://review.opendev.org/c/openstack/python-manilaclient/+/96775802:41
opendevreviewGireesh Awasthi proposed openstack/manila master: Added Share Server Replica Support  https://review.opendev.org/c/openstack/manila/+/99350104:32
opendevreviewYaron Bar proposed openstack/manila master: Add Weka share driver  https://review.opendev.org/c/openstack/manila/+/98999805:07
opendevreviewYaron Bar proposed openstack/manila master: Add Weka share driver  https://review.opendev.org/c/openstack/manila/+/98999805:29
opendevreviewYaron Bar proposed openstack/manila-tempest-plugin master: Recognize WEKAFS access rules as carrying an access_key  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99968705:36
opendevreviewGireesh Awasthi proposed openstack/manila master: Added Share Server Replica Support  https://review.opendev.org/c/openstack/manila/+/99350107:46
opendevreviewSiddharth Kumar proposed openstack/manila master: Add core support for asynchronous revert-to-snapshot  https://review.opendev.org/c/openstack/manila/+/100110907:56
opendevreviewSiddharth Kumar proposed openstack/manila master: Dell PowerScale: Added support of revert to snapshot  https://review.opendev.org/c/openstack/manila/+/95720007:59
opendevreviewKumar Tadepalli proposed openstack/manila master: [NetApp] Enhance Share workflows to support Share server replication  https://review.opendev.org/c/openstack/manila/+/99662909:07
opendevreviewMaurice Escher proposed openstack/manila master: fix share_instance_access_delete exception  https://review.opendev.org/c/openstack/manila/+/100245809:30
opendevreviewGireesh Awasthi proposed openstack/python-manilaclient master: Added python manila client for share server replica  https://review.opendev.org/c/openstack/python-manilaclient/+/99450210:20
opendevreviewGireesh Awasthi proposed openstack/python-manilaclient master: Added python manila client for share server replica  https://review.opendev.org/c/openstack/python-manilaclient/+/99450210:25
opendevreviewManideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99836012:21
opendevreviewManideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99836013:02
opendevreviewManideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99836013:14
opendevreviewSrinesh A R proposed openstack/manila-tempest-plugin master: Add tests for new snapshot_inherit_share_access share type  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99487814:30
opendevreviewManideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication workflows  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99836014:42
opendevreviewMerged openstack/python-manilaclient master: Use keystoneauth session for API requests  https://review.opendev.org/c/openstack/python-manilaclient/+/98064917:16
opendevreviewSrinesh A R proposed openstack/manila-tempest-plugin master: Add tests for new snapshot_inherit_share_access share type  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99487817:39
opendevreviewMerged openstack/manila stable/2025.2: NetApp: Fix TypeError in encryption key ref compatibility check  https://review.opendev.org/c/openstack/manila/+/100158118:50
opendevreviewManideep proposed openstack/manila master: Added Share Server Replica Support  https://review.opendev.org/c/openstack/manila/+/99350119:14
opendevreviewManideep proposed openstack/manila-tempest-plugin master: Add tempest tests for share server replication workflows  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/99836019:51
gouthamrsmh, its terribly exhausting to read code written by LLMs.. there are an insane number of unnecessary comments, document style - and some of them are plain wrong.. the unittests confidently mock and test whatever the code is doing incorrectly20:59
gouthamri don't know if we need some ground expectations around this20:59
gouthamrto add to that, there is stuff that's plain untestable in the CI beyond these unit tests21:00
gouthamrwe're failing at enforcing a rule that any new API requires a solid reference implementation to capture the meat of the implementation.. and that only complicates things further now that LLMs are writing most of the code21:01
JayFgouthamr: I left a  comment on an Ironic change recently with a super-long commit, I didn't even read it all, I just got two paras in and commented "please have a human edit this commit message"21:02
gouthamrand when i'm explicitly asking to trim the slop, i see a few hundred lines shaved off21:02
JayF(commit meaning, long commit message)21:02
JayFClaude is a great way to generate code, and as a bonus it provides 50% extra code you don't need, just so you feel you got your tokens' worth21:02
gouthamr:( yes.. they're parroting the "what" like it's some machine instruction set21:03
JayFfor an openstacksdk bugfix in integration tests yesterday, claude was trying to rewrite Ironic's API to fix the race21:03
gouthamrwow21:03
JayFinstead of ... having the test wait=true the thing that needed to go in order first21:03
gouthamrthrow your async model out, i just need to fix this thing because that's my task21:04
carloss> smh, its terribly exhausting to read code written by LLMs.. there are an insane number of unnecessary comments, document style - and some of them are plain wrong.. the unittests confidently mock and test whatever the code is doing incorrectly21:13
carlossYES, omg, this is the most overwhelmed I ever felt in a feature freeze :|21:13
carloss> i see a few hundred lines shaved off21:16
carlossit's a feeling we're "losing the battle" -- most of the cases I feel we've been responded to with another prompt21:16
gouthamrfor sure :( 21:16
carlosshttps://pbs.twimg.com/media/G4bbuqMWIAAlOlC.jpg vibes21:17
opendevreviewSimon Dodsley proposed openstack/manila master: Add Everpure FlashArray driver  https://review.opendev.org/c/openstack/manila/+/79518021:37
opendevreviewCarlos Eduardo proposed openstack/manila master: Add rally branch comparison job  https://review.opendev.org/c/openstack/manila/+/97436422:35
opendevreviewMerged openstack/python-manilaclient master: Fix resource lock project and user filters  https://review.opendev.org/c/openstack/python-manilaclient/+/100161122:51
opendevreviewGoutham Pacha Ravi proposed openstack/python-manilaclient stable/2026.1: Fix resource lock project and user filters  https://review.opendev.org/c/openstack/python-manilaclient/+/100256723:09
opendevreviewGoutham Pacha Ravi proposed openstack/python-manilaclient stable/2025.2: Fix resource lock project and user filters  https://review.opendev.org/c/openstack/python-manilaclient/+/100256823:10
opendevreviewGoutham Pacha Ravi proposed openstack/python-manilaclient stable/2025.1: Fix resource lock project and user filters  https://review.opendev.org/c/openstack/python-manilaclient/+/100256923:11

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