]> git.proxmox.com Git - pve-storage.git/commitdiff
Add replicate as new storage feature.
authorWolfgang Link <w.link@proxmox.com>
Mon, 24 Apr 2017 15:15:30 +0000 (17:15 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2017 08:05:27 +0000 (10:05 +0200)
This feature shows that the storage can send and receive images.

PVE/Storage/ZFSPoolPlugin.pm

index b023ce77731094d2028ca53327f5efbfa7e33d62..62452a68fd1960034c26f2629de687e6618d0726 100644 (file)
@@ -700,6 +700,7 @@ sub volume_has_feature {
        template => { current => 1},
        copy => { base => 1, current => 1},
        sparseinit => { base => 1, current => 1},
+       replicate => { base => 1, current => 1},
     };
 
     my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =