1
0
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:
David Teigland 2020-04-13 15:58:28 -05:00
parent 712c9efbf6
commit 38eaa1035b

View File

@ -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) {