重庆思庄Oracle、Redhat认证学习论坛

标题: openstack nova相关日志文件位置在哪里 [打印本页]

作者: 郑全    时间: 2017-10-31 20:29
标题: openstack nova相关日志文件位置在哪里
我们察看compute service list,发现nova-compute 的状态为 down:

[root@controller ~]# openstack compute service list
+----+------------------+------------+----------+---------+-------+----------------------------+
| ID | Binary           | Host       | Zone     | Status  | State | Updated At                 |
+----+------------------+------------+----------+---------+-------+----------------------------+
|  1 | nova-consoleauth | controller | internal | enabled | up    | 2017-10-31T11:23:02.000000 |
|  6 | nova-conductor   | controller | internal | enabled | up    | 2017-10-31T11:23:11.000000 |
|  7 | nova-console     | controller | internal | enabled | up    | 2017-10-31T11:23:02.000000 |
|  8 | nova-compute     | controller | nova     | enabled | down  | 2017-10-29T09:39:52.000000 |
|  9 | nova-scheduler   | controller | internal | enabled | up    | 2017-10-31T11:23:12.000000 |
+----+------------------+------------+----------+---------+-------+----------------------------+

那么这个nova-compute的日志文件在哪里呢?
默认情况下,在
/var/log/nova目录下:

[root@controller nova]# pwd
/var/log/nova
[root@controller nova]# ls -ltr
total 207468
-rw-r--r-- 1 nova nova    78618 Oct 29 05:11 nova-manage.log
-rw-r--r-- 1 root root  1253246 Oct 29 05:39 nova-placement-api.log
-rw-r--r-- 1 nova nova    24554 Oct 31 07:41 nova-xvpvncproxy.log
-rw-r--r-- 1 nova nova     9672 Oct 31 07:41 nova-novncproxy.log
-rw-r--r-- 1 nova nova  6469272 Oct 31 07:42 nova-console.log
-rw-r--r-- 1 nova nova  6392162 Oct 31 07:42 nova-consoleauth.log
-rw-r--r-- 1 nova nova 16570192 Oct 31 07:42 nova-scheduler.log
-rw-r--r-- 1 nova nova 32568874 Oct 31 07:42 nova-conductor.log
-rw-r--r-- 1 nova nova 32083806 Oct 31 07:42 nova-api-os-compute.log
-rw-r--r-- 1 nova nova   650278 Oct 31 07:43 nova-api-metadata.log
-rw-r--r-- 1 nova nova 59131923 Oct 31 07:44 nova-api.log
-rw-r--r-- 1 nova nova 41158174 Oct 31 08:28 nova-compute.log
[root@controller nova]#

察看 nova-compute.log 文件,就可以看到当前该模块的日志情况.






欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) Powered by Discuz! X3.2