]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
man: update remaining copyright notices 249/head
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 29 Apr 2013 23:01:38 +0000 (16:01 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 29 Apr 2013 23:01:38 +0000 (16:01 -0700)
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
21 files changed:
man/ceph-authtool.8
man/ceph-clsinfo.8
man/ceph-conf.8
man/ceph-debugpack.8
man/ceph-dencoder.8
man/ceph-fuse.8
man/ceph-mds.8
man/ceph-mon.8
man/ceph-osd.8
man/ceph-rbdnamer.8
man/ceph-run.8
man/ceph-syn.8
man/ceph.8
man/cephfs.8
man/librados-config.8
man/monmaptool.8
man/mount.ceph.8
man/osdmaptool.8
man/radosgw-admin.8
man/radosgw.8
man/rbd-fuse.8

index 67ac5068be3f15f0719d48139207e1b728d7b688..47888af1f2245a84a79c12c07ec496739b3b010a 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-AUTHTOOL" "8" "December 29, 2012" "dev" "Ceph"
+.TH "CEPH-AUTHTOOL" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-authtool \- ceph keyring manipulation tool
 .
@@ -99,8 +99,6 @@ read, write, and execute permission. The \fBallow *\fP grants full
 superuser permissions for the given subsystem.
 .sp
 For example:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -114,12 +112,8 @@ mds = "allow"
 mon = "allow rwx"
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 A librados user restricted to a single pool might look like:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -128,12 +122,8 @@ mon = "allow r"
 osd = "allow rw pool foo"
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 A client using rbd with read access to one pool and read/write access to another:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -142,12 +132,8 @@ mon = "allow r"
 osd = "allow class\-read object_prefix rbd_children, allow pool templates r class\-read, allow pool vms rwx"
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 A client mounting the file system with minimal permissions would need caps like:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -158,13 +144,9 @@ osd = "allow rw pool data"
 mon = "allow r"
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .SH OSD CAPABILITIES
 .sp
 In general, an osd capability follows the grammar:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -174,12 +156,8 @@ match   := [pool[=]<poolname> | object_prefix <prefix>]
 capspec := * | [r][w][x] [class\-read] [class\-write]
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 The capspec determines what kind of operations the entity can perform:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
@@ -192,8 +170,6 @@ class\-write = can call class methods that are writes
               i.e. ceph osd tell ...
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 The match criteria restrict a grant based on the pool being accessed.
 Grants are additive if the client fulfills the match condition. For
@@ -211,53 +187,37 @@ value is the capability string (see above).
 .SH EXAMPLE
 .sp
 To create a new keyring containing a key for client.foo:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
 ceph\-authtool \-C \-n client.foo \-\-gen\-key keyring
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 To associate some capabilities with the key (namely, the ability to
 mount a Ceph filesystem):
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
 ceph\-authtool \-n client.foo \-\-cap mds \(aqallow\(aq \-\-cap osd \(aqallow rw pool=data\(aq \-\-cap mon \(aqallow r\(aq keyring
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 To display the contents of the keyring:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
 ceph\-authtool \-l keyring
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .sp
 When mount a Ceph file system, you can grab the appropriately encoded secret key with:
-.INDENT 0.0
-.INDENT 3.5
 .sp
 .nf
 .ft C
 mount \-t ceph serverhost:/ mountpoint \-o name=foo,secret=\(gaceph\-authtool \-p \-n client.foo keyring\(ga
 .ft P
 .fi
-.UNINDENT
-.UNINDENT
 .SH AVAILABILITY
 .sp
 \fBceph\-authtool\fP is part of the Ceph distributed file system. Please
@@ -267,6 +227,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2010-2012, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 8ef7ade7b2ade5404e76360cda6446d1cc2ed6d8..08ba0cb8ebd202d5b54175daabda881e08d22563 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-CLSINFO" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-CLSINFO" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-clsinfo \- show class object information
 .
@@ -64,6 +64,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 80de2cfc7c62bc42cec96e95dd2c8a99c3855956..bfec81535da4557ff1afd43bfdc93c4aea814a40 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-CONF" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-CONF" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-conf \- ceph conf file tool
 .
@@ -112,6 +112,6 @@ information.
 \fBceph\fP(8),
 \fBmkcephfs\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 46cf69554e6bc1dc8b0fdc3efcb8e821bf2c5833..69db7c3682e2df1b4e098ac099368020a04f6d5f 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-DEBUGPACK" "8" "October 19, 2012" "dev" "Ceph"
+.TH "CEPH-DEBUGPACK" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-debugpack \- ceph debug packer utility
 .
@@ -62,6 +62,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 6b6972a7b28fc409862ec53953495f9c2aa0a31d..3f6ec8942098ee49cf757457197bf5ca94f065be 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-DENCODER" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-DENCODER" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-dencoder \- ceph encoder/decoder utility
 .
@@ -157,6 +157,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 93d4c3f89398c4e1ee469341a3755f9a0f9e0ff3..e463214884b1b7d7cab732e1deb2bf8d4712731d 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-FUSE" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-FUSE" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-fuse \- FUSE-based client for ceph
 .
@@ -84,6 +84,6 @@ the Ceph documentation at \fI\%http://ceph.com/docs\fP for more information.
 fusermount(8),
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 170c38bfa82d33188b8066028fc39b8a1cefce9f..0d34f754770588636216d53e507e71fe6c67a47b 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-MDS" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-MDS" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-mds \- ceph metadata server daemon
 .
@@ -89,6 +89,6 @@ Connect to specified monitor (instead of looking through
 \fBceph\-mon\fP(8),
 \fBceph\-osd\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 86596ed0f489dd0ef4d477d8d97c12cad5039d62..9dc494f8c4961a91b68a3b660eef7a736dc52591 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-MON" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-MON" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-mon \- ceph monitor daemon
 .
@@ -105,6 +105,6 @@ information.
 \fBceph\-mds\fP(8),
 \fBceph\-osd\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index d26c8126c7f82d49402e3fee14377f7d2b0e17bc..f60ce183d8f2a1342181f15c00f1966b728d14af 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-OSD" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-OSD" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-osd \- ceph object storage daemon
 .
@@ -138,6 +138,6 @@ the Ceph documentation at \fI\%http://ceph.com/docs\fP for more information.
 \fBceph\-mon\fP(8),
 \fBceph\-authtool\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 5e364936d9d5979bb9e6fad83635af5e0a8ba5b1..6aa2cfa70ed6ea12272de9c3998d39bc8b66db65 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-RBDNAMER" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-RBDNAMER" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-rbdnamer \- udev helper to name RBD devices
 .
@@ -56,6 +56,6 @@ information.
 \fBrbd\fP(8),
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 6d408b086131bce63416d640c6c1bba1d133b10d..77e8f32472a0ea9e566d985211d859f83e8a24e1 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-RUN" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-RUN" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-run \- restart daemon on core dump
 .
@@ -57,6 +57,6 @@ the Ceph documentation at \fI\%http://ceph.com/docs\fP for more information.
 \fBceph\-mds\fP(8),
 \fBceph\-osd\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index fa9933a042c2df5b6a015186bb6044b834ebe0f0..03a068a9455c37c8c22a77689aa69bd500883455 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH-SYN" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPH-SYN" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph-syn \- ceph synthetic workload generator
 .
@@ -116,6 +116,6 @@ the Ceph documentation at \fI\%http://ceph.com/docs\fP for more information.
 \fBceph\fP(8),
 \fBceph\-fuse\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index b08395423ae871f27feaf35edb32a0646d5b9843..4f2caf3e8ca061ab16b35ded74232e2d5bb2537d 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPH" "8" "October 19, 2012" "dev" "Ceph"
+.TH "CEPH" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 ceph \- ceph file system control utility
 .
@@ -119,6 +119,6 @@ online documentation, at
 \fBceph\fP(8),
 \fBmkcephfs\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index c957830df3410c3e19e24784aca70a5253da237d..f53b208b35c0bb8569728af58ded2111f22ea0de 100644 (file)
@@ -1,4 +1,4 @@
-.TH "CEPHFS" "8" "September 27, 2012" "dev" "Ceph"
+.TH "CEPHFS" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 cephfs \- ceph file system options utility
 .
@@ -103,7 +103,6 @@ layouts changed.
 You\(aqll notice that the layout information allows you to specify a
 preferred OSD for placement. This feature is unsupported and ignored
 in modern versions of the Ceph servers; do not use it.
-
 .SH AVAILABILITY
 .sp
 \fBcephfs\fP is part of the Ceph distributed file system. Please refer
@@ -113,6 +112,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 63d036b601bf43c0a83341f90b1bbb53abaac24f..fc5dbd1ec389e91b195e1dd4462c89226a1c34b3 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LIBRADOS-CONFIG" "8" "September 27, 2012" "dev" "Ceph"
+.TH "LIBRADOS-CONFIG" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 librados-config \- display information about librados
 .
@@ -62,6 +62,6 @@ more information.
 \fBceph\fP(8),
 \fBrados\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index cada2c5ac3f9a4b0d77b6f6a81701bcfb1b4ec3b..76308545d5bd66edb2bf7c5729565eb1fd6501a9 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MONMAPTOOL" "8" "September 27, 2012" "dev" "Ceph"
+.TH "MONMAPTOOL" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 monmaptool \- ceph monitor cluster map manipulation tool
 .
@@ -145,6 +145,6 @@ information.
 \fBcrushtool\fP(8),
 \fBmkcephfs\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index fb28e0390c643f4e5c745a5fd21511c518eee4ca..e11b671f2a17da5a63b7360866fd347bcdb1f615 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MOUNT.CEPH" "8" "September 27, 2012" "dev" "Ceph"
+.TH "MOUNT.CEPH" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 mount.ceph \- mount a ceph file system
 .
@@ -201,6 +201,6 @@ information.
 \fBceph\-fuse\fP(8),
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index d94478dfd1da9ecff28e6487b2a400e891ec25fd..edc6dc2042f615678c6d4f433cfe605432a6ee0f 100644 (file)
@@ -1,4 +1,4 @@
-.TH "OSDMAPTOOL" "8" "September 27, 2012" "dev" "Ceph"
+.TH "OSDMAPTOOL" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 osdmaptool \- ceph osd cluster map manipulation tool
 .
@@ -100,6 +100,6 @@ information.
 \fBcrushtool\fP(8),
 \fBmkcephfs\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index d0657ee907475e47eeb6c369f68a0cf1321a95c2..2091df5e63f6d2888ac3e45a7390dff877ca3fcd 100644 (file)
@@ -1,4 +1,4 @@
-.TH "RADOSGW-ADMIN" "8" "October 15, 2012" "dev" "Ceph"
+.TH "RADOSGW-ADMIN" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 radosgw-admin \- rados REST gateway user administration utility
 .
@@ -269,6 +269,6 @@ information.
 .sp
 \fBceph\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 6156f97290423b6a2dbc5a511038a745bf7ccae1..44f86078a482445ef1a44943f8662b7ebe89966d 100644 (file)
@@ -1,4 +1,4 @@
-.TH "RADOSGW" "8" "September 27, 2012" "dev" "Ceph"
+.TH "RADOSGW" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 radosgw \- rados REST gateway
 .
@@ -182,6 +182,6 @@ information.
 \fBceph\fP(8)
 \fBradosgw\-admin\fP(8)
 .SH COPYRIGHT
-2012, Inktank Storage, Inc.
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .
index 335e06fac7bb5514d7a32381e0fe0936ce3ea96c..a2989e6b436ea542c3aef088d978a821d42d7389 100644 (file)
@@ -1,4 +1,4 @@
-.TH "RBD-FUSE" "8" "January 31, 2013" "dev" "Ceph"
+.TH "RBD-FUSE" "8" "April 29, 2013" "dev" "Ceph"
 .SH NAME
 rbd-fuse \- expose rbd images as files
 .
@@ -74,6 +74,6 @@ the Ceph documentation at \fI\%http://ceph.com/docs\fP for more information.
 fusermount(8),
 \fBrbd\fP(8)
 .SH COPYRIGHT
-2010-2012, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
+2010-2013, Inktank Storage, Inc. and contributors. Licensed under Creative Commons BY-SA
 .\" Generated by docutils manpage writer.
 .