Travis Nielsen
Travis Nielsen
In an attempt to get this working with both the rookoperator and rooktoolbox user, I made some changes and pushed them to the commit [here](https://github.com/travisn/rook/commit/ca6dc34922a5dc008bded65784a04dfc18ecceab). My updates and observations: 1....
To capture the discussion in huddle, @BlaineEXE had a great idea to use the CephClient CR to create the toolbox user instead of trying to make it built-in as in...
Let's use the discussion item #9960 for this question, thanks
Reopening after further discussion in #9960. From [this comment](https://github.com/rook/rook/discussions/9960#discussioncomment-2648277): The operator was restarted before the reconcile of the mon failover was completed, and the mon canary chose a different node...
@fengjiankui121 What version of the code were you referring to? The code path is a bit different now. https://github.com/rook/rook/blame/release-1.9/pkg/operator/ceph/cluster/mon/mon.go#L1283-L1294 Does this issue still repro in v1.9 or master?
Instead of having a separate tag var with a default, I'm thinking: - Keep the same `image` settings we already have today, no change from the helm chart settings -...
@Rakshith-R Would you want to take a look at this?
@eringet No implementation, the stale bot closed the issue since there was no reply. Would you mind reviewing @BlaineEXE 's comments above?
@spdfnet What is your filesystem CR? Are you following [this example](https://github.com/rook/rook/blob/master/deploy/examples/filesystem-ec.yaml#L25-L28) to create the filesystem with EC pools? More details are needed to know what is your issue.
@spdfnet You can set any pool property with the [parameters](https://github.com/rook/rook/blob/master/deploy/examples/pool-ec.yaml#L19-L22) on the pool. The example pool just shows compression as an example, but you can update any setting such as...