I have ubuntu 20.04 loded up on 6 vm in proxmox I am up to the Playbook core.yml
It has a fatel error on taks ceph-gacts : resolve device link(s)
This is the message it gives
failed: [ceph1] (item=None) => changed=false
ansible_loop_var: item
cmd:
- readlink
- -f
delta: ‘0:00:00.004182’
end: ‘2024-03-05 11:37:45.694494’
item: null
msg: non-zero return code
rc: 1
start: ‘2024-03-05 11:37:45.690312’
stderr: |-
readlink: missing operand
Try ‘readlink --help’ for more information.
stderr_lines:
stdout: ‘’
stdout_lines:
failed: [ceph2] (item=None) => changed=false
ansible_loop_var: item
cmd: - readlink
- -f
delta: ‘0:00:00.009021’
end: ‘2024-03-05 11:37:45.956118’
item: null
msg: non-zero return code
rc: 1
start: ‘2024-03-05 11:37:45.947097’
stderr: |-
readlink: missing operand
Try ‘readlink --help’ for more information.
stderr_lines:
stdout: ‘’
stdout_lines:
failed: [ceph3] (item=None) => changed=false
ansible_loop_var: item
cmd: - readlink
- -f
delta: ‘0:00:00.008652’
end: ‘2024-03-05 11:37:46.040595’
item: null
msg: non-zero return code
rc: 1
start: ‘2024-03-05 11:37:46.031943’
stderr: |-
readlink: missing operand
Try ‘readlink --help’ for more information.
stderr_lines:
stdout: ‘’
stdout_lines:
I am not sure what to do to resolve this one.