You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result
Failed CStorPoolInstance:
Failed to create pool due to 'Failed to create pool {cstor-6c7f1f4b-9466-4239-8743-cf0cea515df9} : Failed to create pool.. cannot create 'cstor-6c7f1f4b-9466-4239-8743-cf0cea515df9': 'compression' must be one of 'on | off | lzjb | gzip | gzip-[1-9] | zle | lz4'
lz4 or on gets rejected by the webhook:
Error from server (BadRequest): error when creating "STDIN": admission webhook "admission-webhook.cstor.openebs.io" denied the request: invalid cspc specification: invalid pool spec: unsupported compression 'lz4'
Error from server (BadRequest): error when creating "STDIN": admission webhook "admission-webhook.cstor.openebs.io" denied the request: invalid cspc specification: invalid pool spec: unsupported compression 'on' specified
The text was updated successfully, but these errors were encountered:
The admission webhook expects values that are invalid for the ZFS compression setting.
Example:
Create a new CStorPoolCluster
Result
Failed CStorPoolInstance:
Failed to create pool due to 'Failed to create pool {cstor-6c7f1f4b-9466-4239-8743-cf0cea515df9} : Failed to create pool.. cannot create 'cstor-6c7f1f4b-9466-4239-8743-cf0cea515df9': 'compression' must be one of 'on | off | lzjb | gzip | gzip-[1-9] | zle | lz4'
lz4 or on gets rejected by the webhook:
Error from server (BadRequest): error when creating "STDIN": admission webhook "admission-webhook.cstor.openebs.io" denied the request: invalid cspc specification: invalid pool spec: unsupported compression 'lz4'
Error from server (BadRequest): error when creating "STDIN": admission webhook "admission-webhook.cstor.openebs.io" denied the request: invalid cspc specification: invalid pool spec: unsupported compression 'on' specified
The text was updated successfully, but these errors were encountered: