简体   繁体   English

eucalyptus-node-keygen.service 在节点控制器上显示失败

[英]eucalyptus-node-keygen.service is showing failed on node controller

i have installed node controller on centos 7. And I am running command systemctl and it is showing that eucalyptus-node service is active and running but eucalyptus-node-keygen.service is failed.我已经在 centos 7 上安装了节点控制器。我正在运行命令 systemctl,它显示 eucalyptus-node 服务处于活动状态并正在运行,但 eucalyptus-node-keygen.service 失败。 How do I fix this issue?我该如何解决这个问题?

The eucalyptus-node-keygen.service generates keys that are used with instance migration. eucalyptus-node-keygen.service 生成用于实例迁移的密钥。 The service runs conditionally to generate the keys when required, if keys are present then they do not need to be generated.该服务有条件地运行以在需要时生成密钥,如果存在密钥,则不需要生成它们。

# systemctl cat eucalyptus-node-keygen.service | grep Condition
ConditionPathExists=|!/etc/pki/libvirt/servercert.pem
#
# stat -t /etc/pki/libvirt/servercert.pem
/etc/pki/libvirt/servercert.pem 1298 8 81a4 0 0 fd00 833392 1 0 0 1582596904 1582596904 1582596904 0 4096 system_u:object_r:cert_t:s0

so typically this service will show "start condition failed" which is not an error, and no action is required.所以通常这个服务会显示“启动条件失败”,这不是错误,不需要任何操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM