Nir Soffer
Nir Soffer
This is also helps to avoid disconnection of idle connections (#71) if a client is using multiple connections and is waiting util the initial EXTENTS request completes. In imageio client...
No change is needed in imageio to expose the socket. The change is needed in engine, as described in the linked bug, see: https://bugzilla.redhat.com/1751212#c3 So this should move to https://github.com/oVirt/ovirt-engine/issues
We don't use libnbd yet, and we cannot use it since it does not support the old non-standard URL generated by vdsm. After we switch to standard URLs and we...
I think this is fixed by #2632. If you add additional network, it will be preferred over the user network.
@mikeshng, We replaced usage of PlacementRule with Placement, do we still need to keep the [workaround](https://github.com/RamenDR/ramen/blob/975f2fbf6dceaccf59eff76dd4a65573cb6c4ded/test/addons/ocm-cluster/start#L98) labeling the managed cluster?
> Also, it might depend on your Placement spec. If your Placement spec contains the label criteria then it needs to be there. Thanks, will check.
@Bernigend I could not reproduce the issue with your example since it is not complete. I tried to reproduce with the following, which seem to work as expected: ```go package...
You can control the usage text and completions dynamically by annotating the root command. If the host command provide a hint when it runs the plugin (e.g. environment variable) you...
> This PR fixed the two cases where the help function is called: > > 1. when using the `--help/-h` flag (e.g., `prog sub arg1 -h`) > 2. when using...
This is easy with the current design since we start one interface for all vms. But it will not be possible if we open interface per vm, which will solve...