1. Query the volume in the database and determine the volume to be created based on the time point.
After environment variables are imported, run the following command to query the GaussDB server:
cps template-instance-list --service gaussdb gaussdb

Log in to the server where the gassudb is located, switch to the gaussdba user, query the volumes table of the Cinder database, and determine the faulty volume based on the time point.
su gaussdba
echo FusionSphere123|gsql cinder –c “select * from volumes order by created_at DESC;
The HOST field in the table indicates the host where the volume resides, which is the same as the value of cinder show volume ID | grep "attr:host". This post was last edited by ganmianpi at 2018-11-27 09:03.