Skip to content

Instantly share code, notes, and snippets.

@leseb
Created July 2, 2012 23:17
Show Gist options
  • Save leseb/3036311 to your computer and use it in GitHub Desktop.
Save leseb/3036311 to your computer and use it in GitHub Desktop.
RBD RA
@@ -144,7 +144,7 @@ find_rbd_dev() {
rbd_validate_all() {
# Test for configuration errors first
if [ -z "$OCF_RESKEY_name" ]; then
- ocf_log err 'Required parameter "name" is unset!'
+ ocf_log err "Required parameter "name" is unset!"
exit $OCF_ERR_CONFIGURED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment