Displaying 3 results from an estimated 3 matches for "cxenstor".
Did you mean:
xenstor
2019 Feb 12
2
[PATCH 08/13] xen init script: rewrite xenstored start logic
...quot;" ;;
esac
?
> + # First, we check if any of xenstored or oxenstored is already running. If
> + # so, we abort and leave it alone, even if the user has switched the value
> + # in /etc/default/xen from one to another.
> + for try_xenstored in "$OXENSTORED" "$CXENSTORED"; do
> + if [ -x $try_xenstored ]; then
> + start-stop-daemon --start --quiet --pidfile "$XENSTORED_PIDFILE" \
> + --exec "$try_xenstored" --test > /dev/null
> + if [ $? -eq 1 ]; then
> + return 1
This exit status handling is confusing. AFAI...
2019 Feb 10
21
[PATCH 00/13] Patch blast of salsa wip.testme branch
The contents are the wip.testme branch currently on salsa. I combined
the wip.initscript and wip.oxenstored into this and added more things
today. I think this is pretty gtg and it's smoke tested (in several
cases by scping files around instead of doing package build), so it
needs a final extra review and test round before putting it in master
branch (which I don't want to force push).
I
2014 Dec 17
0
Virt SIG Meeting minutes for 16 Dec 2014
...7]
<kbsingh> if xapi is going in, its going to be needed
<Evolution> as I understand it right now the ocaml packages used *replace* the
system libs.
<gwd> kbsingh: AFAIK the core xen packages only need ocaml for oxenstored
<kbsingh> gwd: and at the moment were using the cxenstored ?
<kbsingh> i guess the real question is - are we accepting SCL's into sig's
other than the scl-sig [14:58]
* gwd doesn't know
<jonludlam> cxenstored is not default in xen these days is it?
<gwd> jonludlam: It will use cxenstored if the ocaml dev libraries are no...