This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2025-01-10 05:00:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1aad8bcfc
ceph
/
src
/
ceph-disk-activate
4 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ceph-disk: consolidate ceph-disk-* into a single binary 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>
2013-03-15 23:36:45 +00:00
#!/bin/sh
dir=`dirname $0`
$dir/ceph-disk activate $*
Reference in New Issue
Copy Permalink