mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
writecache: allow snapshot of LV with writecache
This commit is contained in:
parent
712c9efbf6
commit
38eaa1035b
@ -389,8 +389,6 @@ int validate_snapshot_origin(const struct logical_volume *origin_lv)
|
||||
err = "raid subvolumes";
|
||||
} else if (lv_is_raid(origin_lv) && lv_raid_has_integrity((struct logical_volume *)origin_lv)) {
|
||||
err = "raid with integrity";
|
||||
} else if (lv_is_writecache(origin_lv)) {
|
||||
err = "writecache";
|
||||
}
|
||||
|
||||
if (err) {
|
||||
|
Loading…
Reference in New Issue
Block a user