projects
/
lvm2.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d13f1
)
test: update for new vg attr field
author
Zdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Nov 2025 10:51:32 +0000
(11:51 +0100)
committer
Zdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Nov 2025 14:52:23 +0000
(15:52 +0100)
test/shell/vgcreate-usage.sh
patch
|
blob
|
history
diff --git
a/test/shell/vgcreate-usage.sh
b/test/shell/vgcreate-usage.sh
index a625a90cef26f2efea9d791112c8e9487657b45f..95facd89ccb18730d289c72067283a593157942f 100644
(file)
--- a/
test/shell/vgcreate-usage.sh
+++ b/
test/shell/vgcreate-usage.sh
@@
-85,10
+85,10
@@
vgcreate $SHARED $vg "$dev1" "$dev2"
check vg_field $vg vg_extent_size 4.00m
check vg_field $vg max_lv 0
check vg_field $vg max_pv 0
-ATTRS="wz--n--"
+ATTRS="wz--n--
-
"
test -e LOCAL_CLVMD && ATTRS="wz--nc-"
if test -n "$LVM_TEST_LVMLOCKD"; then
-ATTRS="wz--ns-"
+ATTRS="wz--ns-
-
"
fi
check vg_field $vg vg_attr $ATTRS
vgremove -ff $vg
This page took
0.07262 seconds
and
5
git commands to generate.