You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
No directory /var/lib/kolla results in the container failing to get passed
kolla_start
. Returns the following error:The text was updated successfully, but these errors were encountered: