openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #23845
Configuration more than one cinder-volume
My enviroment
two machines:
On one machine(node1), cinder-api cinder-volume cinder-scheduler and qpidd
are running
On other one(node2), only cinder-volume running and cinder-volume use the
same qpid with node1.
Normally, create/delete volume can work well.
However, I encountered a problem:
when I stop cinder-volume service(kill cinder-volume process), the
cinder-volume queue on qpid will be removed.
Anyone encoutered the similar problem? And how to solve it?