On 11/28/19 3:48 PM, Erik Skultety wrote:
This is a very simple and straightforward implementation of the
opposite
what buildPool does for the disk backend.
The background for this change comes from an existing test case in TCK
which does use the delete method for a pool of type disk, but it
truly could not have ever worked since the implementation simply
wasn't there for the pool of type disk.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
src/storage/storage_backend_disk.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal