openebs-archive / device-localpv

CSI Driver for using Local Block Devices
Apache License 2.0
26 stars 17 forks source link

Add structure for the StoragePool #43

Closed Abhinandan-Purkait closed 2 years ago

Abhinandan-Purkait commented 3 years ago

What does this PR do?

Enhancements to be taken up

Abhinandan-Purkait commented 3 years ago

Removed the Pool Specific structures, made everything generic.

shovanmaity commented 3 years ago

This comment is on finalizer for storage pool CR. openebs.io/volume-protection => This finalizer makes sure that no volume is present in the pool at the time of storage pool CR deletion. openebs.io/pool-source-protection => This finalizer makes sure that internal pool resource is not present at the time of storage pool CR deletion.