Reputation: 67
I have an Amazon EBS volume that is 100% full. Therefore, I created a new volume and expected it to work but it didn't.
How can I merge the volume I created with the current one?
Upvotes: 0
Views: 1161
Reputation: 238169
You can't do this from AWS. It is OS-level operation which you have to do yourself. And you do this as you would on your local operating system, which requires repatriationing your hard drives and, for example, setting up a filesystem, e.g. using LVM.
In your case it could be just easier to extend your existing volume, rather then create and "marge" new one.
Upvotes: 3