commit | cffaba15cd95d4a16eb5a6aa5c22a79f67d555ab | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@dreamhost.com> | Wed Feb 15 07:43:54 2012 -0600 |
committer | Alex Elder <elder@dreamhost.com> | Thu Mar 22 10:47:51 2012 -0500 |
tree | d752174022e8444c70afb27e798e032163f89ac9 | |
parent | d3002b974cefbb7c1e325cc296966f768ff76b06 [diff] |
ceph: ensure Boolean options support both senses Many ceph-related Boolean options offer the ability to both enable and disable a feature. For all those that don't offer this, add a new option so that they do. Note that ceph_show_options()--which reports mount options currently in effect--only reports the option if it is different from the default value. Signed-off-by: Alex Elder <elder@dreamhost.com> Signed-off-by: Sage Weil <sage@newdream.net>