Skip to content

Commit

Permalink
Add >2TB logical volume support
Browse files Browse the repository at this point in the history
Switch to GPT/LVM for the PV volumes to support greater than 2.19TB storage volumes
  • Loading branch information
iczerjones authored Dec 6, 2021
1 parent 8187f3d commit 8ed3003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_install/files/autolvm
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ cleanup(){

newvol(){
fdisk /dev/$1 <<EOF
g
n
p
1
t
8e
31
w
EOF
pvcreate /dev/${1}1
Expand Down

0 comments on commit 8ed3003

Please sign in to comment.