openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
235 stars 92 forks source link

lvm-localpv lvmPlugin does not support loglevel #300

Open ferhatguneri opened 2 months ago

ferhatguneri commented 2 months ago

openebs-lvm-plugin container does not support loglevel.

What did you expect to happen: openebs-lvm-localpv-controller and openebs-lvm-localpv-node does support and loglevel can be defined for them but sidecar container of controller which is openebs-lvm-plugin does not support --v=3 parameter.

Log Level can be configured for lvmNode and lvmController https://github.com/openebs/lvm-localpv/blob/develop/deploy/helm/charts/values.yaml#L56 https://github.com/openebs/lvm-localpv/blob/develop/deploy/helm/charts/values.yaml#L73

But it cannot be configured for lvmPlugin. and I tried to pass --v=3 to the sidecard container just like the others but, it crashed the container. https://github.com/openebs/lvm-localpv/blob/develop/deploy/helm/charts/values.yaml#L145

Environment: