Re: [Users] Live snapshot deletion

2012-11-23 Thread Vincent Miszczak
QEMU emulator version 1.2.1
(from Fedora virt preview repo, gonna test live migration after that ☺ )

I hope this feature will come soon ☺

Thank you guys.

--

Hi Vince,

Live merge is not implemented yet, although it is in the roadmap.



Regards,

Maor



De : Shu Ming [mailto:shum...@linux.vnet.ibm.com]
Envoyé : jeudi 22 novembre 2012 15:27
À : Vincent Miszczak
Cc : users@ovirt.org
Objet : Re: [Users] Live snapshot deletion

I think it is because Qemu doesn't support the live snapshot deleting yet.  Can 
you create your snapshot while the VM is running? What is your Qemu version? 
You can get your Qemu version by qemu-kvm --version in FC17.

2012-11-22 21:29, Vincent Miszczak
Hi,

I’ve tried live VM disks snapshot. Its ok. It appears I cannot delete those 
snapshots while the VM is running.

Is it a bug? If not, is there any plan for this ?

Regards

Vince


--
This message has been scanned for viruses and
dangerous content by MailScannerhttp://www.mailscanner.info/, and is
believed to be clean.



___

Users mailing list

Users@ovirt.orgmailto:Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users




--

---

舒明 Shu Ming

Open Virtualization Engineerning; CSTL, IBM Corp.

Tel: 86-10-82451626  Tieline: 9051626 E-mail: 
shum...@cn.ibm.commailto:shum...@cn.ibm.com or 
shum...@linux.vnet.ibm.commailto:shum...@linux.vnet.ibm.com

Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian District, 
Beijing 100193, PRC

--
This message has been scanned for viruses and
dangerous content by MailScannerhttp://www.mailscanner.info/, and is
believed to be clean.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Recovering VMs when the engine is lost

2012-11-23 Thread Joern Ott
Hello everybody,

I managed to re-install the server the oVirt engine was running on in my 
testlab. All the cpu and storages are still there and the VMs are still running 
without problems. Is there a way, I can attach the still existing nodes to the 
new oVirt engine and recover/import the VMs?

Alternatively, is there a way, I can import the VMs disks? I still know how the 
data center and clusters were set up and the specs for the VMs are also 
documented, so I'd like to re-attach the disks, which would save me some time 
compared to the re-installs.


Kind regards
Jörn

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Invoking guest os script, without guest having network connectivity?

2012-11-23 Thread Shlomi Tsadok
I'm looking for a way to configure the guest networking(including IP)
dynamically, using a custom script, right after VM creation.

