diff --git a/lib/cinder b/lib/cinder index 5477e26f8c..2b2f8f1b06 100644 --- a/lib/cinder +++ b/lib/cinder @@ -307,7 +307,11 @@ function stop_cinder() { done if is_service_enabled c-vol; then - stop_service tgt + if is_ubuntu; then + stop_service tgt + else + stop_service tgtd + fi fi }