]> sourceware.org Git - lvm2.git/commitdiff
tests: lvconvert vdo profile support
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 16 Feb 2021 20:30:40 +0000 (21:30 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 17 Feb 2021 10:53:19 +0000 (11:53 +0100)
test/shell/profiles-vdo.sh

index c870315a0816d71a01784b1aefb42bab9e722557..7b3c343f3b76c0f4ed0bef0917645be5da7217d6 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# Copyright (C) 2018 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2018-2021 Red Hat, Inc. All rights reserved.
 #
 # This copyrighted material is made available to anyone wishing to use,
 # modify, copy, or redistribute it subject to the terms and conditions
@@ -10,7 +10,7 @@
 # along with this program; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-# Exercise obtaining cache parameter from various sources
+# Exercise obtaining vdo parameters from various sources
 # Either commmand line or metadata profile or implicit default...
 
 
@@ -47,4 +47,8 @@ lvdisplay -m $vg/vdopool | tee out
 grep "Compression.*no" out
 lvremove -f $vg
 
+lvcreate -L4G --name vdopool $vg
+lvconvert --yes --type vdo-pool --metadataprofile "$PFILE" $vg/vdopool
+check lv_field $vg/vdopool vdo_compression ""
+
 vgremove -ff $vg
This page took 0.036469 seconds and 5 git commands to generate.