Is there a similar feature in oVirt as the Invoke-VMScript in of VMware's
PowerCLI? It allows you to run a script in the guest OS, even before the
guest has networking connectivity ( the host talks to the vmtools agent
that's  installed in the guest).

Native KVM/libvirt option will be good as well.

Thanks,
Shlomi

Invoke-VMScript reference:
http://www.vmware.com/support/developer/windowstoolkit/wintk40u1/html/Invoke-VMScript.html
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Invoking guest os script, without guest having network connectivity?

2012-11-23 Thread Itamar Heim

On 11/23/2012 01:48 PM, Shlomi Tsadok wrote:

I'm looking for a way to configure the guest networking(including IP)
dynamically, using a custom script, right after VM creation.

Is there a similar feature in oVirt as the Invoke-VMScript in of
VMware's PowerCLI? It allows you to run a script in the guest OS, even
before the guest has networking connectivity ( the host talks to the
vmtools agent that's  installed in the guest).


currently, you can attach to the guest a payload, and have a script in 
the guest expecting that payload and acting on it (which is what 
cloud-init does).




Native KVM/libvirt option will be good as well.


if kvm/libvirt allow it, you can use a custom vdsm hook as well.



Thanks,
Shlomi

Invoke-VMScript reference:
http://www.vmware.com/support/developer/windowstoolkit/wintk40u1/html/Invoke-VMScript.html



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Recovering VMs when the engine is lost

2012-11-23 Thread Joern Ott
Hey Itamar,

this is an NFS storage.

KR
Jörn

 -Original Message-
 From: Itamar Heim [mailto:ih...@redhat.com]
 Sent: Freitag, 23. November 2012 10:32
 To: Joern Ott
 Cc: users@ovirt.org; Ayal Baron
 Subject: Re: [Users] Recovering VMs when the engine is lost
 
 On 11/23/2012 11:03 AM, Joern Ott wrote:
  Hello everybody,
 
  I managed to re-install the server the oVirt engine was running on in
  my testlab. All the cpu and storages are still there and the VMs are
  still running without problems. Is there a way, I can attach the still
  existing nodes to the new oVirt engine and recover/import the VMs?
 
  Alternatively, is there a way, I can import the VMs disks? I still
  know how the data center and clusters were set up and the specs for
  the VMs are also documented, so I'd like to re-attach the disks, which
  would save me some time compared to the re-installs.
 
 
 is this an iscsi or nfs data storage domain?
 
 


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Recovering VMs when the engine is lost

2012-11-23 Thread Itamar Heim

On 11/23/2012 02:58 PM, Joern Ott wrote:

Hey Itamar,

this is an NFS storage.


we don't currently support importing an existing data storage domain. so 
you need to create a new nfs data domain.


i suggest two 'hacky' options after that
1. less hacky - convert the current nfs data domain to an export domain, 
and import the VMs from it.
2. more hacky - recreate the VMs on the new nfs data domain with exact 
same details, and copy the disk over the newly created disks.


benefit of the other is you may be able to move the data, instead of 
full blown copy, while in option 1 (which is much simpler/less error 
prone), you need to import all vm's again.


there is current work to detect disks from a storage domain:
http://wiki.ovirt.org/wiki/Features/Domain_Scan

when it will be ready (and better when import existing storage domain 
will be supported), this would be easier.




KR
Jörn


-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Freitag, 23. November 2012 10:32
To: Joern Ott
Cc: users@ovirt.org; Ayal Baron
Subject: Re: [Users] Recovering VMs when the engine is lost

On 11/23/2012 11:03 AM, Joern Ott wrote:

Hello everybody,

I managed to re-install the server the oVirt engine was running on in
my testlab. All the cpu and storages are still there and the VMs are
still running without problems. Is there a way, I can attach the still
existing nodes to the new oVirt engine and recover/import the VMs?

Alternatively, is there a way, I can import the VMs disks? I still
know how the data center and clusters were set up and the specs for
the VMs are also documented, so I'd like to re-attach the disks, which
would save me some time compared to the re-installs.



is this an iscsi or nfs data storage domain?








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Invoking guest os script, without guest having network connectivity?

2012-11-23 Thread Shlomi Tsadok
Hi Itamar

In the Wiki I see references on attaching floppy/iso as a payload. Is it
possible to trigger a bash script (with parameters), for example,  inside
the guest using this mechanism?
If so, can you please point me to some documentation?

Thank you
Shlomi
On Nov 23, 2012 2:23 PM, Itamar Heim ih...@redhat.com wrote:

 On 11/23/2012 01:48 PM, Shlomi Tsadok wrote:

 I'm looking for a way to configure the guest networking(including IP)
 dynamically, using a custom script, right after VM creation.

 Is there a similar feature in oVirt as the Invoke-VMScript in of
 VMware's PowerCLI? It allows you to run a script in the guest OS, even
 before the guest has networking connectivity ( the host talks to the
 vmtools agent that's  installed in the guest).


 currently, you can attach to the guest a payload, and have a script in
 the guest expecting that payload and acting on it (which is what cloud-init
 does).


 Native KVM/libvirt option will be good as well.


 if kvm/libvirt allow it, you can use a custom vdsm hook as well.


 Thanks,
 Shlomi

 Invoke-VMScript reference:
 http://www.vmware.com/support/**developer/windowstoolkit/**
 wintk40u1/html/Invoke-**VMScript.htmlhttp://www.vmware.com/support/developer/windowstoolkit/wintk40u1/html/Invoke-VMScript.html



 __**_
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/**mailman/listinfo/usershttp://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Invoking guest os script, without guest having network connectivity?

2012-11-23 Thread Itamar Heim

On 11/23/2012 03:47 PM, Shlomi Tsadok wrote:

Hi Itamar

In the Wiki I see references on attaching floppy/iso as a payload. Is it
possible to trigger a bash script (with parameters), for example,
inside the guest using this mechanism?
If so, can you please point me to some documentation?


the payload is attached at boot.
cloud-init is a sample daemon which at guest startup look up for 
payloads and acts on them.
for example, the deltaclout project has a cloud-init extension to read 
from payload data it expects.


http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/cloudinit/sources/DataSourceAltCloud.py



Thank you
Shlomi

On Nov 23, 2012 2:23 PM, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com wrote:

On 11/23/2012 01:48 PM, Shlomi Tsadok wrote:

I'm looking for a way to configure the guest
networking(including IP)
dynamically, using a custom script, right after VM creation.

Is there a similar feature in oVirt as the Invoke-VMScript in of
VMware's PowerCLI? It allows you to run a script in the guest
OS, even
before the guest has networking connectivity ( the host talks to the
vmtools agent that's  installed in the guest).


currently, you can attach to the guest a payload, and have a
script in the guest expecting that payload and acting on it (which
is what cloud-init does).


Native KVM/libvirt option will be good as well.


if kvm/libvirt allow it, you can use a custom vdsm hook as well.


Thanks,
Shlomi

Invoke-VMScript reference:

http://www.vmware.com/support/__developer/windowstoolkit/__wintk40u1/html/Invoke-__VMScript.html

http://www.vmware.com/support/developer/windowstoolkit/wintk40u1/html/Invoke-VMScript.html



_
Users mailing list
Users@ovirt.org mailto:Users@ovirt.org
http://lists.ovirt.org/__mailman/listinfo/users
http://lists.ovirt.org/mailman/listinfo/users






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Recovering VMs when the engine is lost

2012-11-23 Thread Joern Ott
Hello Itamar,

 -Original Message-
 From: Itamar Heim [mailto:ih...@redhat.com]
 Sent: Freitag, 23. November 2012 14:11
 To: Joern Ott
 Cc: users@ovirt.org; Ayal Baron
 Subject: Re: [Users] Recovering VMs when the engine is lost
 
 On 11/23/2012 02:58 PM, Joern Ott wrote:
  Hey Itamar,
 
  this is an NFS storage.
 
 we don't currently support importing an existing data storage domain. so you
 need to create a new nfs data domain.
 
 i suggest two 'hacky' options after that 1. less hacky - convert the current 
 nfs
 data domain to an export domain, and import the VMs from it.

Is there any info on how to do this, I didn't find much info on export domains 
on the wiki. The last time I tried to move thin disks with ovirt GUI from one 
storage to another, they were expanded and filled up the destination. In the 
database, the disks were shown to be on the destination host and were marked as 
invalid, so this procedure also has some risks.

 2. more hacky - recreate the VMs on the new nfs data domain with exact
 same details, and copy the disk over the newly created disks.
 
 benefit of the other is you may be able to move the data, instead of full
 blown copy, while in option 1 (which is much simpler/less error prone), you
 need to import all vm's again.

The advantage of this would be faster speed as most disks are thin provisioned 
disks. So I think, I will go for this option.
 
 there is current work to detect disks from a storage domain:
 http://wiki.ovirt.org/wiki/Features/Domain_Scan
 
 when it will be ready (and better when import existing storage domain will
 be supported), this would be easier.
 
 
  KR
  Jörn
 
  -Original Message-
  From: Itamar Heim [mailto:ih...@redhat.com]
  Sent: Freitag, 23. November 2012 10:32
  To: Joern Ott
  Cc: users@ovirt.org; Ayal Baron
  Subject: Re: [Users] Recovering VMs when the engine is lost
 
  On 11/23/2012 11:03 AM, Joern Ott wrote:
  Hello everybody,
 
  I managed to re-install the server the oVirt engine was running on
  in my testlab. All the cpu and storages are still there and the VMs
  are still running without problems. Is there a way, I can attach the
  still existing nodes to the new oVirt engine and recover/import the
 VMs?
 
  Alternatively, is there a way, I can import the VMs disks? I still
  know how the data center and clusters were set up and the specs for
  the VMs are also documented, so I'd like to re-attach the disks,
  which would save me some time compared to the re-installs.
 
 
  is this an iscsi or nfs data storage domain?
 
 
 
 
 
 
Kind regards
Jörn

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Install node image from USB stick fails

2012-11-23 Thread Alexandre Santos
2012/11/23 Vincent Miszczak vmiszc...@ankama.com

 Hi,

 ** **

 I’ve tried to install the node image (2.5.5-0.1.fc17 at this time) from an
 USB stick (to hard drive) and this does not work.

 (The installation has been done on a Poweredge 1950 server)

 ** **

 I’ve created the installation stick using Unetbootin-windows (ISO mode)
 and the installation went OK.

 The problem is that after installation, the server does not manage to boot.
 

 The boot process stops and gives warnings :

 ** **

 dracut Warning: Unable to process initqueue
 dracut Warning: /dev/mapper/live-rw does not exist

 Dropping to debug shell.

 

 ** **

 Screenshot is included.

 ** **

 I’m gonna try (really) old school optical disk installation and give
 feedback.

 ** **

 During this time if someone has any suggestion…

 ** **

 Vince

 ** **

 ** **

 --
 This message has been scanned for viruses and
 dangerous content by *MailScanner* http://www.mailscanner.info/, and is
 believed to be clean.

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 There is already a solution for this issue on this mailing list. You
should alter your grub command line. This is a bug on Fedora.
Instead of /dev/mapper/live-rw, it should be /dev/sr0, for instance...
Alex
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] No spice connection - Remote-Viewer quits after a few seconds

2012-11-23 Thread Dennis Böck
Here are some logs:

1351785267 INFO [4504:4560] spicex_log_cleanup: done
1351785268 INFO [3788:5440] spicex_log_cleanup: done
1351867007 INFO [4868:4916] spicex_init_logger: started
1351867007 INFO [4868:4916] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1351867007 INFO [4868:4916] COSpiceX::Connect: spicec pid 4948
1351867013 ERROR [4868:4916] COSpiceX::Connect: failed to connect to spice 
client pipe
1351867038 INFO [4868:4916] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1351867038 INFO [4868:4916] COSpiceX::Connect: spicec pid 2732
1351867043 ERROR [4868:4916] COSpiceX::Connect: failed to connect to spice 
client pipe
1351867169 INFO [4868:4916] spicex_log_cleanup: done
1353687854 INFO [4568:2008] spicex_init_logger: started
1353687854 INFO [4568:2008] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353687854 INFO [4568:2008] COSpiceX::Connect: spicec pid 5776
1353687860 ERROR [4568:2008] COSpiceX::Connect: failed to connect to spice 
client pipe
1353687901 INFO [3064:6084] spicex_init_logger: started
1353687901 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353687901 INFO [3064:6084] COSpiceX::Connect: spicec pid 1576
1353687906 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice 
client pipe
1353687928 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353687928 INFO [3064:6084] COSpiceX::Connect: spicec pid 2412
1353687934 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice 
client pipe
1353688155 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353688155 INFO [3064:6084] COSpiceX::Connect: spicec pid 3108
1353688161 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice 
client pipe
1353688247 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353688247 INFO [3064:6084] COSpiceX::Connect: spicec pid 3792
1353688252 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice 
client pipe
1353688564 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request 
newVal=0x0
1353688564 INFO [3064:6084] COSpiceX::Connect: spicec pid 5472
1353688569 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice 
client pipe


Von: Itamar Heim [ih...@redhat.com]
Gesendet: Donnerstag, 1. November 2012 19:33
An: Simon Grinberg
Cc: Dennis Böck; users@oVirt.org
Betreff: Re: [Users] No spice connection - Remote-Viewer quits after a few 
seconds

On 11/01/2012 06:04 PM, Simon Grinberg wrote:
 Make sure your host is accessible and resolvable  from the client 
 machine Check the Spice ports are open on the host

and provide spice client side logs


 --
 --

 *From: *Dennis Böck den...@webdienstleistungen.com
 *To: *users@oVirt.org users@ovirt.org
 *Sent: *Thursday, November 1, 2012 5:32:25 PM
 *Subject: *[Users] No spice connection - Remote-Viewer quits after a
 fewseconds

 Dear oVirt-User-List,

 when I try to connect to a spice-VM by clicking the console-button
 in the user portal the Remote Viewer appears with the text
 Setting up spice session, but a few seconds later it just quits
 without an error message.

 Here are a few corresponding log-lines of engine.log:

 2012-10-31 16:21:39,041 INFO
 [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp--0.0.0.0-8009-9)
 [14c13c60] Running command: SetVmTicketCommand internal: false.
 Entities affected :  ID: cce2dc1a-a6d5-48b2-8fcc-52aa71d9016b Type: VM
 2012-10-31 16:21:39,046 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
 (ajp--0.0.0.0-8009-9) [14c13c60] START, SetVmTicketVDSCommand(vdsId
 = 277891b0-1cdc-11e2-b51a-002590533f86,
 vmId=cce2dc1a-a6d5-48b2-8fcc-52aa71d9016b, ticket=Yckfn2IndYcE,
 validTime=120,m userName=admin@internal
 mailto:userName=admin@internal,
 userId=fdfc627c-d875-11e0-90f0-83df133b58cc), log id: 64b13c0e
 2012-10-31 16:21:39,088 INFO
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
 (ajp--0.0.0.0-8009-9) [14c13c60] FINISH, SetVmTicketVDSCommand, log
 id: 64b13c0e
 2012-10-31 16:21:39,205 WARN
 [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
 (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
 (SSLEnabled) with null version, using default general for version
 2012-10-31 16:21:39,206 WARN
 [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
 (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
 (CipherSuite) with null version, using default general for version
 2012-10-31 16:21:39,207 WARN
 [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
 (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
 (EnableSpiceRootCertificateValidation) with null version, using
 default general for version
 

Re: [Users] oVirt Node keeps rebooting

2012-11-23 Thread Ayal Baron


- Original Message -
 vdsm.log is too big (14Mo)

Can you compress it? upload somewhere and paste link? without it, it will be 
pretty difficult to understand the problem.

 spm-lock.log is attached to the email
 
 $ lspci | grep -i ether
 00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network
 Connection (rev 05)
 03:00.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev
 10)
 
 
 
 
 
 
 2012/11/22 Ayal Baron  aba...@redhat.com 
 
 
 What type of NICs do you have? (It's a shot in the dark but I know
 there is an issue with bnx2x driver which causes random reboots
 which some users have hit).
 Can you attach full vdsm.log and spm-lock.log ?
 
 
 
 - Original Message -
  
  [2012-11-18 15:20:08] Protecting spm lock for vdsm pid 1343
  [2012-11-18 15:20:08] Trying to acquire lease -
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
  lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  id=1000 lease_time_ms
  =6 io_op_to_ms=1
  [2012-11-18 15:20:28] Lease acquired
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
  TS=1353270008160373
  [2012-11-18 15:20:28] Protecting spm lock for vdsm pid 1343
  [2012-11-18 15:20:28] Started renewal process (pid=1912) for
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  [2012-11-18 15:20:30] Stopping lease for pool:
  f0071c9b-cbe2-4555-9ae0-279031764a99 pgrps: -1912
  User defined signal 1
  [2012-11-18 15:20:30] releasing lease
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1000
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  [2012-11-18 15:20:33] Protecting spm lock for vdsm pid 1343
  [2012-11-18 15:20:33] Trying to acquire lease -
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
  lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  id=1 lease_time_ms=60
  000 io_op_to_ms=1
  [2012-11-18 15:20:53] Lease acquired
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
  TS=1353270033749998
  [2012-11-18 15:20:53] Protecting spm lock for vdsm pid 1343
  [2012-11-18 15:20:53] Started renewal process (pid=2072) for
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  [2012-11-18 16:19:09] Protecting spm lock for vdsm pid 1343
  [2012-11-18 16:19:09] Trying to acquire lease -
  spUUID=8862496a-f326-46cf-8085-7ff982f985da
  lease_file=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
  id=1 lease_
  time_ms=5000 io_op_to_ms=1000
  [2012-11-18 16:19:11] Lease acquired
  spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
  lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases,
  TS=1353273549413
  059
  [2012-11-18 16:19:11] Protecting spm lock for vdsm pid 1343
  [2012-11-18 16:19:11] Started renewal process (pid=25101) for
  spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
  lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md
  /leases
  [2012-11-18 16:19:13] Stopping lease for pool:
  8862496a-f326-46cf-8085-7ff982f985da pgrps: -25101
  User defined signal 1
  [2012-11-18 16:19:13] releasing lease
  spUUID=8862496a-f326-46cf-8085-7ff982f985da id=1
  lease_path=/rhev/data-center/mnt/10.10.0.200:_iso/8862496a-f326-46cf-8085-7ff982f985da/dom_md/leases
  [2012-11-18 18:51:27] Protecting spm lock for vdsm pid 1495
  [2012-11-18 18:51:27] Trying to acquire lease -
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
  lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  id=1 lease_time_ms=60
  000 io_op_to_ms=1
  [2012-11-18 18:53:47] Lease acquired
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,
  TS=1353282807712736
  [2012-11-18 18:53:47] Protecting spm lock for vdsm pid 1495
  [2012-11-18 18:53:47] Started renewal process (pid=2338) for
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  [2012-11-18 20:17:10] Protecting spm lock for vdsm pid 1492
  [2012-11-18 20:17:10] Trying to acquire lease -
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99
  lease_file=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases
  id=1 lease_time_ms=60
  000 io_op_to_ms=1
  [2012-11-18 20:19:30] Lease acquired
  spUUID=f0071c9b-cbe2-4555-9ae0-279031764a99 id=1
  lease_path=/rhev/data-center/mnt/_ovirt/f0071c9b-cbe2-4555-9ae0-279031764a99/dom_md/leases,