Bryce Lampe

Results 193 comments of Bryce Lampe

> However we have set up a VPN which allows developers to run ssh 10.1.1.1 from their local machine and connect to EB instances. However, eb ssh by default uses...

Hi Jake! Hope you're well :) When you say "large," how many bytes roughly? Do you have a code snippet that roughly captures what you're trying to do?

Traefik doesn't update the `status` field by default -- you'll need to explicitly enable that behavior by passing something like * `--providers.kubernetesingress.ingressendpoint.ip=127.0.0.1` or * `--providers.kubernetesingress.ingressendpoint.hostname=localhost` I was able to reproduce...

I can confirm we're also seeing this internally at Pulumi. I tested 3 versions of pulumi-aws (ts) which all show the bug -- 4.14, 4.28, and 5.9.2. > This is...

> @blampe I would like to help solving this issue, did you already know what could be? Is the state that is not saved correctly? I'm not sure where the...

I agree @bensigelman. Tracing is a subset of the DCP problem, so it makes sense to expose some of the machinery we're using to solve it.

I'm seeing this with cstor-operator 3.3.0, also with StatefulSets rescheduling pods. I can work around it by killing the CSI node, but it seems like a legitimate race condition around...

Running with `--log-level=debug` shed a little more light on this... ``` time="2022-09-02T02:10:03Z" level=debug msg="no snapshot matching id found, trying backups" func="github.com/piraeusdatastore/linstor-csi/pkg/client.(*Linstor).snapOrBackupById" file="/src/pkg/client/linstor.go:1367" id=snapshot-6b4f6adb-7a82-4d2f-a72c-2bc987d70dba linstorCSIComponent=client time="2022-09-02T02:10:03Z" level=debug msg="curl -X 'GET' -H...

@WanzenBug take a look at https://github.com/LINBIT/linstor-server/pull/314 -- the presence of any backups in the cluster completely breaks snapshotting.