Results 120 comments of Yuval Lifshitz

the [ceph project](https://ceph.io/) will also be interested in using non shared_ptr spans. we did some benchmarking of our code using no-op spans and found they have a detectable impact on...

> @yuvalif - Do you have more details, which part of the Span life cycle has a detectable impact - creation, populating, or export/end? How you did these non-shared span...

thanks @lalitb ! > We have done a few tests returning span's unique_ptr and dropped it after not seeing substantial improvements. If you want to test that in your setup,...

> Hey @yuvalif , this demo is highly tied to the kubevirt-hostpath-provisioner storage backend that was used by MicroShift in the past. Now, we ship TopoLVM, a new CSI driver....

without a specific go ceph API we have to use the AWS SDK one: https://pkg.go.dev/github.com/aws/[email protected]/service/s3#PutBucketNotificationInput however, this does not include some extensions that we made to the API that works...

I have the following CNI I'm trying to use, it attaches an existing host bridge to a pod. Here is a daemon set yaml for it: ```yaml apiVersion: extensions/v1beta1 kind:...

@sushanthakumar thanks! Trying it, and will let you know how it works.

seems like the upgrade in the CNI code was to version that still checks for IPs. See here: https://github.com/Huawei-PaaS/CNI-Genie/pull/136/files#diff-81c6f279de3e0150933be0990ea0e718L108 The latest CNI code, does not have these checks (in line...