我得到了“煤渣/煤渣”/服务.py“,第249行,在\u start \u child TRACE cinder os.\u exit(status)TRACE cinder TypeError:需要整数”

2024-04-25 13:47:04 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在用自己的基于iscsi的驱动程序运行Cinder,Cinder卷子进程正在一次又一次地重新尝试。 实际上,我正在开发自己的卷服务提供商,我将使用iSCSI从节点提供卷,并通过cinder公开我的LUN。 而且,在完成/调用create volume之前,卷节点不会启动任何iscsi服务。你知道吗

这是煤渣体积的记录:

拜托,救命啊。。。:-)

2013-09-23 13:08:46.399 20760 INFO cinder.volume.manager [req-5af73fb6-ea6d-4a31-a8e2-9158b5fef4e5 None None] Updating volume status in SystemExit: None None 2013-09-23 13:08:46.416 20760 CRITICAL cinder [-] an integer is required 2013-09-23 13:08:46.416 20760 TRACE cinder Traceback (most recent call last): 2013-09-23 13:08:46.416 20760 TRACE cinder File "./bin/cinder-volume", line 76, in 2013-09-23 13:08:46.416 20760 TRACE cinder launcher.wait() 2013-09-23 13:08:46.416 20760 TRACE cinder File "/home/ubuntu/test/cinder/cinder/service.py", line 317, in wait 2013-09-23 13:08:46.416 20760 TRACE cinder
self._start_child(wrap) 2013-09-23 13:08:46.416 20760 TRACE cinder
File "/home/ubuntu/test/cinder/cinder/service.py", line 249, in _start_child 2013-09-23 13:08:46.416 20760 TRACE cinder os._exit(status) 2013-09-23 13:08:46.416 20760 TRACE cinder TypeError: an integer is required 2013-09-23 13:08:46.416 20760 TRACE cinder 2013-09-23 13:08:46.493 20392 INFO cinder.service [-] Child 20760 exited with status 1 ['class', 'delattr', 'dict', 'doc', 'format', 'getattribute', 'hash', 'init', 'module', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'weakref', 'children', 'failed', 'forktimes', 'server', 'workers'] set([]) 2013-09-23 13:08:46.493 20392 INFO cinder.service [-] wait wrap.failed False 2013-09-23 13:08:46.494 20392 INFO cinder.service [-] Forking too fast, sleeping


Tags: ininfononean节点statusserviceline