]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Windows SMB Volume Driver
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 10 Jul 2014 13:36:19 +0000 (16:36 +0300)
committerPetrut Lucian <lpetrut@cloudbasesolutions.com>
Tue, 9 Sep 2014 12:08:39 +0000 (12:08 +0000)
commit62a4bd270ab685299d6dc52f6bd1c7925f392f49
tree3877a5ced579e1d6c11b9617db49ee169959ffe7
parent240b0c02df32e4d6902550973fb9bcc46d981003
Add Windows SMB Volume Driver

Introduces a volume driver which makes use of SMB shares for hosting
volumes as disk images, having a similar workflow with the other NFS
like drivers.

This driver is based on the SMB Volume driver proposed for Linux,
overriding the platform specific methods.

It includes all the features required by the Juno release.

Driver cert results:
http://paste.openstack.org/show/100600/

The online snapshot related tests have been skipped as this
feature is not supported yet.

Change-Id: Idd5964690bca618c11fd116f80dd802d6cc2f31b
Implements: blueprint windows-smbfs-volume-driver
cinder/tests/windows/test_smbfs.py [new file with mode: 0644]
cinder/tests/windows/test_vhdutils.py
cinder/tests/windows/test_windows_remotefs.py [new file with mode: 0644]
cinder/volume/drivers/windows/constants.py
cinder/volume/drivers/windows/remotefs.py [new file with mode: 0644]
cinder/volume/drivers/windows/smbfs.py [new file with mode: 0644]
cinder/volume/drivers/windows/vhdutils.py