Skip to content
New issue

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

Error propagation support from daemonset to controller #309

Closed
w3aman opened this issue Apr 8, 2021 · 1 comment
Closed

Error propagation support from daemonset to controller #309

w3aman opened this issue Apr 8, 2021 · 1 comment
Labels
backlog Will be picked up as a roadmap item.

Comments

@w3aman
Copy link
Contributor

w3aman commented Apr 8, 2021

Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]

  • Right now if pvc creation fails for any reason say(out of space), controller logs dont have that information.
    it only say volume creation failed.
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.

@giridharshankar013 giridharshankar013 added the backlog Will be picked up as a roadmap item. label Apr 20, 2022
@w3aman
Copy link
Contributor Author

w3aman commented May 31, 2024

This will be covered as part of this issue #540
Closing this one.

@w3aman w3aman closed this as completed May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Will be picked up as a roadmap item.
Projects
None yet
Development

No branches or pull requests

2 participants