Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/cinder-driver-cifs. Description: Add a cinder base volume driver (similare to NfsDriver) to support CIFS share. The driver should support : - create volume - delete volume - attach volume - detach volume - volume stats - copy image to volume - copy volume to image - extend volume Proposal 1: - Rename cinder/volume/drivers/nfs.py to cinder/volume/drivers/remotefs.py - Add CifsDriver similar to NfsDriver Proposal 2: - Add cinder/volume/drivers/cifs.py for CIFS driver Specification URL (additional information): None