Please disregard this patch, it should go to 2.11 instead. I'll resend it.
On Fri, Feb 21, 2014 at 9:33 AM, Petr Pudlak <[email protected]> wrote: > Currently masterd and luxid run under separate user accounts, which > makes it impossible for them to share access to the job queue. > This patch adds the easiest fix - to configure luxid to run under the > same user as masterd. > > It's open for discussion if we should keep the distinction between luxid > and masterd users/groups at the code level (constants) as now, or to > merge these constants together. > > Signed-off-by: Petr Pudlak <[email protected]> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index ad63ca5..937f338 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -228,7 +228,7 @@ AC_ARG_WITH([user-prefix], > user_rapi="${withval}rapi"; > user_confd="${withval}confd"; > user_kvmd="$user_default"; > - user_luxid="${withval}luxid"; > + user_luxid="${withval}masterd"; > user_noded="$user_default"; > user_mond="$user_default"], > [user_masterd="$user_default"; > -- > 1.9.0.rc1.175.g0b1dcb5 > >
