Re: [Users] Fault tolerant storage

2013-05-01 Thread Vered Volansky
- Original Message - From: Jakub Bittner j.bitt...@nbu.cz To: users@ovirt.org Sent: Tuesday, April 30, 2013 5:19:12 PM Subject: [Users] Fault tolerant storage Hi, would it be possible in near future to use for example 2 attached DATA storage (iSCSi, or so) as fault tolerant

[Users] ovirt-engine-sdk-python 3.3.0.2-1 released

2013-05-01 Thread Michael Pasternak
- in ClusterGlusterVolumeBricks fixed add() parameters - to StorageDomainVM.delete() added async parameter - fixed parent tag parameter in the tags.add()/.update() methods - nic.network is no longer mandatory parameter for vnic creation - Implement Session-TTL header support #928313 -

[Users] ovirt-cli 3.3.0.2 released

2013-05-01 Thread Michael Pasternak
- datetime.datetime object has no attribute __dict__ #957519 - remove pexpect dependency - Ping command success message need to be rephrased #918749 - spicec does not pass cert_file #953582 - Error in update network --cluster-identifier --usages-usage #950993 - List/Show suggests parent+child as

Re: [Users] engine-image-uploader and /tmp size problem on fedora18

2013-05-01 Thread Alon Bar-Lev
- Original Message - From: Gianluca Cecchi gianluca.cec...@gmail.com To: users users@ovirt.org Sent: Wednesday, May 1, 2013 6:51:33 PM Subject: [Users] engine-image-uploader and /tmp size problem on fedora18 Hello, Summary I'm testing engine-image-uploader to transport 2 vms

Re: [Users] engine-image-uploader and /tmp size problem on fedora18

2013-05-01 Thread Gianluca Cecchi
On Wed, May 1, 2013 at 5:59 PM, Alon Bar-Lev wrote: Try: TMPDIR=/var/tmp engine-image-uploader -e EXP_DOMAIN upload ... OK. it worked. Thanks I noticed that in engine-image-uploader there is this definition mount_dir = tempfile.mkdtemp() and in python manual tempfile.mkdtemp([suffix=''[,