~ubuntu-branches/ubuntu/raring/ceph/raring

« back to all changes in this revision

Viewing changes to man/ceph-osd.8

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-08 15:54:37 UTC
  • mfrom: (1.1.8) (0.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20120608155437-gy3j9k6wzv7w4gn9
Tags: 0.44.1-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - d/control: Switch from libcryptopp to libnss as libcryptopp
    is not seeded.
  - d/control,d/rules: Move from python-support to dh_python2.
  - d/patches/manpage_updates*.patch: cherry picked upstream manpage
    updates warning about lack of encryption, per MIR review.
  - d/rules,d/control: Drop radosgw since libfcgi is not in main and
    the code may not be suitable for LTS.
  - d/rules,d/control: Drop tcmalloc since google perftools is not
    in main yet.
  - d/rules,d/control: Drop ceph-fuse entirely per MIR review
    recommendation.
* d/patches/fix-radosgw-tests.patch: Cherry picked patch from upstream
  VCS to fixup tests to conditionally use radosgw if enabled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "CEPH-OSD" "8" "September 22, 2011" "dev" "Ceph"
 
1
.TH "CEPH-OSD" "8" "February 17, 2012" "dev" "Ceph"
2
2
.SH NAME
3
3
ceph-osd \- ceph object storage daemon
4
4
.
99
99
.UNINDENT
100
100
.INDENT 0.0
101
101
.TP
 
102
.B \-\-get\-cluster\-fsid
 
103
Print the cluster fsid (uuid) and exit.
 
104
.UNINDENT
 
105
.INDENT 0.0
 
106
.TP
 
107
.B \-\-get\-osd\-fsid
 
108
Print the OSD\(aqs fsid and exit.  The OSD\(aqs uuid is generated at
 
109
\-\-mkfs time and is thus unique to a particular instantiation of
 
110
this OSD.
 
111
.UNINDENT
 
112
.INDENT 0.0
 
113
.TP
 
114
.B \-\-get\-journal\-fsid
 
115
Print the journal\(aqs uuid.  The journal fsid is set to match the OSD
 
116
fsid at \-\-mkfs time.
 
117
.UNINDENT
 
118
.INDENT 0.0
 
119
.TP
102
120
.B \-c ceph.conf, \-\-conf=ceph.conf
103
121
Use \fIceph.conf\fP configuration file instead of the default
104
122
\fB/etc/ceph/ceph.conf\fP for runtime configuration options.