1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
Expanding an LVM volume does not require a reboot of the EC2 instance.
After adding the EBS volume, the expansion is performed by connecting it to the OS and running a command to have the file system recognize it.
https://repost.aws/knowledge-center/ebs-extend-volume-lvm-partitions
Also, what is the correct and AWS-recommended process to switch from alias-based mounting to UUID-based mounting for EBS volumes?
I couldn't find any AWS documentation on the above, but I think there will be no problem if you mount it by specifying the UUID in "/etc/fstab" as usual.
Relevant content
- AWS OFFICIALUpdated 3 years ago
