atomic icon indicating copy to clipboard operation
atomic copied to clipboard

not sure how to run `atomic storage reset`

Open dustymabe opened this issue 8 years ago • 3 comments

I'm trying to run atomic storage reset but I can't get past the command line validation:

-bash-4.3# rpm -q atomic
atomic-1.14.1-1.fc25.x86_64

-bash-4.3# atomic storage reset
/usr/bin/atomic storage reset: too few arguments
Try '/usr/bin/atomic storage reset --help' for more information.

-bash-4.3# atomic storage reset --help
usage: atomic storage reset [-h] [--graph GRAPH]

optional arguments:
  -h, --help     show this help message and exit
  --graph GRAPH  Root of the Docker runtime (Default: /var/lib/docker)

-bash-4.3# atomic storage reset --graph /var/lib/docker
/usr/bin/atomic storage reset --graph /var/lib/docker: too few arguments
Try '/usr/bin/atomic storage reset --graph /var/lib/docker --help' for more information.

The storage pool was previously set up using:

# cat /etc/sysconfig/docker-storage-setup 
GROWPART=true
ROOT_SIZE=9G
STORAGE_DRIVER=overlay2

dustymabe avatar Jan 16 '17 23:01 dustymabe

See #805. atomic storage is broken and we didn't catch that because #808.

mvollmer avatar Jan 17 '17 10:01 mvollmer

I just cut an atomic-1.15.1, we should prepare and build this for Fedora 26/25

rhatdan avatar Jan 17 '17 13:01 rhatdan

#807 was unfortunately not a complete fix. It made atomic storage reset work, but atomic storage modify is still broken.

mvollmer avatar Jan 18 '17 08:01 mvollmer