install cinder failed

Aboute suse cloud 5 ,when i install cinder proposal and choose other cinder backend driver
.Yes ,i failed, and here is the details:

Failed to apply the proposal to: dd4-b1-10-b6-df-3c.site
Most recent logged lines from the Chef run:

Expected process to exit with [0], but received ‘7’
---- Begin output of /sbin/service openstack-cinder-volume start ----
STDOUT: Starting cinder-volume
STDERR: …failed
---- End output of /sbin/service openstack-cinder-volume start ----
Ran /sbin/service openstack-cinder-volume start returned 7

Resource Declaration:

In /var/chef/cache/cookbooks/cinder/definitions/cinder_service.rb

22: service cinder_service_name do
23: if (platform?(“ubuntu”) && node.platform_version.to_f >= 10.04)
24: restart_command “stop #{cinder_name} ; start #{cinder_name}”
25: stop_command “stop #{cinder_name}”
26: start_command “start #{cinder_name}”
27: status_command “status #{cinder_name} | cut -d’ ’ -f2 | cut -d’/’ -f1 | grep start”
28: end
29: service_name cinder_name

Compiled Resource:

Declared in /var/chef/cache/cookbooks/cinder/definitions/cinder_service.rb:22:in `block in from_file’

service(“cinder-volume”) do
params {:use_pacemaker_provider=>false, :virtualenv=>nil, :name=>“volume”}
action [:enable, :start]
supports {:status=>true, :restart=>true}
retries 0
retry_delay 2
service_name “openstack-cinder-volume”
enabled true
pattern “cinder-volume”
startup_type :automatic
cookbook_name “cinder”
recipe_name “volume”
end

[2016-02-03T04:23:24-05:00] ERROR: Running exception handlers
[2016-02-03T04:23:24-05:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json
[2016-02-03T04:23:24-05:00] ERROR: Exception handlers complete
[2016-02-03T04:23:25-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2016-02-03T04:23:25-05:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: service[cinder-volume] (cinder::volume line 22) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received ‘7’
---- Begin output of /sbin/service openstack-cinder-volume start ----
STDOUT: Starting cinder-volume
STDERR: …failed
---- End output of /sbin/service openstack-cinder-volume start ----
Ran /sbin/service openstack-cinder-volume start returned 7

thanks for your help

I saw the document, so how can i use other driver?

Hi huaweisoftware,

before moving on to different drivers - have you had a look at the (Cinder) logs to see what caused the Cinder startup to fail? Maybe you’re just missing some config item…

Regards,
Jens