-
Notifications
You must be signed in to change notification settings - Fork 777
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
microk8s.daemon-containerd is filling my syslog with "zfs does not implement Usage() yet" messages #1077
Comments
Oh, it's working just fine. The problem is that it's constantly spewing
errors into syslog.
Brad
…On Mon, Mar 30, 2020 at 3:13 PM balchua ***@***.***> wrote:
Hi @bjf <https://github.com/bjf> is it working?
If not, you can refer to the docs here
<https://microk8s.io/docs/install-alternatives> and scroll to the section
which talks about zfs.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1077 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7G5TU45BITWPDJ27XHHTRKEKRFANCNFSM4LXARU4A>
.
--
Brad Figg [email protected] http://www.canonical.com
|
I think containerd log is set to debug. |
That did "fix" my issue.
…On Mon, Mar 30, 2020 at 3:47 PM balchua ***@***.***> wrote:
I think containerd log is set to debug.
You can edit the file /var/snap/microk8s/current/args/containerd and add
this line --log-level fatal
After that you can do a microk8s.stop and then microk8s.start.
Can you see if this works? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1077 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7G5TFUKFHXVUG7SYTRI3RKEOQDANCNFSM4LXARU4A>
.
--
Brad Figg [email protected] http://www.canonical.com
|
Great. Thanks |
Wait, shouldn't we consider making this the default? |
Sorry about closing it sooner. Maybe |
I am +1 to reducing the log level. This specific log message [1] is marked as error so if we are to silence it we would need to log almost nothing. I am not so sure this is the right approach. We gather containerd logs via the In its default setup on zfs MicroK8s uses the native snapshoter so you normally do not see this message. [1] https://github.com/containerd/zfs/blob/9abf673ca6ff9ab8d9bd776a4ceff8f6dc699c3d/zfs.go#L133 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The ZFS snapshotter plugin has been fixed in containerd/zfs#38. |
I'm running Ubuntu 20.04 with zfs as root and microk8s.daemon-containerd is spewing errors about "zfs does not implement Usage() yet"
inspection-report-20200330_144131.tar.gz
The text was updated successfully, but these errors were encountered: