(self)
| 157 | return util.pretty_bytes(self.get_available()) |
| 158 | |
| 159 | def get_pretty_capacity(self): |
| 160 | return util.pretty_bytes(self.get_capacity()) |
| 161 | |
| 162 | def get_volumes(self): |
| 163 | return self.pool.listVolumes() |
nothing calls this directly
no test coverage detected