cbt icon indicating copy to clipboard operation
cbt copied to clipboard

RBD pool always deleted even when use_existing_volumes is true

Open ommoreno opened this issue 6 years ago • 0 comments

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?

ommoreno avatar Jun 18 '19 17:06 ommoreno