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

13 Commits

Author SHA1 Message Date
Shishir Mahajan
14bb4e2b0a Revert #915: Run container-storage-setup on atomic storage modify.
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #936
Approved by: rhatdan
2017-03-16 13:32:09 +00:00
Shishir Mahajan
064d6c503f Update man pages for atomic storage commands.
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #918
Approved by: rhatdan
2017-03-01 18:16:11 +00:00
Shishir Mahajan
ab4e7cb0bb add --lvsize option to atomic storage modify
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #900
Approved by: rhatdan
2017-02-21 17:03:28 +00:00
Shishir Mahajan
e17475d50f Add --rootfs and --lvname options to atomic storage modify.
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #872
Approved by: rhatdan
2017-02-10 20:45:44 +00:00
Dan Walsh
b49d6b23df Fixme: Fixes for documentation
Closes: #745
Approved by: rhatdan
2016-12-12 19:17:19 +00:00
Dan Walsh
d6bdd78c8d Atomic storage reset does not work on docker-latest
This patch will allow user to specify the graphdriver on atomic reset

If /var/lib/docker or /var/lib/docker-latest is the only thing installed
it will reset the correct path.  If both exists or the user as chosen
a different location, the --graph option must be specified.

Closes: #745
Approved by: rhatdan
2016-12-12 19:17:19 +00:00
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