long story short.
- 5 year old Plesk environment (always updated) on an EC2 instance
- for some reason the instance has two volumes attahed (root volume sda1 and a second sdf)
- the mount point of the ec2 instance is the sdf though and the sdf volume is the volume with all the websites on it.
- for cleanup reasons and cost reasons I want to remove the root volume (sda1) which is way older and is not the one running the plesk version
However I can't.
- I of course can't remove the root volume (sda1) generally
- I can however, detach the current root volume, also detach the secondary volume (sdf) and attach this sdf volume as the new root volume (what I'm actually after)
If I do that though I get a very long "initializing" phase followed by ½ checks failed and the reachability check of the instance is failing.
I also tried creating a completely new instance with the latest ubuntu, creating a new volume from a current snapshot of the sdf volume, but same problem. Always reachability check fails.
What could cause that? Why are there 2 volumes there in the first place? How could that have happened and how can I cleanup, so that the current mounted volume (sdf) is the root volume and the instance has the correct mount point.
Again, my simple goal is to get rid of the unused current root volume sda1
Thanks for your help.