]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix bug in Nexenta NFS driver _do_create_volume
authorVictor Rodionov <vito.ordaz@gmail.com>
Fri, 6 Sep 2013 22:18:48 +0000 (02:18 +0400)
committerVictor Rodionov <vito.ordaz@gmail.com>
Mon, 9 Sep 2013 16:26:12 +0000 (20:26 +0400)
commit4ea6dfd0b1140e437703128bf52d65dbd2751751
tree4fd84e912f37657c3e795f8b436407d2fdd88922
parentb2e0f75ddaea0c12e154432da7a860725af8e344
Fix bug in Nexenta NFS driver _do_create_volume

Fix bug in _do_create_volume method of Nexenta NFS volume driver.
NMS call nms.folder.create doesn't support third argument, that is why
this call changed to nms.folder.create_with_opts.

Closes-Bug: #1221946
Change-Id: I712ee2919f1bd117e7a1691979639689d95adc92
cinder/tests/test_nexenta.py
cinder/volume/drivers/nexenta/nfs.py