From: Zdenek Kabelac Date: Fri, 1 Nov 2019 14:59:17 +0000 (+0100) Subject: tests: conversion only of exclusive lv X-Git-Tag: v2_03_07~73 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c935f8a327716292bb5454ae470143bfe7b1b3a9;p=lvm2.git tests: conversion only of exclusive lv We can 'cache' only exclusively active LV in cluster. --- diff --git a/test/shell/cache-no-discard.sh b/test/shell/cache-no-discard.sh index 3ab059447..45936225d 100644 --- a/test/shell/cache-no-discard.sh +++ b/test/shell/cache-no-discard.sh @@ -35,7 +35,7 @@ pvcreate "$DM_DEV_DIR/$vg/$lv" vgcreate -s 128K $vg1 "$DM_DEV_DIR/$vg/$lv" # Create simple cache LV -lvcreate -L2 -n $lv1 $vg1 +lvcreate -aey -L2 -n $lv1 $vg1 lvcreate -H -L2 $vg1/$lv1 #lvs -ao+kernel_discards $vg1