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
When running a librbd fio test with "use_existing_volumes = true", the RBD volumes still get deleted because the librbd client endpoint calls create_rbd() in CephClientEndpoint which recreates the pool and volumes. Maybe we need an option to "use existing endpoints" to skip this process if the pool and volumes already exist?
The text was updated successfully, but these errors were encountered:
When running a librbd fio test with "use_existing_volumes = true", the RBD volumes still get deleted because the librbd client endpoint calls create_rbd() in CephClientEndpoint which recreates the pool and volumes. Maybe we need an option to "use existing endpoints" to skip this process if the pool and volumes already exist?
The text was updated successfully, but these errors were encountered: