Amazon Ad

Featured Post

Showing posts with label rhel. Show all posts
Showing posts with label rhel. Show all posts

Sunday, January 06, 2019

Wednesday, December 19, 2018

Monday, December 17, 2018

Restart OpenStack Cinder Services in Red Hat Linux / CentOS


systemctl stop openstack-cinder-api.service
systemctl stop openstack-cinder-scheduler.service
systemctl stop openstack-cinder-volume.service
systemctl stop openstack-cinder-backup.service

systemctl start openstack-cinder-api.service
systemctl start openstack-cinder-scheduler.service
systemctl start openstack-cinder-volume.service
systemctl start openstack-cinder-backup.service

systemctl enable openstack-cinder-api.service
systemctl enable openstack-cinder-scheduler.service
systemctl enable openstack-cinder-volume.service
systemctl enable openstack-cinder-backup.service