diff --git a/lib/cinder b/lib/cinder index 16cbaf361a..586cfcbb84 100644 --- a/lib/cinder +++ b/lib/cinder @@ -265,7 +265,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 }