Hector Sanjuan
Hector Sanjuan
@crosser just two messages above I reported it working on 5.4.6 because it was upstreamed already.
> @hsanjuan Can you please provide a few more details? I got my fingerprint reader upgraded to the firmware from lvfs-testing (although fwupdmgr now isn't displaying it), and I'm on...
@ikelos hmm, I'm on the Thinkpad X1 Carbon Gen 7. While `i2cdetect -l` shows the Synopsys buses, i2cdetect is not able to find any devices when scanning them though, so...
@ikelos the fact that the ports are 0x0000 does not look good though, perhaps someone on the internet has a decoded and posted a table with better values for your...
This is an upstream issue (https://golang.org/pkg/time/#ParseDuration) although the cli could workaround it to support `d` suffix when parsing the duration (cmd/ipfs-cluster-ctl/main.go:417).
Actually one of the tests should fail because it tests the correct unpinning of shared shards. But let's leave this here so I don't forget I need to fix it.
I am not sure how this is different from setting `StorageMax` to whatever value you need in the IPFS configuration?
That makes no sense. Cluster calculates the amount of free space by doing StorageMax - RepoSize (both things coming from IPFS). StorageMax is a constant, it does not (and should...
What is the issue that you are trying to resolve with this?
> This could probably be done along with #448 and #737 Not necessarily along though related. `ctl` does not need to support or use a load-balancing client for the moment....