~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/volume/drivers/sheepdog.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
            exception_message = _("Sheepdog is not working")
47
47
            raise exception.VolumeBackendAPIException(data=exception_message)
48
48
 
 
49
    def create_cloned_volume(self, volume, src_vref):
 
50
        raise NotImplementedError()
 
51
 
49
52
    def create_volume(self, volume):
50
53
        """Creates a sheepdog volume"""
51
54
        self._try_execute('qemu-img', 'create',