StarlingX High Availability/Process Monitoring/Service Management
Go to file
Don Penney fca5d91299 Add drbd.service as a dependency to sm.service
During initial controller configuration, the puppet manifest starts
the DRBD service in order to perform necessary config steps before
SM is launched. During shutdown, systemd tries to stop the DRBD
service ahead of SM, but because it is still in use, there are a
number of DRBD state change failures reported on the console.

This update adds After=drbd.service to the sm.service config file
to ensure SM is shutdown first, avoiding these failures.

Change-Id: I0af0bba59f722d268bd6a5bc3f68e8defae9d191
Story: 2004520
Task: 29397
Signed-off-by: Don Penney <don.penney@windriver.com>
2019-02-07 11:19:43 -05:00
api-ref/source Clean up and standardize landing pages 2019-01-08 15:20:30 -08:00
doc Clean up and standardize landing pages 2019-01-08 15:20:30 -08:00
releasenotes Update config for release notes to include project name 2019-02-05 14:17:35 -08:00
service-mgmt Add drbd.service as a dependency to sm.service 2019-02-07 11:19:43 -05:00
service-mgmt-api Fix flake8 errors and disable ignore case 2018-11-07 08:12:37 +08:00
service-mgmt-client Change openstack-dev to openstack-discuss 2018-12-10 14:46:38 +00:00
service-mgmt-tools Remove retired codes populated “V1” tables 2019-01-29 00:12:11 +08:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-27 10:14:44 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:26 -07:00
.zuul.yaml Add api-ref and relnotes publish jobs 2018-10-11 08:16:45 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:26 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README.rst fixing typo 2018-06-27 14:32:15 -05:00
centos_iso_image.inc Split image.inc across git repos 2018-08-15 16:45:18 -04:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:07:51 -06:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:24 -04:00
pylint.rc Adding pylint target to stx-ha 2018-10-04 09:20:06 -05:00
test-requirements.txt Add default test framework 2018-06-09 08:56:58 -05:00
tox.ini Fix flake8 errors and disable ignore case 2018-11-07 08:12:37 +08:00

README.rst

stx-ha

StarlingX Service Management