[16:50] hello everyone, juju deploy works perfect with everything except when I try to deploy ceph-osd, I usually get `"failed to start machine 15 (failed to acquire node: No available machine matches constraints: [('agent_name', ['623fe854-6d68-463d-8337-73ce136cc4bb']), ('storage', ['root:0,0:32,1:32,2:8']), ('zone', ['default'])] (resolved to [16:50] "storage=root:0,0:32,1:32,2:8 zone=default")), retrying in 10s (10 more attempts)" [16:51] This is following https://ubuntu.com/kubernetes/docs/storage / `juju deploy -n 3 ceph-osd --storage osd-devices=32G,2 --storage osd-journals=8G,1` [16:51] Do anyone know if I'm missing any config on maas? [16:52] from my knowledge, storage pool default has a lot of free space [16:53] and I don't know how to troubleshoot this [17:29] rick_h I figured why I had a lot of VMs [17:30] when I run `juju deploy -n 3 ceph-osd --storage osd-devices=32G,2 --storage osd-journals=8G,1`, I am expecting 3 instances of `ceph-osd`, it fails to start `failed to start machine 15 (failed to acquire node: No available machine matches constraints: [('agent_name', ['623fe854-6d68-463d-8337-73ce136cc4bb']), ('storage', ['root:0,0:32,1:32,2:8']), [17:30] ('zone', ['default'])] (resolved to "storage=root:0,0:32,1:32,2:8 zone=default")), retrying in 10s (10 more attempts)` and it runs `10 attempts` [17:30] 3*10 ==> 30 instances + the original 3 so 33 [17:30] I have 33 instances now to clean up! [17:30] lol [17:39] atdprhs: ouch, wow