mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +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
54 B
Bash
Executable File
4 lines
54 B
Bash
Executable File
#!/bin/sh
|
|
dir=`dirname $0`
|
|
$dir/ceph-disk activate $*
|