]> git.proxmox.com Git - pve-storage.git/commitdiff
RBD: enable clone of snaps
authorStefan Priebe <s.priebe@profihost.ag>
Fri, 4 Jul 2014 08:30:56 +0000 (10:30 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 17 Jul 2014 06:04:12 +0000 (08:04 +0200)
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
PVE/Storage/RBDPlugin.pm

index 56930af299b356f878847809a5e392dfbd04adeb..1026d8162fb6404b6846f9aefab80ce613b65476 100644 (file)
@@ -560,7 +560,7 @@ sub volume_has_feature {
 
    my $features = {
        snapshot => { current => 1, snap => 1},
-       clone => { base => 1},
+       clone => { base => 1, snap => 1},
        template => { current => 1},
        copy => { base => 1, current => 1, snap => 1},
     };