]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cauthtool: correct man page sample of minimal fs client caps
authorSage Weil <sage@newdream.net>
Fri, 30 Jul 2010 23:35:59 +0000 (16:35 -0700)
committerSage Weil <sage@newdream.net>
Fri, 30 Jul 2010 23:35:59 +0000 (16:35 -0700)
man/cauthtool.8

index 3bf5c160a599e555571a1c4de2e1e01474320efd..1f1cca1448c192420969d82a14958f6e52dbb66e 100644 (file)
@@ -56,7 +56,7 @@ A client mounting the file system with minimal permissions would need caps like
 .IP
 mds = "allow"
 .IP
-osd = "allow rw; allow rw pool = data_pool_num"
+osd = "allow rw pool=data"
 .IP
 mon = "allow r"
 .PP