On 2022-06-16 23:06:05 +0000 (+0000), Jeremy Stanley wrote:
On 2022-06-16 15:11:54 -0700 (-0700), melanie witt wrote: [...]
Jun 16 19:25:26 node1 devstack@g-api.service[421305]: ERROR glance.common.wsgi sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.plugins:dbcounterplugin=dbcounterplugin=dbcounter
The format of the above plugin message is <group>:<name> [2] which would mean the group is 'sqlalchemy.plugins' and the name is 'dbcounterplugin=dbcounterplugin=dbcounter'. I thought the latter looked strange. I thought the name would just be 'dbcounter'. [...]
It looks like copies of this may be getting repeatedly concatenated into the plugin variable:
https://opendev.org/openstack/devstack/src/commit/44d07f300150f7297773a21503...
Perhaps the shell is interpolating &plugin and filling it with the existing value of plugin each time that function is called, resulting in nested copies of the value? -- Jeremy Stanley