我们正在从opscenterd设置一个新的DSE 5.1.0集群,但仍然面临这个错误。
ERROR: Received error from node event-subtype="MeldError" job-id="127e28d3-1b1c-4d63-8f65-f33bb3b100e0" name="Cassandra-4" ssh-management-address="192.168.150.209" node-id="7d946773-13ec-4ca7-9855-0cd032dd4a9b" event-type="error" message="OS platform (CentOS Linux, 7.4.1708, Core) is not supported for DSE 5.1.0. If absolutely necessary, this check can be turned off with the disable_platform_check configuration setting." (opscd-pool-0)
ERROR: Install job 127e28d3-1b1c-4d63-8f65-f33bb3b100e0 failed! (async-thread-macro-11)
INFO: Install job finished for node name="Cassandra-4" ssh-management-address="192.168.150.209" node-id="7d946773-13ec-4ca7-9855-0cd032dd4a9b" (async-thread-macro-10)此外,我们还禁用了disable_platform_check并将值设置为False (大写为F)。但是同样的错误。
发布于 2017-12-20 03:15:16
该标志应为"true“。尝试在opscenter.conf中添加此行
[lifecycle_manager]
disable_platform_check = Truehttps://stackoverflow.com/questions/47323248
复制相似问题