Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kolla complains about not being able to access /var/lib/kolla #16

Open
bshephar opened this issue Feb 9, 2023 · 0 comments
Open

Kolla complains about not being able to access /var/lib/kolla #16

bshephar opened this issue Feb 9, 2023 · 0 comments

Comments

@bshephar
Copy link
Collaborator

bshephar commented Feb 9, 2023

No directory /var/lib/kolla results in the container failing to get passed kolla_start. Returns the following error:

2546 static files copied to '/usr/lib/python3.9/site-packages/static'.
++ /usr/bin/python3 /usr/bin/manage.py compress --force
/usr/lib64/python3.9/site-packages/scss/types.py:6: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  from collections import Iterable
/usr/lib64/python3.9/site-packages/scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
  argspec = inspect.getargspec(function)
/usr/lib64/python3.9/site-packages/scss/selector.py:26: FutureWarning: Possible nested set at position 329
  SELECTOR_TOKENIZER = re.compile(r'''
/usr/lib64/python3.9/site-packages/scss/compiler.py:359: DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  for c_lineno, c_property, c_codestr in locate_blocks(rule.unparsed_contents):
Compressing... done
Compressed 7 block(s) from 12 template(s) for 2 context(s).
++ settings_bundle
++ tar -cf- --mtime=1970-01-01 /etc/openstack-dashboard/local_settings /etc/openstack-dashboard/custom_local_settings /etc/openstack-dashboard/local_settings.d
++ md5sum
/usr/local/bin/kolla_extend_start: line 112: /var/lib/kolla/.settings.md5sum.txt: No such file or directory
bshephar added a commit to bshephar/horizon-operator that referenced this issue Feb 9, 2023
Kolla complains about not being able to access the /var/lib/kolla
directory. This change is just adding an ephemeral volume, which should
be considered a workaround and not a solution.

Related: openstack-k8s-operators#16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant