On Tue, Sep 10, 2024, at 5:06 AM, 박광우 wrote:
Hello, This is kwangwoo Park.
I hope this email finds you well.
Could you please let me know "How can I use the Cinder volume extend in Heat?"
I change the Cinder volume size using Heat, cinder volume is attach after detach.
I wonder how I can increase it without doing this. In other words, How possible to use the extend function of cinder api v.3.42.
As far as I know, it is not supported in the current Caracal version. I wonder when Cinder API v3.42 will be supported in the future.
I don't know what the answer to your specific questions are, but did want to describe how we use Cinder volumes and increase the storage sizes related to them. The magic is all in Linux Logical Volume Manager (LVM). LVM enables us to add new Cinder volumes to instances that can be used to increase the capacity of a logical volume or replace the backing physical volume of a logical volume with a larger one. For example if we have a 60GB volume today but want 70GB we can add a 10GB volume to LVM and then expand the logical volume to include that additional space. Alternatively, we can add a new 70GB volume to LVM, migrate the contents from the 60GB volume over to the 70GB volume, then finally remove and cleanup the now unused 60GB volume.
I look forward to hearing from you.
Have a nice day.