Jean-Daniel Dupas

Results 56 comments of Jean-Daniel Dupas

Now that metallb switched to FRR, it may be implemented using weighted ECMP. This is an use case FRR is explicitly supporting: http://docs.frrouting.org/en/stable-7.5/bgp.html#weighted-ecmp-using-bgp-link-bandwidth > One of the primary use cases...

Thank you for the tip. I did just had the same issue with large SSD (7TiB) and increasing memory limit solved it.

> The workaround mentioned above: > > ```python > class Dumper(yaml.Dumper): > def increase_indent(self, flow=False, *args, **kwargs): > return super().increase_indent(flow=flow, indentless=False) > > print(yaml.dump(data, Dumper=Dumper)) > ``` Unfortunately, it does...

Just to let you know I just got the same error running `ipmitool sensor` (in case it does not use the same code path, and need special care in the...

It is now 5 versions behind and 6 soon. Is this project dead ? It was not updated in Fusion 13 and still uses deprecated versions.

Hello, Im have the same issue. I'm trying to create a PV, but whatever I do, the controller ignore it, and does not create matching `LVMVolume` objet. I tried to...

After reading the CSI spec, I now understand this is not how it is supposed to work. The CSI `CreateVolume` API is only invoked for `PVC`, and `Static PV` expects...

18 months and still no fix for the stock image. Is this project dead ?

A better solution would be to stop relying on this link and docker official account and just published an updated image in a new official `distribution` account in docker hub....