Yes. Please go ahead. Thanks, Ramesh.
On 3/29/2017 3:58 PM, Hans Nordebäck wrote: > Hi Ramesh, > > Is it ok to push this patch? It is acked by AndersW > > /Thanks HansN > > -----Original Message----- > From: Hans Nordebäck [mailto:[email protected]] > Sent: den 13 mars 2017 14:37 > To: [email protected] > Cc: [email protected] > Subject: Re: [devel] [PATCH 1 of 1] CLM : Cluster reset does not succed as > reboot now command fails on SLES [#2339] > > Hi Ramesh, > > A gentle reminder for review/Thanks HansN > > -----Original Message----- > From: Hans Nordeback [mailto:[email protected]] > Sent: den 6 mars 2017 16:28 > To: [email protected]; Anders Widell <[email protected]> > Cc: [email protected] > Subject: [devel] [PATCH 1 of 1] CLM : Cluster reset does not succed as reboot > now command fails on SLES [#2339] > > scripts/opensaf_reboot | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > diff --git a/scripts/opensaf_reboot b/scripts/opensaf_reboot > --- a/scripts/opensaf_reboot > +++ b/scripts/opensaf_reboot > @@ -48,7 +48,7 @@ test $(id -u) -ne 0 && icmd=$(which sudo > opensaf_safe_reboot() > { > logger -t "opensaf_reboot" "Rebooting local node using $icmd > /sbin/reboot now" > - $icmd /sbin/reboot now > + $icmd /sbin/shutdown -r now > } > > ## Use stonith for remote fencing > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most engaging tech > sites, SlashDot.org! > https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwIFAw&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=UgKtUP1KxdYKdOTp2WnL7KMEeT6-YJmXc3-3qo6QHB0&m=aiqvEETuIs-NyX7G-PyUVkJNKU_vV0QLcEtXrkx8khA&s=moTECrhShm6qIefMVg0ci8Kd0ra8kbacxi3qkA7SdZo&e= > _______________________________________________ > Opensaf-devel mailing list > [email protected] > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_opensaf-2Ddevel&d=DwIFAw&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=UgKtUP1KxdYKdOTp2WnL7KMEeT6-YJmXc3-3qo6QHB0&m=aiqvEETuIs-NyX7G-PyUVkJNKU_vV0QLcEtXrkx8khA&s=7yS2dEKPra2wjpB4QzNRYIzuzI9gg8e9qhGK153fv2k&e= > > ------------------------------------------------------------------------------ > Announcing the Oxford Dictionaries API! The API offers world-renowned > dictionary content that is easy and intuitive to access. Sign up for an > account today to start using our lexical data to power your apps and > projects. Get started today and enter our developer competition. > https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_oxford&d=DwIFAw&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=UgKtUP1KxdYKdOTp2WnL7KMEeT6-YJmXc3-3qo6QHB0&m=aiqvEETuIs-NyX7G-PyUVkJNKU_vV0QLcEtXrkx8khA&s=UGytkJKATBTODUrTeH2MdEIpET7E1mDyCsFLkuFrdYI&e= > _______________________________________________ > Opensaf-devel mailing list > [email protected] > https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_opensaf-2Ddevel&d=DwIFAw&c=RoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=UgKtUP1KxdYKdOTp2WnL7KMEeT6-YJmXc3-3qo6QHB0&m=aiqvEETuIs-NyX7G-PyUVkJNKU_vV0QLcEtXrkx8khA&s=7yS2dEKPra2wjpB4QzNRYIzuzI9gg8e9qhGK153fv2k&e= ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
