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

Update troubleshooting/openstack

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

+ 9 - 0
troubleshooting/openstack/nova-compute/ClientException_The_server_has_either_erred_or_is_incapable_of_performing_the_requested_operation.md

@@ -0,0 +1,9 @@
+Ошибка в логе сервиса nova-compute:
+```
+ClientException: The server has either erred or is incapable of performing the requested operation.
+```
+
+Решение: перезапустить сервис `cinder-volume`:
+```
+sudo systemctl restart cinder-volume
+```