Under which ansible collections is the find_disks module

Good Day all,

I am trying to setup openstack using kolla ansible and i run into below error. I have search the entire collections for find_disks but no luck. would appriciate any support

TASK [swift : Looking up disks for Swift] ********************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “cmd”: [“docker”, “exec”, “-t”, “kolla_toolbox”, “sudo”, “-E”, “ansible”, “localhost”, “-m”, “find_disks”, “-a”, “name=KOLLA_SWIFT_DATA match_mode=strict”], “delta”: “0:00:00.613736”, “end”: “2025-04-19 14:15:50.203210”, “failed_when_result”: true, “msg”: “non-zero return code”, “rc”: 2, “start”: “2025-04-19 14:15:49.589474”, “stderr”: “”, “stderr_lines”: , “stdout”: “localhost | FAILED! => {\r\n "msg": "The module find_disks was not found in configured module paths"\r\n}”, “stdout_lines”: [“localhost | FAILED! => {”, " "msg": "The module find_disks was not found in configured module paths"", “}”]}

Judging by the Git history of kolla, find_disks was a module that was part of the kolla repository itself (local module). I’m not sure what happened to it but it seems that kolla is now using some sort of custom docker images (kolla_toolbox) and custom Ansible installation inside a docker image.

This seems to be very specific to kolla. You would be better asking this question in some kolla community circles.

Kolla is a very complex piece of software and does a lot of things in it’s own way. Common Ansible knowledge does not help much… or apply at all :upside_down_face:

Hello

Thanks for the feedback. I have crossed that bridge by tearing down that Kolla version and using another version that works well.