cancel
Showing results for 
Search instead for 
Did you mean: 
chis0
Mission Specialist
Mission Specialist
  • 23 Views

Lab 8.5

Hi,

 

In Lab 8.5 - I notice all checks passed but I checked the answers and I did not use the below command in my solution:

xfs_growfs /storage/data1

 

It seems the lab passed regardless of this command.

 

What are the consequences of not using xfs_growfs and only using lvextend?

 

Thanks.

0 Kudos
1 Reply
shura
Flight Engineer
Flight Engineer
  • 11 Views

Hi @chis0 

The xfs_growfs command introduces an extra step to extend the file system. An
alternative would be to use the lvextend command -r option: -r|--resizefs
Resize the fs using the fs-specific resize command.  See --fs for
more options (--resizefs is equivalent to --fs resize.)

0 Kudos
Join the discussion
You must log in to join this conversation.