search for: ocf_success

Displaying 3 results from an estimated 3 matches for "ocf_success".

2014 Nov 15
1
Understanding why Dovecot unexpectedly died
...ECOT-MONITOR -i exit $OCF_NOT_RUNNING else if [ "`/bin/netstat -tupan | /bin/grep dovecot | /bin/grep $OCF_RESKEY_bindaddr | /usr/bin/wc -l`" -ne 0 ]; then exit $OCF_SUCCESS else echo "DOVECOT STOPPED - NO LISTEN [`/bin/netstat -tupan | /bin/grep dovecot`]" | /usr/bin/logger -p local0.info -t DOVECOT-MONITOR -i exit $OCF_ERR_GENERIC fi...
2020 Oct 07
2
Is it possible that "virsh destroy" does not stop a domain ?
...e return $OCF_ERR_GENERIC ;; 0*) while [ $status != $OCF_NOT_RUNNING ]; do VirtualDomain_status status=$? done ;; esac return $OCF_SUCCESS } The function force_stop is responsible for stop/destroy the domain. And it cares about a non-working "virsh destroy". Is there a developer who can explain what "virsh destroy" really does ? Or is there another ML for the developers ? Bernd -- Bernd Lentes Systemadministr...
2020 Oct 07
0
Re: Is it possible that "virsh destroy" does not stop a domain ?
...rn $OCF_ERR_GENERIC ;; > 0*) > while [ $status != $OCF_NOT_RUNNING ]; do > VirtualDomain_status > status=$? > done ;; > esac > return $OCF_SUCCESS > } > > The function force_stop is responsible for stop/destroy the domain. > And it cares about a non-working "virsh destroy". > Is there a developer who can explain what "virsh destroy" really does ? > Or is there another ML for the developers ? > > Ber...