Просмотр исходного кода

troubleshooting/openstack reorganization

Ilya Cherepanov лет назад: 6
Родитель
Сommit
a9b2acb055

troubleshooting/openstack/cinder.md → troubleshooting/openstack/cinder/Internal_Server_Error_(HTTP_500).md


+ 13 - 0
troubleshooting/openstack/cinder/thin_check_failed.md

@@ -0,0 +1,13 @@
+Ошибка про создании тома:
+
+```
+/usr/sbin/thin_check: execvp failed: No such file or directory\n  Check of pool cinder-volumes/cinder-volumes-pool failed (status:2). Manual repair required!\n'
+```
+
+Решение:
+
+Необходимо установить пакет `thin-provisioning-tools`:
+
+```
+apt install thin-provisioning-tools
+```

troubleshooting/openstack/horizon.md → troubleshooting/openstack/horizon/timeout.md