Skip to content

Commit 8ed3003

Browse files
authored
Add >2TB logical volume support
Switch to GPT/LVM for the PV volumes to support greater than 2.19TB storage volumes
1 parent 8187f3d commit 8ed3003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_install/files/autolvm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ cleanup(){
1111

1212
newvol(){
1313
fdisk /dev/$1 <<EOF
14+
g
1415
n
15-
p
1616
1
1717
1818
1919
t
20-
8e
20+
31
2121
w
2222
EOF
2323
pvcreate /dev/${1}1

0 commit comments

Comments
 (0)