Joshua Moody

Results 49 comments of Joshua Moody

I added this to Milestone Planning, that should prevent the stale bot from marking it.

the manual test should be: - create a kubernetes pod + pvc that mounts a lh volume - `dd if=/dev/urandom of=/mnt/` - while running initiate a snapshot - verify snapshot...

@khushboo-rancher Your best bet is the Froze Filesystem log. You can also add status reporting `dd if=/dev/urandom of=/mnt/ conv=sync status=progress` this should force outputting. But all of this is only...

Needs the volume controller refactor #2527, where the pending node id is removed and all attachment decisions are based on v.spec.NodeID and v.status.CurrentNodeID is only set once the volume is...

For RWX volumes kubernetes does not do recursive chown/chmod's as it does for RWO volumes. Can you clarify the expected permissions / ownership model, that the wordpress installation requires?

cc @innobead For the fsGroupPolicy specs on the driver, we can revisit once we have done a min kubernetes version update for v1.3 https://kubernetes-csi.github.io/docs/support-fsgroup.html Remember there was a couple of...

In regard to "fsGroupPolicy" by default kubernetes defaulted to `ReadWriteOnceWithFSType` which implied that no permission/ownership changes would be performed as part of kubelet for RWX volumes. @linucksrox as a workaround,...

I am using this issue to track authentication work, for the grpc services I am working on adding mtls authentication. The same approach can be used for the rest backend....

I split out the MTLS auth for the internal communication into it's own issue here: https://github.com/longhorn/longhorn/issues/3839 I should have done this back then instead of tracking the MTLS part in...