dmc5179 / quay-image-builder-archived

Create an EC2 AMI to deploy Quay single node
GNU General Public License v3.0
0 stars 0 forks source link

Create lvm logical volume for /opt/quay #9

Closed bparry02 closed 2 years ago

bparry02 commented 2 years ago

If a user wants to upgrade the cluster, they will need to copy image content from one or more releases to an existing registry. As part of the image build, create a logical volume that can be easily expanded to host /opt/quay image content.

dmc5179 commented 2 years ago

definitely not creating logical volumes for AWS instances. LVMs in AWS is awful. Simply use another EBS storage device. You can do everything with another EBS device that LVM can do except much faster and easier.

dmc5179 commented 2 years ago

@bparry02 ok to close this since we can simply expand the EBS storage volumes?

bparry02 commented 2 years ago

Yes, we'll close this and we can just document the steps for expanding the EBS volume.