Patrick Ohly

Results 1004 comments of Patrick Ohly

The intended partitioning is "two small system partitions (active and inactive), large data partition". --statedir is also used for downloaded tar archives and manifest files. Putting those onto the target...

/usr/share/clear/versionstamp as used by swupd's verifytime command is another convention from Clear which should be configurable.

In the resizer, the sidecar probably needs to check whether the volume is local before invoking the CSI driver. This can be achieved via the existing topology field. https://github.com/kubernetes-csi/external-provisioner/issues/592 might...

/remove-lifecycle rotten /lifecycle frozen

I suspect it'll be easier than distributed provisioning because the sidecar can already determine from the PV whether it is responsible for the operation. See https://github.com/kubernetes-csi/external-snapshotter/pull/585 for the corresponding feature...

@gnufied: if the CSI driver only runs on the nodes, where would you run external-resizer? If you only run one instance of it per cluster, then it has no CSI...

I agree that this seems to be sufficient for node-local storage. Is this documented sufficiently so that CSI driver developers can find out about it?

> I don’t think it’s appropriate to selectively decide which controller methods will/will not be invoked in node+controller setups based on supposition. My understanding is that the controller side will...

Example: https://github.com/kubernetes/kubernetes/pull/105969/files#diff-8f987c51b1b80004440b85620ece9d41e6001b437c1e03f2f0005fe685e135bd

> I guess it depends on whether we consider `Error` to just be a friendly alias for `Info` that makes it easier to log an `error`, or a different part...