On Tue, Oct 16, 2012 at 4:47 PM, Alexandre Santos <santosam72(a)gmail.com> wrote:
2012/10/16 Mike Burns <mburns(a)redhat.com>
>
> On Tue, 2012-10-16 at 16:33 +0200, Neil wrote:
> > Hi Keith,
> >
> > On Tue, Oct 16, 2012 at 3:48 PM, Keith Robertson <kroberts(a)redhat.com>
> > wrote:
> > > Neil,
> > >
> > > I suspect that you are having the same issue described in [1].
> > >
> > >
> > > [1]
https://bugzilla.redhat.com/show_bug.cgi?id=858880
> >
> > I unfortunately don't have access to view this bug...
> >
> > "You are not authorized to access bug #858880."
> >
> > Is there any progress on repairing it, or do you know if there is a
> > work round in the meantime?
>
> You can try going into the nfs share manually and
>
> chown 36:36 *
>
> i.e., if your iso domain is at /export/iso:
>
> chown 36:36 /export/iso/<uuid>/images/<uuid>/*
>
> Note that the uuid is different in both cases above, and for each
> domain.
>
> Not sure if this will help or not, but it's worth a shot.
>
> Mike
>
> >
> > Thanks!
> >
> > Regards.
> >
> > Neil Wilson.
> > _______________________________________________
> > Users mailing list
> > Users(a)ovirt.org
> >
http://lists.ovirt.org/mailman/listinfo/users
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
>
http://lists.ovirt.org/mailman/listinfo/users
The owner 36:36 should be vdsm.kvm and not vdsm.vdsm
Do you have a group kvm with gid = 36?
Alex
Hi Alex,
I only have a group called vdsm with gid 36...no group kvm.
grep 36 /etc/group
vdsm:x:36:
Same as my user..
grep 36 /etc/passwd
vdsm:x:36:36::/home/vdsm:/bin/false
Thanks