lvmthin: enable copy from snapshot feature
This commit is contained in:
@ -314,7 +314,7 @@ sub volume_has_feature {
|
||||
snapshot => { current => 1 },
|
||||
clone => { base => 1},
|
||||
template => { current => 1},
|
||||
copy => { base => 1, current => 1},
|
||||
copy => { base => 1, current => 1, snap => 1},
|
||||
};
|
||||
|
||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase) =
|
||||
|
||||
Reference in New Issue
Block a user