The vdb disk of a node is damaged and the node cannot be recovered after reset.
Error Scenarios
If the volume group (VG) on the node is deleted or damaged and cannot be identified, you need to manually restore the VG first to prevent your data disks from being formatted by mistake during the reset.
root@host1:~# pvcreate /dev/vdb Device /dev/vdb excluded by a filter
root@host1:~# parted /dev/vdb GNU Parted 3.2 Using /dev/vdb Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) mklabel msdos Warning: The existing disk label on /dev/vdb will be destroyed and all data on this disk will be lost. Do you want to continue? Yes/No? yes (parted) quit Information: You may need to update /etc/fstab.
Run pvcreate again. When the system asks you whether to erase the DOS signature, enter y. The disk is created as a PV.
root@host1:~# pvcreate /dev/vdb WARNING: dos signature detected on /dev/vdb at offset 510. Wipe it? [y/n]: y Wiping dos signature on /dev/vdb. Physical volume "/dev/vdb" successfully created
root@host1:~# vgcreate vgpaas /dev/vdb /dev/vdc
root@host1:~# vgcreate vgpaas /dev/vdb
After the creation is complete, reset the node.