Skip to content

Commit 7df0abf

Browse files
authored
Merge pull request #698 from stackhpc/aio-script-conditional-fix
ci-aio: LVM conditonal fix
2 parents 33ed1a7 + cdb1dd8 commit 7df0abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/automated-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cat << EOF | sudo tee -a /etc/hosts
66
10.205.3.187 pulp-server pulp-server.internal.sms-cloud
77
EOF
88

9-
if [ sudo vgdisplay | grep -q lvm2 ]; then
9+
if sudo vgdisplay | grep -q lvm2; then
1010
sudo lvextend -L 4G /dev/rootvg/lv_home -r || true
1111
sudo lvextend -L 4G /dev/rootvg/lv_tmp -r || true
1212
fi

0 commit comments

Comments
 (0)