Skip to content

0.7.0-RC3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kmova kmova released this 01 Sep 18:49
· 929 commits to master since this release
refactor(cast): remove unused parameters from SPC

cacheFile option provided in the SPC is ignored, and
a unique cacheFile path is auto generated using the SPC uuid
and provided to cstor-pool. The hardcoded value in SPC is
unusable, since it has to be unique across pools.

overProvisioning is always hardcoded to false. Providing
this option in the SPC will given an impression to user
that it can be enabled/disabled. Until this feature is
supported, removed the need to specify it via SPC.

Signed-off-by: kmova <[email protected]>