aa8a2174a6
Change-Id: I4729cf003896c3b4f8267d16e1b4822099231051
9 lines
166 B
Bash
Executable File
9 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
service iscsitarget restart
|
|
service open-iscsi restart
|
|
service cinder-api restart
|
|
service cinder-volume restart
|
|
service cinder-scheduler restart
|