GithubHelp home page GithubHelp logo

Comments (7)

dmuhamedagic avatar dmuhamedagic commented on July 19, 2024

Right, stop should succeed if the environment is broken in some way. @madkiss, I believe this RA is your work, do you want to take a look.

from resource-agents.

dmuhamedagic avatar dmuhamedagic commented on July 19, 2024

Hmm, @madkiss seems to be very busy.

from resource-agents.

dmuhamedagic avatar dmuhamedagic commented on July 19, 2024

@madkiss, it's been a year now, please either comment or let us know if you don't want to take care of this anymore. Thanks.

from resource-agents.

madkiss avatar madkiss commented on July 19, 2024

Hu?

madkiss@b2b4ec3

from resource-agents.

dmuhamedagic avatar dmuhamedagic commented on July 19, 2024

So, cool :) Did you open a pull request perhaps?

from resource-agents.

lge avatar lge commented on July 19, 2024

On Mon, Sep 30, 2013 at 12:39:19AM -0700, Martin Loschwitz wrote:

Hu?

madkiss@b2b4ec3

You are aware that this patch breaks "stop", always?


asterisk_validate() { echo "=== in validate"; }
this_is_not_what_you_intended()
{
[ "$1" != "stop" ] && asterisk_validate || exit $?
echo "=== I'm now going to do: $1"
}

this_is_not_what_you_intended start

this_is_not_what_you_intended stop

  • this_is_not_what_you_intended start
  • '[' start '!=' stop ']'
  • asterisk_validate
  • echo '=== in validate'
    === in validate
  • echo '=== I'''m now going to do: start'

=== I'm now going to do: start
this_is_not_what_you_intended stop

  • this_is_not_what_you_intended stop
  • '[' stop '!=' stop ']'
  • exit 1

Oops.

: Lars Ellenberg
: LINBIT | Your Way to High Availability
: DRBD/HA support and consulting http://www.linbit.com

from resource-agents.

dmuhamedagic avatar dmuhamedagic commented on July 19, 2024

Moving to a new milestone just in case something happens in the meantime.

from resource-agents.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.