mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
20e4ba5ceb
ceph-disk prepare ... ceph-disk activate ... ceph-disk ... This let's us share code (we were already duplicating a bunch of stuff!) and to add new commands easily. Signed-off-by: Sage Weil <sage@inktank.com>
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
dir=`dirname $0`
|
|
$dir/ceph-disk prepare $*
|