We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem/challenge you have [A description of the current limitation/problem/challenge that you are experiencing.]
E0408 16:29:19.145175 1 grpc.go:79] GRPC error: rpc error: code = Internal desc = not able to provision the volume, nodes [lvm-node1 lvm-node2 lvm-node3], err : zfs: volume creation failed
daemonset logs have the logs with reason
E0408 17:16:12.857959 1 zfs_util.go:421] zfs: could not create volume zfs-test-pool/pvc-db334d55-8855-4e05-a3de-dc941c6200bb cmd [create -o quota=230854492160 -o reservation=230854492160 -o mountpoint=legacy zfs-test-pool/pvc-db334d55-8855-4e05-a3de-dc941c6200bb] error: cannot create 'zfs-test-pool/pvc-db334d55-8855-4e05-a3de-dc941c6200bb': out of space
Describe the solution you'd like [A clear and concise description of what you want to happen.]
Will it be possible for controller to have the same error logs about failure event with reason.
The text was updated successfully, but these errors were encountered:
This will be covered as part of this issue #540 Closing this one.
Sorry, something went wrong.
No branches or pull requests
Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
it only say volume creation failed.
daemonset logs have the logs with reason
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Will it be possible for controller to have the same error logs about failure event with reason.
The text was updated successfully, but these errors were encountered: