RBD pool always deleted even when use_existing_volumes is true
Open
- Dominant language
- Python
- Stars
- 307
- Forks
- 151
- Avg merge
- 14d 23h
- Merged PRs (30d)
- 1
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.