Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scanner: correct the autoProvision mechanism
- we should not set both `Spec.Filesystem.Provisioned` and `Spec.Provision` or the remove operation would be blocked if we only change one of these to false. This is a side-effect that comes from 1877a4e. For now, we will remove one of these two fields to ensure the delete operation work. We still need mutator to help convert these two fields. Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
- Loading branch information