2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-08 19:28:36 +00:00

Fix missing size in logvol

Even though grow will designate the size, we
have to provide a token lower bound.
This commit is contained in:
Jarrod Johnson
2020-03-20 16:17:24 -04:00
parent 78fa77584e
commit a5538bdb8b

View File

@@ -277,7 +277,7 @@ echo "part pv.000997 --grow --asprimary --ondisk=$instdisk --size=18432" >>/tmp/
echo "volgroup xcatvg --pesize=4096 pv.000997" >>/tmp/partitionfile
echo "logvol swap --name=swap --vgname=xcatvg --recommended" >>/tmp/partitionfile
echo "logvol / --fstype=$FSTYPE --name=root --vgname=xcatvg --grow" >>/tmp/partitionfile
echo "logvol / --fstype=$FSTYPE --name=root --vgname=xcatvg --grow --size 1" >>/tmp/partitionfile
# Specify "bootloader" configuration in "/tmp/partitionfile" if there is no user customized partition file
BOOTLOADER="bootloader"