stop glance-api service will raise exception
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
YaoZheng_ZTE |
Bug Description
1. In redhat system, run systemctl stop openstack-
2. after step 1, the glance api log as follow:
2015-06-18 08:58:47.538 11453 CRITICAL glance [-] OSError: [Errno 38] Function not implemented
2015-06-18 08:58:47.538 11453 TRACE glance Traceback (most recent call last):
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/bin/
2015-06-18 08:58:47.538 11453 TRACE glance sys.exit(main())
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance server.wait()
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance self.wait_
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance pid, status = os.wait()
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance return waitpid(0, 0)
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance greenthread.
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance hub.switch()
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance return self.greenlet.
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance self.wait(
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance sleep(seconds)
2015-06-18 08:58:47.538 11453 TRACE glance File "/usr/lib/
2015-06-18 08:58:47.538 11453 TRACE glance os.killpg(
2015-06-18 08:58:47.538 11453 TRACE glance OSError: [Errno 38] Function not implemented
2015-06-18 08:58:47.538 11453 TRACE glance
3.I use icehouse2014.1.3 version, but I review code in K version, this issue is also present
Changed in glance: | |
assignee: | nobody → jelly (coding1314) |
Changed in glance: | |
assignee: | jelly (coding1314) → nobody |
my system is redhat + python2.7, look the python manual, OS moudle os.killpg is suported in python2.3,
but,my system is python2.7, the os.killpg has not implemented yet.