mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
storage: zfs: implement download and upload
Add an implementation of uploadVol and downloadVol using virStorageBackendVolUploadLocal and virStorageBackendVolDownloadLocal respectively.
This commit is contained in:
parent
f5b4c14155
commit
e3abf2a4cc
@ -326,4 +326,6 @@ virStorageBackend virStorageBackendZFS = {
|
||||
.refreshPool = virStorageBackendZFSRefreshPool,
|
||||
.createVol = virStorageBackendZFSCreateVol,
|
||||
.deleteVol = virStorageBackendZFSDeleteVol,
|
||||
.uploadVol = virStorageBackendVolUploadLocal,
|
||||
.downloadVol = virStorageBackendVolDownloadLocal,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user