Re: [ovirt-users] oVirt 3.5.1 user permissions
by Donny Davis
You are assigning permissions at too high of a level.
Set the following permissions for users to be able to only see what they create
Add a new set of permissions in the config menu
Login to system
Create instance
Attach to storage domains
Then assign that permission at the datacenter level, or even better the cluster level
And add permissions as needed
I will get you some screen shots when I get home
On Jan 29, 2015 7:13 AM, Yaniv Dary <ydary(a)redhat.com> wrote:
>
> WebAdmin is for admin and has permissions to see anything in the system.
> For power users please use the power user portal.
>
> On 01/29/2015 10:35 AM, Nikolai Bochev wrote:
> > Hello,
> >
> > I've been running ovirt hosted engine for around a month already
> > without any major interruptions. Last week i tied it to freeipa, to be
> > able to give permissions to other people, but so far no success
> > because of the following problem :
> >
> > All users can see all VM's. I tried clearing all permission entries (
> > leaving the admin only ) and the re-adding and it didn't help at all.
> >
> > I am attaching a few screenshots to better describe :
> >
> >
> >
> >
> >
> >
> > Most of the vm's have no permissions attached to them, but they are
> > still visible to everyone that logs from the userpanel
> > What am i doing wrong ?
> >
> > Regards,
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users(a)ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
> --
> Yaniv Dary
> Red Hat Israel Ltd.
> 34 Jerusalem Road
> Building A, 4th floor
> Ra'anana, Israel 4350109
>
> Tel : +972 (9) 7692306
> 8272306
> Email: ydary(a)redhat.com
> IRC : ydary
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
9 years, 10 months
oVirt Node 3.5 status
by Douglas Schilling Landgraf
Hi,
If you are looking for oVirt Node 3.5, we will deliver the official ISO
as soon as the package which resolves the below bugzilla is available in
CentOS repo. The current version of nss-softokn package is affecting the
build of iso.
nss-softokn prevents dracut from building the initrd
https://bugzilla.redhat.com/show_bug.cgi?id=1182297
--
Cheers
Douglas
9 years, 10 months
Re: [ovirt-users] AAA
by Donny Davis
Use /etc/hosts and add this to your .properties
pool.default.socketfactory.type = java
On Jan 29, 2015 5:50 AM, Alon Bar-Lev wrote: > > > > ----- Original Message ----- > > From: "Koen Vanoppen" > > To: "Alon Bar-Lev" > > Cc: users(a)ovirt.org > > Sent: Thursday, January 29, 2015 2:41:52 PM > > Subject: Re: [ovirt-users] AAA > > > > Yes We have: > > > > [root@ovirtmgmt01prod ~]# dig @srvdc03.mydomain.com SRV _gc._ > > tcp.mydomain.com > > > > ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.23.rc1.el6_5.1 <<>> @srvdc03.mydomain.com > > SRV _gc._tcp.mydomain.com > > ; (1 server found) > > ;; global options: +cmd > > ;; Got answer: > > ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 33340 > > ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 > > > > ;; QUESTION SECTION: > > ;_gc._tcp.mydomain.com. IN SRV > > this ^^^^^^^ means that you do not have srv record. are you sure you replace mydomain.com with your actual active directory domain name? > have you tried to look into your dns manager for this information as well? > > > > > ;; AUTHORITY SECTION: > > mydomain.com. 3600 IN SOA srvdc03.mydomain.com. > > hostmaster.airport. 1398582 900 600 86400 3600 > > > > ;; Query time: 12 msec > > ;; SERVER: 10.110.3.123#53(10.110.3.123) > > ;; WHEN: Thu Jan 29 13:40:41 2015 > > ;; MSG SIZE rcvd: 98 > > > > > > > > 2015-01-29 13:33 GMT+01:00 Alon Bar-Lev : > > > > > > > > > > > ----- Original Message ----- > > > > From: "Koen Vanoppen" > > > > To: "Alon Bar-Lev" , users(a)ovirt.org > > > > Sent: Thursday, January 29, 2015 2:19:32 PM > > > > Subject: Re: [ovirt-users] AAA > > > > > > > > Big thanks for your help, but still the same: > > > > > > > > # > > > > # Active directory domain name. > > > > # > > > > vars.domain = mydomain.com > > > > > > > > # > > > > # Search user and its password. > > > > # > > > > vars.user = admin@${global:vars.domain} > > > > vars.password = ***** > > > > > > > > # > > > > # Optional DNS servers, if enterprise > > > > # DNS server cannot resolve the domain srvrecord. > > > > # > > > > vars.dns = dns://srvdc03.${global:vars.domain} > > > > dns://srvdc04.${global:vars.domain} > > > > > > > > pool.default.serverset.type = srvrecord > > > > pool.default.serverset.srvrecord.domain = ${global:vars.domain} > > > > pool.default.auth.simple.bindDN = ${global:vars.user} > > > > pool.default.auth.simple.password = ${global:vars.password} > > > > > > > > # Uncomment if using custom DNS > > > > > > > pool.default.serverset.srvrecord.jndi-properties.java.naming.provider.url = > > > > ${global:vars.dns} > > > > pool.default.socketfactory.resolver.uRL = ${global:vars.dns} > > > > > > > > > > > > > > > > [ovirt-engine-extension-aaa-ldap.authz::BRU_AIR-authz] Cannot initialize > > > > LDAP framework, deferring initialization. Error: No DNS SRV records were > > > > found with record name '_gc._tcp.brussels.airport'. > > > > > > > > And I can't put '_gc._tcp.mydomain.com in the dns... Isn't there another > > > > way it just resolves the dns servers I gave him? > > > > > > > > > > Microsoft Domain controller must have gc service entry within DNS to work > > > properly. > > > 1. Are you sure you have Microsoft DNS installed on srvdc03.mydomain.com ? > > > 2. Can you please execute: > > > $ dig @srvdc03.mydomain.com SRV _gc._tcp.mydomain.com > > > 3. Can you please open the DNS manager within your domain and search for > > > srv records? Maybe you have DNS installed only on few servers, using the > > > DNS manager you can also see which. > > > > > > > > > > > 2015-01-29 13:02 GMT+01:00 Alon Bar-Lev : > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Ondra Machacek" > > > > > > To: "Koen Vanoppen" , users(a)ovirt.org > > > > > > Sent: Thursday, January 29, 2015 1:49:00 PM > > > > > > Subject: Re: [ovirt-users] AAA > > > > > > > > > > > > > > > > > > On 01/29/2015 12:30 PM, Koen Vanoppen wrote: > > > > > > > No, I don't. and I wouldn't know how he got to this name... > > > > > > > > > > > > Well, then you have to, if you want to use > > > 'pool.default.serverset.type > > > > > > = srvrecord'. > > > > > > > > > > > > It just need to know where your global catalog is running, since it's > > > > > > needed for new provider. > > > > > > > > > > > > It searches for global catalog like this: > > > > > > dig @${vars.dns} -t SRV _gc._tcp.${vars.domain} > > > > > > > > > > > > So you need to have this SRV record in DNS, if you want to use > > > srvrecord > > > > > > serverset type. Or you don't have to if you use single server type. > > > > > > > > > > active directory will not work without access to global catalog. > > > > > please set one or more of the domain controllers as dns server, for > > > > > example: > > > > > > > > > > vars.dns = dns://dc1.${global:vars.domain} > > > dns://dc2.${global:vars.domain} > > > > > > > > > > please also uncomment/add these lines to make vars.dns effective. > > > > > > > > > > > > > pool.default.serverset.srvrecord.jndi-properties.java.naming.provider.url > > > > > = ${global:vars.dns} > > > > > pool.default.socketfactory.resolver.uRL = ${global:vars.dns} > > > > > > > > > > Thanks! > > > > > > > > > > > > > > > > > > > > > > > > > Thanks for the reply! > > > > > > > > > > > > > > 2015-01-29 11:53 GMT+01:00 Ondra Machacek > > > > > > >: > > > > > > > > > > > > > > On 01/29/2015 11:41 AM, Koen Vanoppen wrote: > > > > > > > > > > > > > > Can somebody help me setting up AAA for ovirt 3.5.1? > > > > > > > > > > > > > > I'm getting this now: > > > > > > > > > > > > > > 2015-01-29 11:35:36,889 WARN > > > > > > > [org.ovirt.engineextensions.__aaa.ldap.AuthzExtension] (MSC > > > > > > > service thread > > > > > > > 1-1) > > > [ovirt-engine-extension-aaa-__ldap.authz::BRU_AIR-authz] > > > > > > > Cannot > > > > > > > initialize LDAP framework, deferring initialization. > > > Error: An > > > > > > > error > > > > > > > occurred while attempting to query DNS in order to > > > retrieve SRV > > > > > > > records > > > > > > > with name '_gc._tcp.brussels.airport': > > > > > > > javax.naming.__NameNotFoundException: DNS name not found > > > > > > > [response code > > > > > > > 3]; remaining name '_gc._tcp.brussels.airport' > > > > > > > > > > > > > > > > > > > > > Do you have this '_gc._tcp.brussels.airport' SRV record in DNS > > > ? > > > > > > > > > > > > > > > > > > > > > my 3 configs: > > > > > > > _*BRU_AIR-authn.properties*_ > > > > > > > ovirt.engine.extension.name < > > > > > http://ovirt.engine.extension.name> > > > > > > > > > > > > > > = > > > > > > > BRU_AIR-authn > > > > > > > ovirt.engine.extension.__bindings.method = jbossmodule > > > > > > > ovirt.engine.extension.__binding.jbossmodule.module = > > > > > > > org.ovirt.engine-extensions.__aaa.ldap > > > > > > > ovirt.engine.extension.__binding.jbossmodule.class = > > > > > > > org.ovirt.engineextensions.__aaa.ldap.AuthnExtension > > > > > > > ovirt.engine.extension.__provides = > > > > > > > org.ovirt.engine.api.__extensions.aaa.Authn > > > > > > > ovirt.engine.aaa.authn.__profile.name > > > > > > > > > > > > > > > > > > > > > = BRU-AIR > > > > > > > ovirt.engine.aaa.authn.authz.__plugin = BRU_AIR-authz > > > > > > > config.profile.file.1 = > > > > > /etc/ovirt-engine/aaa/BRU_AIR.__properties > > > > > > > > > > > > > > _*BRU_AIR-authz.properties*_ > > > > > > > ovirt.engine.extension.name < > > > > > http://ovirt.engine.extension.name> > > > > > > > > > > > > > > = > > > > > > > BRU_AIR-authz > > > > > > > ovirt.engine.extension.__bindings.method = jbossmodule > > > > > > > ovirt.engine.extension.__binding.jbossmodule.module = > > > > > > > org.ovirt.engine-extensions.__aaa.ldap > > > > > > > ovirt.engine.extension.__binding.jbossmodule.class = > > > > > > > org.ovirt.engineextensions.__aaa.ldap.AuthzExtension > > > > > > > ovirt.engine.extension.__provides = > > > > > > > org.ovirt.engine.api.__extensions.aaa.Authz > > > > > > > config.profile.file.1 = > > > > > /etc/ovirt-engine/aaa/BRU_AIR.__properties > > > > > > > > > > > > > > _*BRU_AIR.properties*_ > > > > > > > include = > > > > > > > > > > > > > > # > > > > > > > # Active directory domain name. > > > > > > > # > > > > > > > vars.domain = mydomain.com > > > > > > > > > > > > > > > > > > > > > # > > > > > > > # Search user and its password. > > > > > > > # > > > > > > > vars.user = admin@${global:vars.domain} > > > > > > > vars.password = *********** > > > > > > > > > > > > > > # > > > > > > > # Optional DNS servers, if enterprise > > > > > > > # DNS server cannot resolve the domain srvrecord. > > > > > > > # > > > > > > > vars.dns = dns://dc01.mydomain.com < > > > http://dc01.mydomain.com> > > > > > > > > > > > > > > > > > > > > > pool.default.serverset.type = srvrecord > > > > > > > pool.default.serverset.__srvrecord.domain = > > > > > ${global:vars.domain} > > > > > > > pool.default.auth.simple.__bindDN = ${global:vars.user} > > > > > > > pool.default.auth.simple.__password = > > > ${global:vars.password > > > > > > > > > > > > > > In the GUI for adding user I get this: > > > > > > > > > > > > > > An error occurred while attempting to query DNS in order to > > > > > > > retrieve SRV > > > > > > > records with name '_gc__tcp_brussels_airport': > > > > > > > javax_naming___NameNotFoundException: DNS name not found > > > > > > > [response code > > > > > > > 3]; remaining name '_gc__tcp_brussels_airport' > > > > > > > > > > > > > > Any ideas? I ran out... > > > > > > > > > > > > > > Kind regards, > > > > > > > > > > > > > > Koen > > > > > > > > > > > > > > > > > > > > > _________________________________________________ > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > Users mailing list > Users(a)ovirt.org > http://lists.ovirt.org/mailman/listinfo/users
9 years, 10 months
Network setup for load balance
by Carlos Ibrahim Arias
Hello,
I'm writing after a few weeks of trying to deploy the installation I had in
mind without success. I'm a newbie using orvit and my problem may sound odd
to some but I haven't been able to find a solution yet... I've searched all
the Web.
I have a server with two NICs (em1 and em2) and I want to bond them for
load balancing. I installed oVirt 3.5.1 using the hosted-engine option with
CentOS 7 on the hosted-engine and the host, and gluster on the host for the
domain storage. Everything was fine during the installation and the system
seems to work properly. ovirtmgmt is linked to em1.
The problem is that now I can't bond em1 and em2 using the web GUI. I set
up the bonding manually, it works but vdsmd is not starting afterwards.
Should I have done the bond before installing oVirt? Is there any
workaround to bond my NICs so that oVirt can use them for load balance?
Shall I use other network setup for load balance (VLANs..)?
Thanks in advanced,
--
Carlos Ibrahim Arias
*Consultor & Ingeniero en Informática*
Braimtec - Smart IT
E: carlos(a)braimtec.com
M: +34 600 457 497
9 years, 10 months
Unable to reactivate host after reboot due to failed Gluster probe
by Jan Siml
Hello,
we have a strange behavior within an oVirt cluster. Version is 3.5.1,
engine is running on EL6 machine and hosts are using EL7 as operating
system. The cluster uses a GlusterFS backed storage domain amongst
others. Three of four hosts are peers in the Gluster cluster (3 bricks,
3 replica).
When all hosts are restarted (maybe due to power outage), engine can't
activate them again, because Gluster probe fails. The message given in
UI is:
"Gluster command [gluster peer node-03] failed on server node-03."
Checking Gluster peer and volume status on each host confirms that
Gluster peers are known to each other and volume is up.
node-03:~ $ gluster peer status
Number of Peers: 2
Hostname: node-02
Uuid: 3fc36f55-d3a2-4efc-b2f0-31f83ed709d9
State: Peer in Cluster (Connected)
Hostname: node-01
Uuid: 18027b35-971b-4b21-bb3d-df252b4dd525
State: Peer in Cluster (Connected)
node-03:~ $ gluster volume status
Status of volume: glusterfs-1
Gluster process Port Online Pid
------------------------------------------------------------------------------
Brick node-01:/export/glusterfs/brick 49152 Y 12409
Brick node-02:/export/glusterfs/brick 49153 Y 9978
Brick node-03:/export/glusterfs/brick 49152 Y 10001
Self-heal Daemon on localhost N/A Y 10003
Self-heal Daemon on node-01 N/A Y 11590
Self-heal Daemon on node-02 N/A Y 9988
Task Status of Volume glusterfs-1
------------------------------------------------------------------------------
There are no active volume tasks
Storage domain in oVirt UI is fine (active and green) and usable. But
neither Gluster volume nor any brick is visible in UI.
If I try the command which is shown in UI it returns:
root@node-03:~ $ gluster peer probe node-03
peer probe: success. Probe on localhost not needed
root@node-03:~ $ gluster --mode=script peer probe node-03 --xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
<opRet>0</opRet>
<opErrno>1</opErrno>
<opErrstr>(null)</opErrstr>
<output>Probe on localhost not needed</output>
</cliOutput>
Is this maybe just an engine side parsing error?
--
Kind regards
Jan Siml
9 years, 10 months
Re: [ovirt-users] [POLL] FOSDEM Social Event Date
by Rene Koch
This is a multi-part message in MIME format. Your mail reader does not
understand MIME message format.
--=_0unK0i7l1-7HEUKVogo7EeQOoGINE4I7oAO6EqK9o-hYEgjk
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
I'll vote for Saturday - can't post a comment on Facebook as I don't have=
an Facebook account. So I hope the mailing list counts as well :)
=
Regards,
Ren=C3=A9
-----Original message-----
From: Bri=
an Proffitt=C2=A0<bproffit(a)redhat.com>
Sent: Friday 16th January 2015 16=
:38
To: users <users(a)ovirt.org>
Subject: [ovirt-users] [POLL] FOSDEM So=
cial Event Date
For those attending FOSDEM:
As is our tradition, =
we would like to host a social evening out during FOSDEM for members and =
friends of the oVirt community. We will be gathering at the Au Bon Vieux =
Temps tavern in Brussels, but before we set the date for the event, we wo=
uld like your input on which evening would be better: Fri., Jan. 30 or Sa=
t., Jan. 31=3F
Please visit the post about this on Facebook [1] and in=
put your preference in the comments, and early next week we will set it u=
p and announce the details of the event!
Thanks!
BKP
[1] https:/=
/www.facebook.com/events/340404086145780/permalink/340730009446521/
=
--=20
Brian Proffitt
Community Liaison
oVirt
Open Source and Standa=
rds, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: =
bkp @ OFTC
_______________________________________________
Users mailin=
g list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
=
--=_0unK0i7l1-7HEUKVogo7EeQOoGINE4I7oAO6EqK9o-hYEgjk
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://ww=
w.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta name=3D"Generator" con=
tent=3D"Zarafa WebApp v7.1.11-46050">
<meta http-equiv=3D"Content-Type"=
content=3D"text/html; charset=3Dutf-8">
<title>RE: [ovirt-users] [POLL=
] FOSDEM Social Event Date</title>
</head>
<body>
<p style=3D"padding: 0;=
margin: 0;"><span style=3D"font-family: tahoma; font-size: 10pt;">I'll v=
ote for Saturday - can't post a comment on Facebook as I don't have an Fa=
cebook account. So I hope the mailing list counts as well :)<br /></span>=
</p>
<p style=3D"padding: 0; margin: 0;"><span style=3D"font-family: taho=
ma; font-size: 10pt;"><br /></span></p>
<p style=3D"padding: 0; margin: 0=
;"><span style=3D"font-family: tahoma; font-size: 10pt;"><br /></span></p=
>
<p style=3D"padding: 0; margin: 0;"><span style=3D"font-family: tahoma;=
font-size: 10pt;">Regards,<br />René<br /></span></p>
<p style=3D=
"padding: 0; margin: 0;"><span style=3D"font-family: tahoma; font-size: 1=
0pt;"><br /></span></p>
<p style=3D"padding: 0; margin: 0;"><span style=3D=
"font-family: tahoma; font-size: 10pt;"><br /></span></p>
<div>
<blockquo=
te style=3D"border-left: 2px solid #325FBA; padding-left: 5px; margin: 0p=
x 5px;"><span style=3D"font-family: tahoma,arial,helvetica,sans-serif; fo=
nt-size: 10pt;">-----Original message-----<br /><span><strong>From:</stro=
ng> Brian Proffitt <bproffit(a)redhat.com></span><br /><span><st=
rong>Sent:</strong> Friday 16th January 2015 16:38</span><br /><span><str=
ong>To:</strong> users <users(a)ovirt.org></span><br /><span><strong>=
Subject:</strong> [ovirt-users] [POLL] FOSDEM Social Event Date</span><br=
/><br /></span>
<div>
<pre style=3D"white-space: pre-wrap; word-wrap: br=
eak-word;">For those attending FOSDEM:<br /><br />As is our tradition, we=
would like to host a social evening out during FOSDEM for members and fr=
iends of the oVirt community. We will be gathering at the Au Bon Vieux Te=
mps tavern in Brussels, but before we set the date for the event, we woul=
d like your input on which evening would be better: Fri., Jan. 30 or Sat.=
, Jan. 31=3F<br /><br />Please visit the post about this on Facebook [1] =
and input your preference in the comments, and early next week we will se=
t it up and announce the details of the event!<br /><br />Thanks!<br />BK=
P<br /><br /><br />[1] https://www.facebook.com/events/340404086145780/pe=
rmalink/340730009446521/<br /><br /><br />-- <br />Brian Proffitt<br /><b=
r />Community Liaison<br />oVirt<br />Open Source and Standards, Red Hat =
- http://community.redhat.com<br />Phone: +1 574 383 9BKP<br />IRC: bkp @=
OFTC<br />_______________________________________________<br />Users mai=
ling list<br />Users(a)ovirt.org<br />http://lists.ovirt.org/mailman/listin=
fo/users<br /></pre>
</div>
</blockquote>
</div>
</body>
</html>
--=_0unK0i7l1-7HEUKVogo7EeQOoGINE4I7oAO6EqK9o-hYEgjk--
9 years, 10 months
Disable/Hide domain on UserPortal
by Kevin
Is there a way to disable/hide the Domain drop-down on the UserPortal?
You can login with User name: <username>@<domain>
So I don't want so show the domains!
Cheers,
Kevin
9 years, 10 months
Strange Issue after guest VM reboot | boot failed :- not a bootable disk
by Punit Dambiwal
Hi,
I have created one vm in the ovirt successfully...it was working fine....i
login to it and download some httpd packages etc....after 5-10 min...it
stop receving the commands from SSH ...if nothing help then I power off the
machine… then power on again.. then the VM display the error that "boot
failed :- not a bootable disk"
[image: Inline image 2]
Even the disk is bootable...
[image: Inline image 3]
I try to change it several ways but still the VM can not up....
VDSM Logs :- http://ur1.ca/jk66n
Thanks,
Punit
9 years, 10 months
Re: [ovirt-users] change network MTU settings without taking all the VMs down?
by Donny Davis
So adding a new network was the way you went??On Jan 28, 2015 9:22 AM, Darrell Budic <budic(a)onholyground.com> wrote:
>
> 3.5.1. It’s really a “clean and tidy” thing now that I’ve got the network cleaned up, so not urgent but nice to have. Thanks for the info!
>
> > On Jan 28, 2015, at 4:05 AM, Dan Kenigsberg <danken(a)redhat.com> wrote:
> >
> > On Wed, Jan 28, 2015 at 11:03:14AM +0200, Lior Vernia wrote:
> >> Hi Darrell!
> >>
> >> There's currently no clean way to do this - we'll be looking to fix this
> >> in 3.6 (https://bugzilla.redhat.com/show_bug.cgi?id=1055454).
> >>
> >> You haven't mentioned which version of oVirt you're running - if it's
> >> 3.4 or lower, I think it would suffice to change ifcfg files on your
> >> hypervisors and restart the network service. The network will then
> >> appear as out-of-sync in the GUI, but should be fully functional with
> >> MTU 1500. You'd also want the network configuration to be saved in case
> >> of future rollbacks - Dan, how would that be done?
> >
> > up to 3.4, nothing else should be done (assuming the network config was
> > already declared "safe" and survived reboot). ifcfg is the only persistent copy.
> >
> >>
> >> If you're running 3.5, I think you need to run some vdsm shell commands
> >> on the hypervisor as we've added an abstraction layer for configuration
> >> persistence above ifcfg files - again I'll ask Dan to chime in.
> >
> > In 3.5 we've added a Vdsm-side persistent copy of the network,
> > which sits under /var/lib/vdsm/netconf/nets. You should edit the json
> > definitions therein in order to ensure proper network startup after
> > boot.
> >
> >>
> >> As for getting the engine network configuration to MTU 1500 (for future
> >> hypervisor configuration and for networks to not appear as out-of-sync
> >> on existing ones) without taking down all the VMs (or hot-unplugging
> >> NICs) at one point - I don't think there's currently a way other than
> >> hacking the DB... Just leaving the network out-of-sync on the hosts
> >> could result in inconveniences later on when configuring host networking.
> >>
> >> Is it worth the trouble of getting MTU 1500 instead of 1448? I presume
> >> the difference in performance would be negligible. Or are you
> >> experiencing incoming frames being dropped due to having 1500 bytes
> >> instead of 1448?... Either way, as you mentioned taking down the VMs can
> >> be a last resort, or wait for 3.6 where it should be simpler :)
> >>
> >> Yours, Lior.
> >>
> >> On 27/01/15 19:43, Darrell Budic wrote:
> >>> I finally got a couple of networks our from behind a wan based layer 2 bridge that required me to run at MTU 1448, and would like to get back up to MTU 1500. I see the GUI won’t let me do that while the network is in use. Any way around this, clean or otherwise? Restarting VMs to update them is ok, just trying to avoid having to take everything down at the same time.
> >>>
> >>> -Darrell
> >>> _______________________________________________
> >>> 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
9 years, 10 months
oVirt 3.5.1 - VM "hostedengine" Failing to start
by Mikola Rose
--_000_DDFE403B96084E3CA029EFC39908A6C9powersoftcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi there,
I seem to have run into a problem. my hosted engine vm is failing to start=
;
vdsm.log;
Thread-20::DEBUG::2015-01-27 16:53:37,999::fileSD::152::Storage.StorageDoma=
in::(__init__) Reading domain in path /rhev/data-center/mnt/192.168.1.32:_V=
olumes_Raid1/443b4931-667f-441f-98d8-51384e67a0af
Thread-20::ERROR::2015-01-27 16:53:38,000::domainMonitor::256::Storage.Doma=
inMonitorThread::(_monitorDomain) Error while collecting domain 443b4931-66=
7f-441f-98d8-51384e67a0af monitoring information
Traceback (most recent call last):
File "/usr/share/vdsm/storage/domainMonitor.py", line 221, in _monitorDom=
ain
self.domain =3D sdCache.produce(self.sdUUID)
File "/usr/share/vdsm/storage/sdc.py", line 98, in produce
domain.getRealDomain()
File "/usr/share/vdsm/storage/sdc.py", line 52, in getRealDomain
return self._cache._realProduce(self._sdUUID)
File "/usr/share/vdsm/storage/sdc.py", line 122, in _realProduce
domain =3D self._findDomain(sdUUID)
File "/usr/share/vdsm/storage/sdc.py", line 141, in _findDomain
dom =3D findMethod(sdUUID)
File "/usr/share/vdsm/storage/nfsSD.py", line 122, in findDomain
return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUUID))
File "/usr/share/vdsm/storage/fileSD.py", line 159, in __init__
validateFileSystemFeatures(sdUUID, self.mountpoint)
File "/usr/share/vdsm/storage/fileSD.py", line 88, in validateFileSystemF=
eatures
oop.getProcessPool(sdUUID).directTouch(testFilePath)
File "/usr/share/vdsm/storage/outOfProcess.py", line 320, in directTouch
ioproc.touch(path, flags, mode)
File "/usr/lib/python2.6/site-packages/ioprocess/__init__.py", line 507, =
in touch
self.timeout)
File "/usr/lib/python2.6/site-packages/ioprocess/__init__.py", line 391, =
in _sendCommand
raise OSError(errcode, errstr)
OSError: [Errno 13] Permission denied
I assume this is an nfs issue so I checked to see if I could create a file =
in the mounts from the host machine, which I could.
My test bed is usign an old OS X NFS via xraid adn the export is ;
/Volumes/Raid1 -maproot=3Droot:wheel -network 192.168.1.0 -mask 255.255.255=
.0
drwxr-xr-x 6 vdsm kvm 204 Jan 27 16:30 443b4931-667f-441f-98d8-51=
384e67a0af
drwxr-xr-x 4 vdsm kvm 136 Jan 27 12:32 data
drwxr-xr-x 4 vdsm kvm 136 Jan 27 00:18 iso
drwxr-xr-x 3 vdsm kvm 102 Jan 26 09:43 vm
the host machine seems to mount the shares fine....
drwxr-xr-x 5 vdsm kvm 4096 Jan 27 12:28 .
drwxr-xr-x 3 vdsm kvm 4096 Jan 27 10:04 ..
drwxr-xr-x 13 vdsm kvm 544 Jan 27 00:12 192.168.1.32:_Volumes_Raid1
drwxr-xr-x 2 vdsm kvm 4096 Jan 27 00:12 192.168.1.32:_Volumes_Raid1_data
drwxr-xr-x 2 vdsm kvm 4096 Jan 27 00:24 192.168.1.32:_Volumes_Raid1_iso
and as I said above I can create files in any one of those mounts
Is there a place I can look at to find the offending file? If that is the =
issue... Oddly enough everything worked until i rebooted, so I must have e=
ither changed something or something is buggered.
--_000_DDFE403B96084E3CA029EFC39908A6C9powersoftcom_
Content-Type: text/html; charset="us-ascii"
Content-ID: <24D10F8AA975974E9791EA01D2A22C0E(a)power-soft.net>
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space;" class=3D"">
Hi there,
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">I seem to have run into a problem. my hosted engine v=
m is failing to start;</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">vdsm.log;</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>Thread-20::DEBUG::2015-01-27 16:53:37,999::fileSD::152::Storage.StorageDom=
ain::(__init__) Reading domain in path /rhev/data-center/mnt/192.168.1.32:_=
Volumes_Raid1/443b4931-667f-441f-98d8-51384e67a0af</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>Thread-20::ERROR::2015-01-27 16:53:38,000::domainMonitor::256::Storage.Dom=
ainMonitorThread::(_monitorDomain) Error while collecting domain 443b4931-6=
67f-441f-98d8-51384e67a0af monitoring
information</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>Traceback (most recent call last):</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/domainMonitor.py", line 221=
, in _monitorDomain</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> self.domain =3D sdCache.produce(self.sdUUID)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/sdc.py", line 98, in produc=
e</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> domain.getRealDomain()</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/sdc.py", line 52, in getRea=
lDomain</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> return self._cache._realProduce(self._sdUUID)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/sdc.py", line 122, in _real=
Produce</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> domain =3D self._findDomain(sdUUID)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/sdc.py", line 141, in _find=
Domain</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> dom =3D findMethod(sdUUID)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/nfsSD.py", line 122, in fin=
dDomain</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUU=
ID))</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/fileSD.py", line 159, in __=
init__</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> validateFileSystemFeatures(sdUUID, self.mountpoint)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/fileSD.py", line 88, in val=
idateFileSystemFeatures</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> oop.getProcessPool(sdUUID).directTouch(testFilePath)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/share/vdsm/storage/outOfProcess.py", line 320,=
in directTouch</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> ioproc.touch(path, flags, mode)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/lib/python2.6/site-packages/ioprocess/__init__.py&q=
uot;, line 507, in touch</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> self.timeout)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> File "/usr/lib/python2.6/site-packages/ioprocess/__init__.py&q=
uot;, line 391, in _sendCommand</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
> raise OSError(errcode, errstr)</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>OSError: [Errno 13] Permission denied</div>
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">I assume this is an nfs issue so I checked to see if I coul=
d create a file in the mounts from the host machine, which I could.</=
div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">My test bed is usign an old OS X NFS via xraid adn the expo=
rt is ;</div>
<div class=3D"">
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>/Volumes/Raid1 -maproot=3Droot:wheel -network 192.168.1.0 -mask 255.255.25=
5.0</div>
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>drwxr-xr-x 6 vdsm kvm 204 Jan 27 1=
6:30 443b4931-667f-441f-98d8-51384e67a0af</div>
</div>
<div style=3D"margin: 0px; font-size: 11px; font-family: Menlo;" class=3D""=
>
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 4 vdsm  =
; kvm 136 Jan 27 12:32 data</div>
<div style=3D"margin: 0px;" class=3D"">
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 4 vdsm  =
; kvm 136 Jan 27 00:18 iso</div>
<div style=3D"margin: 0px;" class=3D"">
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 3 vdsm  =
; kvm 102 Jan 26 09:43 vm</div>
<div style=3D"margin: 0px;" class=3D""><br class=3D"">
</div>
<div style=3D"margin: 0px;" class=3D"">the host machine seems to mount the =
shares fine....</div>
<div style=3D"margin: 0px;" class=3D""><br class=3D"">
</div>
<div style=3D"margin: 0px;" class=3D"">
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 5 vdsm kvm 4096 Jan=
27 12:28 <span style=3D"font-variant-ligatures: no-common-ligatures; color=
: #4c7aff" class=3D"">
.</span></div>
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 3 vdsm kvm 4096 Jan=
27 10:04 <span style=3D"font-variant-ligatures: no-common-ligatures; color=
: #4c7aff" class=3D"">
..</span></div>
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 13 vdsm kvm 544 Jan=
27 00:12 <span style=3D"font-variant-ligatures: no-common-ligatures; color=
: #4c7aff" class=3D"">
192.168.1.32:_Volumes_Raid1</span></div>
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 2 vdsm kvm 4096 Jan=
27 00:12 <span style=3D"font-variant-ligatures: no-common-ligatures; color=
: #4c7aff" class=3D"">
192.168.1.32:_Volumes_Raid1_data</span></div>
<div style=3D"margin: 0px;" class=3D"">drwxr-xr-x 2 vdsm kvm 4096 Jan=
27 00:24 <span style=3D"font-variant-ligatures: no-common-ligatures; color=
: #4c7aff" class=3D"">
192.168.1.32:_Volumes_Raid1_iso</span></div>
</div>
<div style=3D"margin: 0px;" class=3D""><br class=3D"">
</div>
</div>
</div>
</div>
<div class=3D"">and as I said above I can create files in any one of those =
mounts</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D"">Is there a place I can look at to find the offending file? =
If that is the issue... Oddly enough everything worked until i =
rebooted, so I must have either changed something or something is buggered.=
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
<div class=3D""><br class=3D"">
</div>
</body>
</html>
--_000_DDFE403B96084E3CA029EFC39908A6C9powersoftcom_--
9 years, 10 months