Files
doc-exports/docs/cce/umn/cce_faq_00286.html
qiujiandong1 ab1e53a279 CCE UMN 20251031 version
Reviewed-by: Gergo-Bence Lorincz <a200452876@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: qiujiandong1 <qiujiandong1@huawei.com>
Co-committed-by: qiujiandong1 <qiujiandong1@huawei.com>
2026-01-15 10:25:22 +00:00

1.7 KiB

What Should I Do If a Node Cannot Be Managed and an Error Message Appears Saying That the Node Failed to Install?

Symptom

A node fails to be accepted into a cluster.

Possible Cause

Log in to the node and check the /var/paas/sys/log/baseagent/baseagent.log installation log. The following error information is displayed:

Check the Logical Volume Manager (LVM) settings of the node. It is found that the LVM logical volume is not created in /dev/vdb.

Solution

Run the following command to manually create a logical volume:

pvcreate /dev/vdb 
vgcreate vgpaas /dev/vdb 

After the node is reset on the GUI, the node becomes normal.