Brian_P

Results 15 comments of Brian_P

> I've done some work in this area recently that should finally fix any putty focus issues. Clicking/alt-tabbing is mostly working as expected now. I will update this issue once...

Actually, this affect any kind of pool created via Rook.

Stumbled on this: ``` ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/cuac-rgw". failed to create object store deployments: failed to create object pools: failed to create data pool: failed to create pool...

You can get the same error by: ``` ceph osd erasure-code-profile rm default ```

> Why delete the default profile? To prove the point that EC support is not configurable.

Yes, along with the [plugins](https://docs.ceph.com/en/latest/rados/operations/erasure-code/#table-of-content).

I'll open a separate PR for all the other pending versions :)

I feel this is a MAAS API limitation/behavior rather than the provider itself. For reference, removing/changing tags on block devices takes a long time as well, regardless of the tool...

So you have a variable defined from where you can remove the faulty one, `apply`, then add it again. Feels to me like usual OpenTofu behavior mixed with a lack...

For your first point, `import maas_machine.myMachine MAAS_ID` should be used instead. Looking at your PR, I am not sure if it makes a lot of sense tinkering with the machine...