Attempting to increase the size of a Linux LVM Disk
-
-D goes to total. Do the command instead with the -d option and no number...
xfs_growfs /dev/mapper/centos-root -d
-
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
-D goes to total. Do the command instead with the -d option and no number...
xfs_growfs /dev/mapper/centos-root -d
I can't believe a capital D caused all of this
/wrists
Thanks Scott
-
@wirestyle22 said in Attempting to increase the size of a Linux LVM Disk:
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
-D goes to total. Do the command instead with the -d option and no number...
xfs_growfs /dev/mapper/centos-root -d
I can't believe a capital D caused all of this
/wrists
Thanks Scott
Well, the capital D made us have to know the size. The lower case d calculated it for us. The upper case one would have been fine had the number we gave been the right one. But that's just a pain.
-
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
@wirestyle22 said in Attempting to increase the size of a Linux LVM Disk:
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
-D goes to total. Do the command instead with the -d option and no number...
xfs_growfs /dev/mapper/centos-root -d
I can't believe a capital D caused all of this
/wrists
Thanks Scott
Well, the capital D made us have to know the size. The lower case d calculated it for us. The upper case one would have been fine had the number we gave been the right one. But that's just a pain.
I'm unsure why it was considered wrong. I tried a much much smaller size and it didnt work either
-
@wirestyle22 said in Attempting to increase the size of a Linux LVM Disk:
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
@wirestyle22 said in Attempting to increase the size of a Linux LVM Disk:
@scottalanmiller said in Attempting to increase the size of a Linux LVM Disk:
-D goes to total. Do the command instead with the -d option and no number...
xfs_growfs /dev/mapper/centos-root -d
I can't believe a capital D caused all of this
/wrists
Thanks Scott
Well, the capital D made us have to know the size. The lower case d calculated it for us. The upper case one would have been fine had the number we gave been the right one. But that's just a pain.
I'm unsure why it was considered wrong. I tried a much much smaller size and it didnt work either
How small did you try it?
-
How big did it make in the end?
-
3.9TB
-
Oh I thought you were specifying a size on purpose. You can just use the -r flag with lvextend to automatically grow the file system.
-
Nah, I'm doing this just as a learning experience. I used my Plex server as a test dummy. Thanks for the help everybody
-
The funny thing is most of the servers I've created never go over the 2TB cap so I've never had to do this