1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 12:45:57 +01:00

7 Commits

Author SHA1 Message Date
Dan Walsh
ac396a0e84 Add support for overlay2 driver
Closes: #700
Approved by: rhatdan
2016-10-12 12:54:11 +00:00
Dan Walsh
7eb2af9c34 Remove --force option and use --assumeyes
atomic images delete --force

Should force the remove of images that are in use, not answer the prompt yes.

atomic -y|--assumeyes images delete foobar

Should force the answer to yes

Also lots of cleanups of the man page.
2016-09-09 08:54:25 -04:00
Marius Vollmer
b828b6fadf storage: Add --vgroup option to modify command
Closes: #519
Approved by: cgwalters
2016-08-05 17:18:07 +00:00
Marius Vollmer
93a61218aa storage: Add options to remove-devices to "modify" sub-command
Closes: #418
Approved by: rhatdan
2016-07-12 15:30:11 +00:00
Alex Jia
fe5ccf4d18 docs: fix typos
Signed-off-by: Alex Jia <ajia@redhat.com>
2016-06-14 22:45:52 -04:00
Dan Walsh
403b51a5ca Add support for modifying /etc/sysconfig/docker-storage-setup
atomic modify can be used to add devices to the storage backend.
It can also be used to switch the backend storage driver.

Closes: #385
Approved by: rhatdan
2016-05-23 15:32:20 +00:00
Dan Walsh
640ad1bf41 Added atomic storage to handle resetting of storage
Also moved atomic migrate to atomic storage.

Currently we support
atomic storage export
atomic storage import
atomic storage reset

Closes: #365
Approved by: rhatdan
2016-05-11 10:51:14 +00:00