[Users] Active Directory Groups
by Thomas Scofield
I was attempting to assign some permissions to Active Directory groups and
ran into an issue where groups with spaces or the # sign in them. The
engine log contained messages like these
2013-05-22 08:39:35,228 WARN [org.ovirt.engine.core.bll.SearchQuery]
(ajp--127.0.0.1-8702-134) ResourceManager::searchBusinessObjects -
erroneous search text - ADGROUP: name=#Virtual Engineering
2013-05-22 08:39:35,228 WARN [org.ovirt.engine.core.bll.SearchQuery]
(ajp--127.0.0.1-8702-46) ResourceManager::searchBusinessObjects - erroneous
search text - ADUSER: allnames=#Virtual Engineering
The group name is valid. The example above contains both the space and #,
but trying groups with just a space and others with just a # also fail. I
was able to successfully add groups that contained characters and -. Has
anyone else had an issue like this?
11 years, 6 months
[Users] vm pools
by Ryan Wilkinson
Is there a method with pools to update (install new apps or updates) a
"golden image" and have those updates propagate to a pool? Seems currently
you have to create a new template from the image and then create a new pool.
11 years, 6 months
Re: [Users] centos6.3 i can not create snapshot when vm is runing
by Jason Brooks
----- Original Message -----
> From: "bigclouds" <bigclouds(a)163.com>
> To: users(a)ovirt.org
> Sent: Wednesday, May 22, 2013 3:26:23 AM
> Subject: [Users] centos6.3 i can not create snapshot when vm is runing
>
> hi,
> if ovirt all-in-one ISO support snapshot when vm is runing
I believe that this feature requires a newer version of qemu than what
ships with centos6.3 -- in the past I've rebuilt a qemu from Fedora to
get this feature working on CentOS.
Jason
> thanks
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
11 years, 6 months
[Users] centos6.3 i can not create snapshot when vm is runing
by bigclouds
------=_Part_452974_2033013914.1369218383269
Content-Type: text/plain; charset=GBK
Content-Transfer-Encoding: 7bit
hi,
if ovirt all-in-one ISO support snapshot when vm is runing
thanks
------=_Part_452974_2033013914.1369218383269
Content-Type: text/html; charset=GBK
Content-Transfer-Encoding: 7bit
<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>hi, </div><div>if ovirt all-in-one ISO support snapshot when vm is runing</div><div> </div><div>thanks</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>
------=_Part_452974_2033013914.1369218383269--
11 years, 6 months
[Users] error install on centos
by Paco qw
Hello everyone.
Ovirt install on Centos 6.2
Run engine-setup and get the error.
Installing:
Configuring oVirt Engine... [ DONE ]
Configuring JVM... [ DONE ]
Creating CA... [ DONE ]
Updating ovirt-engine service... [ DONE ]
Setting Database Configuration... [ DONE ]
Setting Database Security... [ DONE ]
Creating Database... [ ERROR ]
Database creation failed
Please check log file
/var/log/ovirt-engine/engine-setup_2011_11_24_05_36_26.log for more
information
In log engine-db-install
#engine db installer log file on rhevm8.lab.topsonline.ru
[engine-db-install] verifying required rpms are installed.
postgresql-server-8.4.9-1.el6_1.1.x86_64
postgresql-8.4.9-1.el6_1.1.x86_64
postgresql-libs-8.4.9-1.el6_1.1.x86_64
[engine-db-install] verifying postgres service exists.
[engine-db-install] init postgres db.
[engine-db-install] psgql db already been initialized.
[engine-db-install] changing authentication scheme from peer to ident.
[engine-db-install] changing authentication scheme from ident to trust.
[engine-db-install] stop postgres service.
Stopping postgresql service: [ OK ]
[engine-db-install] starting postgres service.
Starting postgresql service: [ OK ]
[engine-db-install] validating that postgres service is running...retry 1
?column?
----------
1
(1 row)
[engine-db-install] checking if engine db exists already..
psql: FATAL: database "engine" does not exist
[engine-db-install] engine not installed.
[engine-db-install] updating db admin credentials
DROP ROLE
CREATE ROLE
[engine-db-install] creating engine db on postgres.
/usr/share/ovirt-engine/dbscripts ~
/usr/share/ovirt-engine/dbscripts /usr/share/ovirt-engine/dbscripts
Creating the database: engine
dropdb: database removal failed: ERROR: database "engine" does not exist
user name is: engine
Creating tables...
Creating functions...
Creating common functions...
Inserting data ...
Inserting pre-defined roles ...
Running upgrade scripts...
upgrade script detected a change in Config, View or Stored Procedure...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/pre_upgrade/0000_config.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/pre_upgrade/0010_custom.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/pre_upgrade/0020_add_comment_col_to_schema_version.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/pre_upgrade/0030_add_materialized_views_table.sql ...
Dropping materialized views...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0010_add_group_ids_to_users.sql
...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0030_change_storage_format_type_to_str.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0040_change_vm_dynamic_vm_ip_type.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0050_make_blank_template_pulic.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0060_add_group_everyone.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0100_add_device_size_to_luns.sql
...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0120_add_update_date_to_vm_templates.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0130_change_dwh_history_timekeeping_date_type.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0150_update_roles.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0180_add_guest_disk_size.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0190_add_latency_vm_disks.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0220_add_MaxAuditLogMessageLength_to_config.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0260_change_app_list_type_to_text.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0270_change_users_group_ids_field_to_text.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0280_change_blank_template_default_display_type_to_spice.sql
...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0300_add_local_admin_user.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0330_add_configuration_action_group_to_super_user_role.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0360_upgrade_default_vds_group_thp.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script
upgrade/03_00_0380_add_otp_validity_to_vds_static.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0410_add_disks_usage.sql ...
./dbfunctions.sh: line 199: file: command not found
Running upgrade sql script upgrade/03_00_0420_encrypt_pm_passwd.sh ...
psql:upgrade/03_00_0420_encrypt_pm_passwd.sh:25: ERROR: syntax error at or
near "#!/"
LINE 1: #!/bin/bash
^
What am I doing wrong?
11 years, 6 months
[Users] Correct way to use updates-testing?
by Gianluca Cecchi
Hello,
what should I do to accomplish what in subject?
Also, I currently have fedora 18 and ovirt 3.2.1 (with
ovirt-release-fedora-5-3.noarch).
I see that at http://resources.ovirt.org/releases/ there is also
ovirt-release-fedora-6-1.noarch.rpm
released on 7th of May.
WHat is that for? How to catch it other than manually?
In my current /etc/yum.repos.d/ovirt.repo I don't see any
updates-testing repo to enable....
Thanks in advance,
Gianluca
11 years, 6 months
[Users] Should vdsm from F18 nightly be cluster 3.3 compatible?
by Dax Kelson
I'd like to try out ovirt with native glusterfs.
I have ovirt-engine from nightly installed on a Fedora 18 box successfully.
I'm trying to run Fedora 18 nodes with vdsm from nightly along with
gluster 3.4 beta and libvirt and qemu-kvm from rebuild from F19 beta
srpms.
I'm using vdsm-4.10.3-10.fc18.x86_64
When I try adding that Fedora 18 node to ovirt it gives the error:
"Host station2 is compatible with versions (3.0,3.1,3.2) and cannot
join Cluster GlusterFS which is set to version 3.3."
Shouldn't the vdsm from nightly be 3.3 compatible?
Anyway, I edited /usr/share/vdsm/dsaversion.py and added 3.3 to list,
no more complaint but I'm not if that is actually going to work or
not.
Thoughts?
Is there a better way for me to test out the new direct glusterfs api support?
Thanks,
Dax Kelson
11 years, 6 months
[Users] CentOs client
by Ryan Wilkinson
Trying to make CentOS 6.4 work as an ovirt client. Installed spice-xpi and
spice-client via yum but spice client not launching..
11 years, 6 months
[Users] what is the equivalent in CLI for exporting a block based VM into a file based image?
by Nathanaël Blanchet
This is a multi-part message in MIME format.
--------------000902040308030309050705
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Hi all,
The goal is to reuse a vm which has been created in ovirt in an iSCSI/FC
storage domain into a single kvm/virt-manager single host. Export domain
through gui allows to export such a vm into a file based image, but it
is not very convinient to find the file on the NFSdomain. I'd like to do
the same with ovirt-shell, or another CLI where I could decide about the
output file.
Thanks for helping.
--
Nathanaël Blanchet
Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5
Tél. 33 (0)4 67 54 84 55
Fax 33 (0)4 67 54 84 14
blanchet(a)abes.fr
--------------000902040308030309050705
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font size="-1">H<font size="-1">i all,<br>
<br>
<font size="-1">The goal is to reuse a vm which has been created
in ovirt in an iSCSI/FC stor<font size="-1">age domain into a
single kvm/virt<font size="-1">-manager single</font> host.
Export domain through gui allows <font size="-1">t</font>o
export such a vm into a file ba<font size="-1">sed image<font
size="-1">, but it is not very co<font size="-1">nvinient
to find the file o<font size="-1">n the NFS<font
size="-1"> domain</font></font>. I'd like to do
the same with ovirt-shell, or another CLI where I
could decide <font size="-1">ab<font size="-1">out </font></font>
the output file.<br>
<br>
<font size="-1">Thanks for helping.</font><br>
</font></font></font></font></font></font></font>
<pre class="moz-signature" cols="72">--
Nathanaël Blanchet
Supervision réseau
Pôle exploitation et maintenance
Département des systèmes d'information
227 avenue Professeur-Jean-Louis-Viala
34193 MONTPELLIER CEDEX 5
Tél. 33 (0)4 67 54 84 55
Fax 33 (0)4 67 54 84 14
<a class="moz-txt-link-abbreviated" href="mailto:blanchet@abes.fr">blanchet(a)abes.fr</a> </pre>
</body>
</html>
--------------000902040308030309050705--
11 years, 6 months