(self)
| 176 | |
| 177 | @property |
| 178 | def default_pool_name(self) -> str: |
| 179 | return self.module.get_ceph_option("rbd_default_pool") |
| 180 | |
| 181 | def extract_pool_spec(self, pool_spec: str) -> PoolSpecT: |
| 182 | pool_spec = extract_pool_key(pool_spec) |
nothing calls this directly
no test coverage detected