search for: tosca

Displaying 5 results from an estimated 5 matches for "tosca".

Did you mean: rosca
2002 Feb 05
2
-q option failing
...message reads in part "Opening with wav module: WAV file reader Mode initialisation failed: invalid parameters for quality" The folling is the actual command line passed to oggenc. /usr/bin/cdparanoia -v 1 - | dd ibs=5M | /usr/bin/oggenc - -q 9 -t "Pearl In" -a "Tosca" -l "Suzuki" -N "1" -d "" -c "description=Track #1" -c "genre=" -c "encode_date=2004-02-03" -c "cddb_id=a70df80c" -o "rip_temp_file.ogg" && mv "rip_tem p_file.ogg" "/sounds/ogg/Tosca/Su...
2009 Jul 29
1
patch on vm nics
...orm. It's not complete : it does not tolerate empty field. This patch can be applied on this morning git version. Regards, -- Loiseleur Michel Responsable Technique OSSA Linagora / 27, rue de Berri / 75008 PARIS Tel/Fax : 01 58 18 68 28 / 01 58 18 68 29 http://job.linagora.com/ | http://www.tosca-project.net "Ce n'est pas le logiciel qui est libre, c'est vous" -------------- next part -------------- A non-text attachment was scrubbed... Name: ovirt-vm_nics.patch Type: text/x-diff Size: 2455 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/...
2010 Feb 16
1
[PATCH] Increase timeout for live migration
Live migration is an operation which can takes times, like 2 or 3 minutes for heavy vms. Fixing this timeout work around another bug of db-o-matic: the infinite loop where node A has a defined & stopped vm X and node B has a defined & running vm X. I encountered this bug because the live migration has hit the timeout limit. Signed-off-by: Loiseleur Michel <mloiseleur at
2009 Oct 08
3
[PATCH] fix storages crazyness
Signed-off-by: Loiseleur Michel <mloiseleur at linagora.com> --- app/models/vm.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/models/vm.rb b/app/models/vm.rb index 88e0aef..0be3f89 100644 --- a/app/models/vm.rb +++ b/app/models/vm.rb @@ -27,7 +27,7 @@ class Vm < ActiveRecord::Base find(:all, :conditions=>{:state=>Task::STATE_QUEUED})
2010 Feb 25
2
[PATCH] Enhance vms display
It can be quite hard to manage a pool of 40-50 VMs without informations about the OS running, the contact (which is the only one to know when the vm can really be destroyed) or an End Of Life date. This patch add those fields, and rework a little the VM list view, in order to show gracefully those new fields. It has been made at the expense of UUID, Total Run Time & Load fields. Since those