You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time when api/config API access, it will always refresh the backend DB, which will induce metadata nonuniformity when multiple API access to rbd-target-api.
It's better to leave /api/config API only get config, do not frequently update the DB.
When we run the Cinder Ceph-iscsi tempest with multiple thread, I've noticed the metadata of tartget_config has been unexpectedly changed when multiple API access to update target, client, and together with api/config to concurrency refresh the backend metadata storage.
The text was updated successfully, but these errors were encountered:
Every time when api/config API access, it will always refresh the backend DB, which will induce metadata nonuniformity when multiple API access to rbd-target-api.
It's better to leave /api/config API only get config, do not frequently update the DB.
When we run the Cinder Ceph-iscsi tempest with multiple thread, I've noticed the metadata of tartget_config has been unexpectedly changed when multiple API access to update target, client, and together with api/config to concurrency refresh the backend metadata storage.
The text was updated successfully, but these errors were encountered: