Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
osd = "allow rw pool foo"
+A client using rbd with read access to one pool and read/write access to another::
+
+ mon = "allow r"
+
+ osd = "allow pool templates r class-read, allow pool vms rwx"
+
A client mounting the file system with minimal permissions would need caps like::
mds = "allow"
.ft P
.fi
.sp
+A client using rbd with read access to one pool and read/write access to another:
+.sp
+.nf
+.ft C
+mon = "allow r"
+
+osd = "allow pool templates r class\-read, allow pool vms rwx"
+.ft P
+.fi
+.sp
A client mounting the file system with minimal permissions would need caps like:
.sp
.nf