Implement Remotefs copy volume from snapshot

Registered by Ji.Wei

In remotefs drive, the code flow of create a clone volume is

1、Create a snapshot of the source volume

2、Call function: copy_volume_from_snapshot
     self._copy_volume_from_snapshot(temp_snapshot,
                                            volume_info,
                                            volume['size'])

3、Delete temporary snapshot

However, the copy_volume_from_snapshot is not implemented in the driver

    def _copy_volume_from_snapshot(self, snapshot, volume, volume_size):
        raise NotImplementedError()

This causes the create_volume_from_snapshot create_cloned_volume function to be unable to use.

This bp is aim to achieve this function.

Blueprint information

Status:
Not started
Approver:
Sean McGinnis
Priority:
Low
Drafter:
Ji.Wei
Direction:
Approved
Assignee:
Ji.Wei
Definition:
Approved
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.