]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
disk: new command, with list, prepare, activate
authorSage Weil <sage@inktank.com>
Fri, 29 Mar 2013 22:46:00 +0000 (15:46 -0700)
committerSage Weil <sage@inktank.com>
Fri, 29 Mar 2013 22:55:00 +0000 (15:55 -0700)
commit99f423e1789d23a8314780841dcdc5ad1b6a3c93
tree19dda691fae28baac947070bc011e0aaf0f6973d
parent848e47477cff06eb36d40821eade88046a1879aa
disk: new command, with list, prepare, activate

Create new disk command.

Change 'osd prepare ...' to 'disk prepare ...'
Change 'osd activate ...' to 'disk activate ...'
Move 'zapdisk HOST' to 'disk zap HOST'
Add 'disk list HOST'

This keeps the osd command simple and clean, and makes 'disk list' make
sense.

The HOST vs HOST:DISK is slightly weird still.  Oh well.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
ceph_deploy/osd.py
ceph_deploy/zapdisk.py [deleted file]
setup.py