Cinder volume keep going down after few seconds.
Hi we are first time installed devstack on RHEL 7 and We observe cinder-volume and cinder-backup going down after few seconds. Kindly help us we are stuck.
Please find below the logs of cinder-volume,cinder-backup and cinder-scheduler logs.
cinder-volume
(cinder-volume)[cinder@compute1 /]$ vi /var/log/kolla/cinder/cinder-volume.log 2019-02-06 11:43:20.568 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:43:30.568 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:43:31.402 33 WARNING cinder.volume.manager [req-ddc20724-8ced-4b4b-b8eb-09ab65fb59f4 - - - - -] Update driver status failed: (config name lvm-1) is uninitialized. 2019-02-06 11:43:40.569 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:43:50.569 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:00.570 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:10.571 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:20.571 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:30.572 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:31.403 33 WARNING cinder.volume.manager [req-ddc20724-8ced-4b4b-b8eb-09ab65fb59f4 - - - - -] Update driver status failed: (config name lvm-1) is uninitialized. 2019-02-06 11:44:40.573 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:44:50.573 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:45:00.574 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:45:10.574 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:45:20.575 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:45:30.576 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down". 2019-02-06 11:45:31.404 33 WARNING cinder.volume.manager [req-ddc20724-8ced-4b4b-b8eb-09ab65fb59f4 - - - - -] Update driver status failed: (config name lvm-1) is uninitialized. 2019-02-06 11:45:40.576 33 ERROR cinder.service [-] Manager for service cinder-volume compute1@lvm-1 is reporting problems, not sending heartbeat. Service will appear "down".
cinder-backup
(cinder-volume)[cinder@compute1 /]$ vi /var/log/kolla/cinder/cinder-backup.log 2019-02-06 11:50:50.426 ...
How does your cinder-configuration looks like ?What Storage you are using
Please edit your question and format the output as code. Use the button labeled "101010".
Your backup driver seems to be misconfigured:
I believe this is the
backup_share
variable.Regarding the volume driver, the message is
Check if you configured the LVM volume group in backend lvm-1 correctly. Are you sure you want to implement the backend on a compute node?
How to configure as mount.nfs. Can you please share any document regarding this.
You seem to be using Kolla. I don't know Kolla, but the Cinder documentation covers backup drivers including NFS as well as volume drivers.