Julian Pelizäus
Julian Pelizäus
> @roosterfish IIRC you implemented the explicit trust token logic, does this sound correct? Yes you can either provide the token directly as a positional argument or via the `--token`...
@Regis-Caelum that is also my understanding. The `digest` has to match the fingerprint inside the token. The `c.flagAcceptCert` makes me thinking. Is there ever a case where you would provide...
> While I'd keep the short name lookup logic, I'd probably use the address list as hints to send probes to, no? Do you think the client should first do...
This was not caught in the MicroCloud test pipelines because for the specific test which goes from 3 to 2 MicroCloud nodes it is using the `--force` flag. The 2...
Update to this issue. This time I am trying to remove cluster member `micro01`. Not sure if related to the same underlying issue, but when force removing the third member,...
Once https://github.com/canonical/lxd/pull/15777 is merged I'll rebase this one and then it should be ready for another pass.
Implemented the suggested changes, ready for another review. The PR's description now also contains a summary of the changes including a more in depth explanation of the changes.
> Can the "Update instance backup file if custom volume..." commits at the end of the PR be split off from this one? Those are the actual commits that trigger...
@tomponline ready for another pass.
Added one more commit to check explicitly the behavior of not having duplicate vols in the backup config in case the same vol is attached multiple times using different devices...