]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rbd: add read_only rbd map option
authorAlex Elder <elder@inktank.com>
Fri, 10 Aug 2012 20:12:07 +0000 (13:12 -0700)
committerAlex Elder <elder@inktank.com>
Mon, 1 Oct 2012 19:30:50 +0000 (14:30 -0500)
commitcc0538b62c839c2df7b9f8378bb37e3b35faa608
treea721584161916d3ba4ebe62cd919a4248b966145
parentf8c3892911145db7cf895cc26f53ad73dd4e7b1f
rbd: add read_only rbd map option

Add the ability to map an rbd image read-only, by specifying either
"read_only" or "ro" as an option on the rbd "command line."  Also
allow the inverse to be explicitly specified using "read_write" or
"rw".

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
drivers/block/rbd.c