If you deploy data into a Ceph pool, can the pool be altered (ideally online) without losing the data, and what limits are there on the alterations that can be made?
An example:
This is a simple question I suspect, but I haven't been able to find a clear answer on what the limits and risks are in terms of making alterations to the pool.
And yes, I already know that officially you should start with three hosts :-)
Thanks
You can not change a replicated pool into an erasure coded pool. What you can do is create a different pool, copy all data into the EC pool and then rename it as you require (after renameing the replicated pool). If everything works as expected you can then delete the first pool.