On 04/13/2016 08:46 AM, Marius Vollmer wrote:
Daniel J Walsh <dwa...@redhat.com> writes:
Well one case you can do right now is `atomic images --prune`, [...]
I start to think we need to make a UI for "atomic" rather than for
docker-storage-setup...
What do you think of "atomic add-storage /dev/sda" as an API to
docker-storage-setup?
Marius, I am thinking that the UI should not necessarily be tool
specific, but use case specific,
In this case we are talking about a container environment that wants to
modify its COW file systems or modify the
use of volumes/storage.
We have client tools to help with this, but from a GUI we should build
up the most likely use cases a user
would see and then use the underlying tools to change his configuration.
User Stories:
COW running out of space? DeviceMapper? OverlayFS?
Add a disk?
Remove unused images?
Remove unused containers?
Volumes running out of space?
COW on one Storage system want to move to different Storage System.
COW on loopback device, how do I fix?
Want to try out Overlayfs How?