@close2:matrix.org | Hello everybody! | 09:36 |
---|---|---|
I am trying to install an AIO simplex system on bare metal. | ||
I am following the guide at https://docs.starlingx.io/r/stx.8.0/deploy_install_guides/release/bare_metal/aio_simplex_install_kubernetes.html | ||
Following the guide I had the problem, that ansible operations which use `sudo` would simply block. I worked around this, by calling `sudo` before starting the ansible playbook (allowing further sudo commands without password for a certain time). | ||
Should I open a bug for this, or did I do something wrong? | ||
I am now stuck with another error: | ||
``` | ||
TASK [bootstrap/prepare-env : Check volume groups] ***************************************************************************************************************************************************************************************** | ||
Wednesday 20 December 2023 09:33:28 +0000 (0:00:00.016) 0:00:09.276 **** | ||
fatal: [localhost]: FAILED! => changed=true | ||
cmd: | ||
- vgdisplay | ||
- cgts-vg | ||
delta: '0:00:00.033949' | ||
end: '2023-12-20 09:33:29.299119' | ||
msg: non-zero return code | ||
rc: 5 | ||
start: '2023-12-20 09:33:29.265170' | ||
stderr: |2- | ||
Volume group "cgts-vg" not found | ||
Cannot process volume group cgts-vg | ||
stderr_lines: <omitted> | ||
stdout: '' | ||
stdout_lines: <omitted> | ||
``` | ||
I've seen the https://docs.starlingx.io/planning/kubernetes/controller-disk-configurations-for-all-in-one-systems.html . Am I supposed to create the volume group? |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!