[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH] CA-31481: Switch blktap syslog facility back to daemon
# HG changeset patch # User Daniel Stodden <daniel.stodden@xxxxxxxxxx> # Date 1259193671 28800 # Node ID 62c235c48dc6955fa4e2e3097b933a67072e9403 # Parent 6fd77ef2569ead1d2cbc5ca6a6d496519e966fc0 CA-31481: Switch blktap syslog facility back to daemon. Signed-off-by: Daniel Stodden <daniel.stodden@xxxxxxxxxx> diff -r 6fd77ef2569e -r 62c235c48dc6 scripts/init.d-xenservices --- a/scripts/init.d-xenservices Tue Nov 24 15:17:56 2009 +0000 +++ b/scripts/init.d-xenservices Wed Nov 25 16:01:11 2009 -0800 @@ -61,7 +61,7 @@ /opt/xensource/bin/xenstored ${XENSTORED_ARG} /usr/sbin/xenconsoled - /usr/sbin/blktapctrl -llocal6 + /usr/sbin/blktapctrl # Delete rubbish from xapi's private tree in xenstore, once per boot (not once per # xapi invocation since the data should be persistent across xapi restarts) diff -r 6fd77ef2569e -r 62c235c48dc6 scripts/tap --- a/scripts/tap Tue Nov 24 15:17:56 2009 +0000 +++ b/scripts/tap Wed Nov 25 16:01:11 2009 -0800 @@ -8,7 +8,7 @@ syslog () { - BLKTAP=local6 + BLKTAP=daemon logger -p$BLKTAP.info -tscripts-tap "$*" } # HG changeset patch # User Daniel Stodden <daniel.stodden@xxxxxxxxxx> # Date 1259193671 28800 # Node ID 62c235c48dc6955fa4e2e3097b933a67072e9403 # Parent 6fd77ef2569ead1d2cbc5ca6a6d496519e966fc0 CA-31481: Switch blktap syslog facility back to daemon. Signed-off-by: Daniel Stodden <daniel.stodden@xxxxxxxxxx> diff -r 6fd77ef2569e -r 62c235c48dc6 scripts/init.d-xenservices --- a/scripts/init.d-xenservices Tue Nov 24 15:17:56 2009 +0000 +++ b/scripts/init.d-xenservices Wed Nov 25 16:01:11 2009 -0800 @@ -61,7 +61,7 @@ /opt/xensource/bin/xenstored ${XENSTORED_ARG} /usr/sbin/xenconsoled - /usr/sbin/blktapctrl -llocal6 + /usr/sbin/blktapctrl # Delete rubbish from xapi's private tree in xenstore, once per boot (not once per # xapi invocation since the data should be persistent across xapi restarts) diff -r 6fd77ef2569e -r 62c235c48dc6 scripts/tap --- a/scripts/tap Tue Nov 24 15:17:56 2009 +0000 +++ b/scripts/tap Wed Nov 25 16:01:11 2009 -0800 @@ -8,7 +8,7 @@ syslog () { - BLKTAP=local6 + BLKTAP=daemon logger -p$BLKTAP.info -tscripts-tap "$*" } _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |