Skip to content

Commit

Permalink
Merge pull request #698 from stackhpc/aio-script-conditional-fix
Browse files Browse the repository at this point in the history
ci-aio: LVM conditonal fix
  • Loading branch information
markgoddard authored Oct 11, 2023
2 parents 33ed1a7 + cdb1dd8 commit 7df0abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/environments/ci-aio/automated-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cat << EOF | sudo tee -a /etc/hosts
10.205.3.187 pulp-server pulp-server.internal.sms-cloud
EOF

if [ sudo vgdisplay | grep -q lvm2 ]; then
if sudo vgdisplay | grep -q lvm2; then
sudo lvextend -L 4G /dev/rootvg/lv_home -r || true
sudo lvextend -L 4G /dev/rootvg/lv_tmp -r || true
fi
Expand Down

0 comments on commit 7df0abf

Please sign in to comment.