Users
Threads by month
- ----- 2025 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
July 2012
- 79 participants
- 104 discussions
Good Day,
I am using Ovirt version 3.1 and I can't seem to get a network
connection in any of the VMs. I tried to setup a network etc but it doesn't
show the option when I try to configure the adapter. Is there something I
am missing? Thanks!
--
Jonathan H Cox
2
1
07 Jul '12
On Fri, Jul 06, 2012 at 02:48:55PM -0500, Trey Dockendorf wrote:
> On Thu, Jun 21, 2012 at 5:31 AM, Dan Kenigsberg <danken(a)redhat.com> wrote:
> > On Wed, Jun 20, 2012 at 05:58:57AM +0300, Dan Kenigsberg wrote:
> >> On Tue, Jun 19, 2012 at 02:43:14PM -0500, Trey Dockendorf wrote:
> >> > On Tue, Jun 19, 2012 at 1:40 PM, Dan Kenigsberg <danken(a)redhat.com> wrote:
> >> > > On Tue, Jun 19, 2012 at 12:08:09PM -0400, Ofer Schreiber wrote:
> >> > >> Just checked this issue with latest ovirt-engine on F17 (with vdsm 4.10), and didn't encounter this issue at all.
> >> > >>
> >> > >> Danken - any idea why?
> >> > >
> >> > > Hey! I was the one soliciting ideas on how come this issue was not seen
> >> > > until Trey bumped on it. ;-)
> >> > >
> >> > > Maybe, just maybe, you host sees BOTH 4.10 and 4.9 ?
> >> > >
> >> > > what does the following print on your python interpreter?
> >> > >
> >> > > import yum
> >> > > my = yum.YumBase()
> >> > > my.pkgSack.searchNevra(name='rpm')
> >> > >
> >> >
> >> > >From the python , you want to output of name='rpm' or name='vdsm' ? I
> >> > figured the later but included both
> >>
> >> arghh s/rpm/vdsm/
> >>
> >> Actually, this question was directed at Ofer. I was wodering how come
> >> the untouched code was working in his environment.
> >
> > For the record - we've tested this on Ofer's machine and found an old
> > yum repo with vdsm-4.9.3 or something, which hidden this bug from many
> > of us red-hatters.
> >
> > Thanks for reporting! The fix would be available in the next beta build.
>
> I've updated VDSM to 4.10.0-4 and now have run into a new, yet related issue.
>
> When the method yumSearchVersion is run, it fails with this error in
> the vds_installer log
>
>
> # cat vds_bootstrap.326741.log
> Fri, 06 Jul 2012 14:15:04 DEBUG **** Start VDS Validation ****
> Fri, 06 Jul 2012 14:15:04 DEBUG Entered VdsValidation(subject =
> '128.194.76.172', random_num = '8fe3c810-65bd-41e8-ae66-d4ea20fb71cb',
> rev_num = 'None', installVirtualizationService = 'True',
> installGlusterService = 'False')
> Fri, 06 Jul 2012 14:15:04 DEBUG Setting up Package Sacks
> Fri, 06 Jul 2012 14:15:04 DEBUG Host properly registered with RHN/Satellite.
> Fri, 06 Jul 2012 14:15:04 DEBUG <BSTRAP
> component='RHN_REGISTRATION' status='OK' message='Host properly
> registered with RHN/Satellite.'/>
> Fri, 06 Jul 2012 14:15:04 ERROR checkMajorVersion: Error searching
> for VDSM version!
> Traceback (most recent call last):
> File "/tmp/vds_bootstrap_8fe3c810-65bd-41e8-ae66-d4ea20fb71cb.py",
> line 250, in checkMajorVersion
> rc = deployUtil.yumSearchVersion(VDSM_NAME, VDSM_MIN_VER)
> File "/tmp/deployUtil.py", line 1049, in yumSearchVersion
> if rpmUtils.miscutils.compareVerOnly(pkg.ver, ver) >= 0:
> AttributeError: 'module' object has no attribute 'compareVerOnly'
> Fri, 06 Jul 2012 14:15:04 ERROR Unable to fetch VDSM with minimal
> version of 4.9. Please check if host is properly registered with
> updated yum repository
> Fri, 06 Jul 2012 14:15:04 DEBUG <BSTRAP component='VDSM_MAJOR_VER'
> status='FAIL' message='Unable to fetch VDSM with minimal version of
> 4.9. Please check if host is properly registered with updated yum
> repository'/>
> Fri, 06 Jul 2012 14:15:04 ERROR checkMajorVersion test failed
> Fri, 06 Jul 2012 14:15:04 DEBUG <BSTRAP component='RHEV_INSTALL'
> status='FAIL'/>
> Fri, 06 Jul 2012 14:15:04 DEBUG **** End VDS Validation ****
>
>
> Some research on rpmUtils.miscutils.compareVerOnly shows that it
> doesn't exist in yum-3.2.29 which is the latest in EL6 (CentOS 6.2).
> The only API documentation I found with that is yum-3.4.3.
>
> That being said, is this one of those cases where a patch is necessary
> to allow this code to work outside Fedora ? I believe a workaround
> exists in Dreyou's repo with a patch such as this
Trey, thank you very much about this report.
I was not aware that I've been using a non-el6 API in my code. That's
bad of me since we *should* support both latest Fedora and latest el6.
Thanks for the following patch, too.
Dreyou, would it be impolite of me if I ask you (and everyone who cares
about ovirt) to send patches like this to upstream first?
I am not sure that everything in http://www1.dreyou.org/ovirt/vdsm.patch
is ready for general consumption, but I'm very eager to extend our coverage.
Patches are really welcome.
>
> diff --git a/vdsm_reg/deployUtil.py.in b/vdsm_reg/deployUtil.py.in
> index 6bd4b3d..7dc049e 100644
> --- a/vdsm_reg/deployUtil.py.in
> +++ b/vdsm_reg/deployUtil.py.in
> @@ -1046,7 +1046,8 @@ def yumSearchVersion(pkgName, ver):
> import rpmUtils.miscutils
>
> for pkg in yumListPackages(pkgName):
> - if rpmUtils.miscutils.compareVerOnly(pkg.ver, ver) >= 0:
> +# if rpmUtils.miscutils.compareVerOnly(pkg.ver, ver) >= 0:
> + if rpmUtils.miscutils.compareEVR(('', pkg.ver, ''), ('', ver,
> '')) >= 0:
> return True
> else:
> return False
>
>
>
> Thanks
> - Trey
1
0
I wrote a basic how to for using glusterfs under oVirt. If you have any
questions or you find mistakes please let me know.
Thanks
Robert
http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using…
4
13
I have a Promise M300i iSCSI with 2 LUNs. A 2TB LUN with ID
2260-0001-557c-af0a and a 4TB LUN with ID 22d9-0001-553e-4d6a.
What's strange, is the very first time I ran discovery I saw both
LUNs. I checked the 2TB LUN and storage failed to add, I don't have
logs at this time, but I went back to repeat the process and now only
1 LUN shows in the GUI (see attached image). Also the size it reports
is way off.
Looking at VDSM logs, I get this output when doing the login to a target
{'devList':
[
{'vendorID': 'Promise',
'capacity': '2188028149760',
'fwrev': '0227',
'partitioned': False,
'vgUUID': 'AZ1iMt-gzBD-2uug-xTih-1z0b-PqPy-xSP0A4',
'pathlist': [
{
'initiatorname': 'default',
'connection': '192.168.203.100',
'iqn': 'iqn.1994-12.com.promise.xxx',
'portal': '1',
'password': '******',
'port': '3260'
}
],
'logicalblocksize': '512',
'pathstatus': [
{
'physdev': 'sde',
'type': 'iSCSI',
'state': 'active',
'lun': '0'
}
],
'devtype': 'iSCSI',
'physicalblocksize': '512',
'pvUUID': 'v2N3ok-wrki-OQQn-1XFL-w69n-8wAF-rmCFWt',
'serial': 'SPromise_VTrak_M300i_000000000000000000000000F08989F89FFF6C42',
'GUID': '222600001557caf0a',
'productID': 'VTrak M300i'
},
{
'vendorID': 'Promise',
'capacity': '20246190096384',
'fwrev': '0227',
'partitioned': False,
'vgUUID': '',
'pathlist': [
{
'initiatorname': 'default',
'connection': '192.168.203.100',
'iqn': 'iqn.1994-12.com.promise.xxx',
'portal': '1',
'password': '******',
'port': '3260'
}
],
'logicalblocksize': '2048',
'pathstatus': [
{
'physdev': 'sdf',
'type': 'iSCSI',
'state': 'active',
'lun': '1'
}
],
'devtype': 'iSCSI',
'physicalblocksize': '2048',
'pvUUID': '',
'serial': 'SPromise_VTrak_M300i_000000000000000000000000DA3FF8D8099662D7',
'GUID': '222d90001553e4d6a',
'productID': 'VTrak M300i'
}
]
}
In that output both LUNs are seen. I couldn't tell from the code what
format the "capacity" is in, but now the interface shows only the LUN
with the "4d6a" GUID as being 18TB.
I've attached the VDSM Logs from the point of selecting my datacenter
to after clicking "Login". Any suggestions?
node - vdsm-4.10.0-2.el6.x86_64
Thanks
- Trey
2
2
I know there are a few things that don't work under oVirt on EL6 but
there are unofficial builds out there and they seem to work pretty well.
What is the major stopper from getting EL6 builds? Is it just a mater
of getting patches submitted for building the spec files? Is there a
need for EL 6 based slaves? Is there a concern about the features that
don't work like Live Migration?
I guess a good starting point is to build a todo list of what has to be
done.
Thanks
Robert
3
3
Hi,
Is it possible to create some sort of virtual desktop for teaching/vpn
purposes where we can use ldap for login credential for every virtual
desktop?
--
Regards,
Umarzuki Mochlis
http://debmal.my
2
1
Hi everyone,
At the team meeting today Jason Clift suggested that it would be great
to have some screencasts for the 3.1 release. I agree. So let's see if
we can make some!
To spread the load as much as possible, here's what I propose:
1. We come up with a set (5-10) of demo stories we want to tell in the
wiki. These should contain:
* The feature we want to demo
* The "before recording" set-up that needs to be done
* The steps to demo the feature
* A quick script that someone can follow to explain what they're doing.
I'd like a few of these scripts to be for existing oVirt features (say,
migrating a VM to a different node) and a few to be for features which
are new in 3.1 (see the release notes at
http://ovirt.org/wiki/Release_Notes_Draft for details there, we should
pick one or two nice visible features like all-in-one install).
2. From the scripts, we record the demos as .ogv using RecordMyDesktop
or GNOME Shell's built-in desktop recording
3. Finally, we do voice-overs to add a sound track to the demo (and if
we have any skilled sound engineers, some tasteful CC licenced
background music would be great!)
This way, we've broken down the creation of 5 screencasts into 15
different byte-sized tasks - script, video, voiceover - none of which
should take someone more that 20 minutes or half an hour - which
hopefully will make it easier to get them done together.
How does this plan sound?
If it sounds good, which features do you think we should screencast as
top priority?
Thanks!
Dave.
--
Dave Neary
Community Action and Impact
Open Source and Standards Team, Red Hat
Phone: +33 9 50 71 55 62
3
5
Hi everyone,
That is a grand subject for my first "proper" email to the Users list,
and it definitely needs some context! So let me introduce myself.
My name is Dave Neary, and I recently started working for a group which
is being formed inside Red Hat called OSAS (open source and standards).
The role of my group is to help make any open source projects that Red
Hat works in successful, and I would really like to help take oVirt to
the next level in terms of adoption and contribution.
One of the things I'm still figuring out is what the natural audience
for oVirt is, and what you all like about oVirt, and would like to see
improved. Based on that, I would like to propose areas we as a community
can concentrate on related to the product, the website, and our
marketing and promotion, but the first step is still to get a better
idea what the target audience for oVirt is, and should be.
So - how are you using oVirt? Why did you choose it over alternatives?
What do you like about it? and what would you like to see change,
whether that is in terms of technical, process, or marketing changes?
I'm here to help, but to do so I need your help first!
Please feel free to reply to me on-list (if you'd like to start
discussion) or off-list (if you'd like your feedback to be more
discrete). Any feedback at all will be helpful.
Thank you very much - I look forward to hearing from as many of you as
possible.
Regards,
Dave.
PS. I'm still figuring out proper mailing list etiquette for this
project - I've added board@ and arch@ to CC since I expect our work to
have project-wide consequences, but it's more to keep people informed at
this point. Please let me know off-list if I'm doing something I shouldn't!
--
Dave Neary
Community Action and Impact
Open Source and Standards Team, Red Hat
Phone: +33 9 50 71 55 62
8
19
Due to some critical issues that are still outstanding, we've decided to
delay the release of oVirt 3.1 by about 2 weeks. We are now targeting
2012-07-25 for the release.
For details on the issues currently blocking the release, please see the
bugs listed here[1].
Thanks
The oVirt Team
https://bugzilla.redhat.com/showdependencytree.cgi?id=822145&hide_resolved=1
1
0
Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.txt
Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.log.html
=========================
#ovirt: ovirt weekly sync
=========================
Meeting started by mburns at 14:00:49 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-07-05-14.00.log.html
.
Meeting summary
---------------
* roll call and agenda (mburns, 14:01:10)
* Release Status (mburns, 14:06:00)
* Current release date is July 9th (oschreib, 14:08:37)
* 9 blocker currently for 3.1 release, 5 ON_QA, 2 MODIFIED and 2 POST
(oschreib, 14:09:11)
* LINK:
https://bugzilla.redhat.com/showdependencytree.cgi?id=822145&hide_resolved=1
(oschreib, 14:09:16)
* Blockers review (oschreib, 14:11:00)
* vdsmd init script times out due to lengthy semanage operation (vdsm,
POST) (oschreib, 14:11:16)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832199
(oschreib, 14:11:24)
* new patch should be reviewed soon (oschreib, 14:14:59)
* 3.1: sshd daemon is not starting correctly after complete the
installation of oVirt Node (ovirt-node, MODIFIED) (oschreib,
14:15:46)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832517
(oschreib, 14:15:53)
* verification blocks on BZ#837443 (oschreib, 14:17:41)
* ovirt-node fails to register with ovirt-engine (vdsm, POST)
(oschreib, 14:18:52)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=837443
(oschreib, 14:18:57)
* patch in review (oschreib, 14:21:24)
* 3.1: iptables blocking communication between node and engine
(ovirt-node, MODIFIED) (oschreib, 14:21:56)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=832539
(oschreib, 14:22:06)
* blocks on BZ 837443 as well (oschreib, 14:24:48)
* AGREED: release date will slip to 25 July (mburns, 14:34:46)
* Workshops and Conferences (mburns, 14:36:02)
* next workshop is August 28 in San Diego (mburns, 14:36:57)
* release announcements (mburns, 14:42:14)
* oschreib mburns to work with jbrooks to coordinate release
announcements (mburns, 14:42:53)
* ACTION: jclift and/or dneary to recruit RobertM to do feature
screencasts (mburns, 14:46:22)
Meeting ended at 14:48:44 UTC.
Action Items
------------
* jclift and/or dneary to recruit RobertM to do feature screencasts
Action Items, by person
-----------------------
* dneary
* jclift and/or dneary to recruit RobertM to do feature screencasts
* jclift
* jclift and/or dneary to recruit RobertM to do feature screencasts
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* oschreib (59)
* mburns (54)
* dneary (21)
* dougsland (15)
* jclift (14)
* ovirtbot (5)
* ilvovsky (4)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
1
0
05 Jul '12
Hi everyone,
I created a Desktop VM1 with all default settings and added a 2G Disk
to the VM1 in WebAdmin.
But when I run the vm, it returns failure with the follow error
message in WebAdmin.
"VM VM1 is down. Exit message: Unable to create cgroup for VM1"
My DateCenter contains one host(with OS is CentOS 6, VDSM version is
4.9.6 and libvirt version is 0.9.4) and one NFS domain.
And The cgroup Directory have already exits on the host.
But why cannot I run the VM1?
There are some error message in VDSM log
--------
File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2087, in createXML
if ret is None: raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: Unable to create cgroup for VM1: No such file or directory
----------
There are some error message in libvirt log
---------
error : virNetClientProgramDispatchError:170 : Unable to create cgroup
for VM1: No such file or directory"
---------
There are log files in attachment
Best wishes,
Xuejie Chen
4
8
Hi Folks,
I was trying to remove networks from the Cluster and
Data-Center using the python bindings for ovirt. I could remove the network
from the cluster but it fails to remove the network from the datacenter
quitting with the below mentioned traceback :
* Traceback (most recent call last):*
* File "netdel.py", line 25, in <module>*
* Netwk.delete()*
* File
"/usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/brokers.py",
line 1889, in delete*
* headers={'Content-type':None})*
* File
"/usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py",
line 36, in delete*
* return self.request('DELETE', url, body, headers)*
* File
"/usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py",
line 52, in request*
* conn=self.getConnectionsPool().getConnection())*
* File
"/usr/lib/python2.6/site-packages/ovirt_engine_sdk-1.5_SNAPSHOT-py2.6.egg/ovirtsdk/infrastructure/proxy.py",
line 62, in __doRequest*
* raise RequestError, response*
*ovirtsdk.infrastructure.errors.RequestError:*
*status: 400*
*reason: Bad Request*
*detail: [Cannot remove Network. Network is being used by at least one
Cluster.]*
However, I am able to remove it when I try from the Manager UI. Below is
the code I used to test.I am not able to figure-out if it is a know bug or
a logical fault on my side somewhere ? [All the VMs are shutdown and no VM
is attached to network that I am deleting.]
*from ovirtsdk.api import API*
*from ovirtsdk.xml import params*
*
*
*
*
*ovirt_uri = "http://ovirtserver.xyz.com:8080/api"*
*ovirt_username = "admin@internal"*
*ovirt_password = "*********"*
*
*
*ovirtAPI = API(url=ovirt_uri, username=ovirt_username,
password=ovirt_password)*
*
*
*
*
*## removing the network from the cluster.*
*Netw=ovirtAPI.clusters.get("Default").networks.get("testnet58")*
*print Netw.name + ":" + Netw.id*
*Netw.delete()*
*
*
*## removing the network from the Datacenter.*
*Netwk=ovirtAPI.networks.get("testnet58")*
*print Netwk.name + ":" + Netwk.id*
*Netwk.delete()*
--
Regards,
Rahul
=======================================================
2
1
This is a multi-part message in MIME format.
------=_NextPart_000_0168_01CD52FB.847B6280
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0169_01CD52FB.847B6280"
------=_NextPart_001_0169_01CD52FB.847B6280
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hi.
I use ovirt 3.1 and gluster storage.
I added the two servers in a cluster.
And faced with the problem of their joint work with gluster storage.
Storage not initialized, although on one server working successfully with
gluster storage.
Vdsm log an attachment
(vdsm-6.log - node -1)
(vdsm-7.log - node -2)
------=_NextPart_001_0169_01CD52FB.847B6280
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered =
medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0cm;
margin-right:0cm;
margin-bottom:0cm;
margin-left:36.0pt;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:2.0cm 42.5pt 2.0cm 3.0cm;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:1684743419;
mso-list-type:hybrid;
mso-list-template-ids:-1054305662 68747281 68747289 68747291 68747279 =
68747289 68747291 68747279 68747289 68747291;}
@list l0:level1
{mso-level-text:"%1\)";
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
@list l0:level2
{mso-level-number-format:alpha-lower;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-18.0pt;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DRU link=3Dblue =
vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span =
lang=3DEN-US>Hi.<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>I use ovirt 3.1 and gluster =
storage.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>I =
added the two servers in a cluster. <o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>And faced with the problem of their =
joint work with gluster storage.<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>Storage not initialized, although =
on one server working successfully with gluster =
storage.<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>Vdsm log an attachment<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>(vdsm-6.log – node =
-1)<o:p></o:p></span></p><p class=3DMsoNormal><span =
lang=3DEN-US>(vdsm-7.log – node -2)<o:p></o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span =
lang=3DEN-US><o:p> </o:p></span></p></div></body></html>
------=_NextPart_001_0169_01CD52FB.847B6280--
------=_NextPart_000_0168_01CD52FB.847B6280
Content-Type: application/octet-stream;
name="vdsm-6.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="vdsm-6.log"
Thread-8671::DEBUG::2012-06-25 =
09:24:03,006::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,007::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,007::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,007::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8671::INFO::2012-06-25 =
09:24:03,007::logUtils::39::dispatcher::(wrapper) Run and protect: =
disconnectStorageServer, Return response: {'statuslist': [{'status': 0, =
'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,008::task::1172::TaskManager.Task::(prepare) =
Task=3D`9deb4a7d-e8b8-4dcb-afa1-a1c35e3824b1`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,008::task::588::TaskManager.Task::(_updateState) =
Task=3D`9deb4a7d-e8b8-4dcb-afa1-a1c35e3824b1`::moving from state =
preparing -> state finished=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,008::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,008::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8671::DEBUG::2012-06-25 =
09:24:03,008::task::978::TaskManager.Task::(_decref) =
Task=3D`9deb4a7d-e8b8-4dcb-afa1-a1c35e3824b1`::ref 0 aborting False=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,288::BindingXMLRPC::872::vds::(wrapper) client =
[10.1.20.2]::call getCapabilities with () {} flowID [6d830226]=0A=
Thread-8672::ERROR::2012-06-25 =
09:24:42,332::caps::294::root::(kernelDict) kernel release not found=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/caps.py", line 292, in kernelDict=0A=
strip().split('-', 1)=0A=
ValueError: need more than 1 value to unpack=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,333::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-kvm' (cwd =
None)=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,362::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,363::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-img' (cwd =
None)=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,391::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,391::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" vdsm' (cwd None)=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,417::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,417::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" spice-server' =
(cwd None)=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,443::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,444::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" libvirt' (cwd =
None)=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,470::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8672::DEBUG::2012-06-25 =
09:24:42,472::BindingXMLRPC::879::vds::(wrapper) return getCapabilities =
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory': =
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:611daaf46d7e'}], =
'FC': []}, 'packages2': {'kernel': {'release': '0', 'buildtime': =
1340368826.0, 'version': '0'}, 'spice-server': {'release': '5.el6', =
'buildtime': '1323492018', 'version': '0.8.2'}, 'vdsm': {'release': =
'0.58.gita6f4929.el6', 'buildtime': '1340188618', 'version': '4.10.0'}, =
'qemu-kvm': {'release': '2.209.el6_2.4', 'buildtime': '1327361568', =
'version': '0.12.1.2'}, 'libvirt': {'release': '23.el6', 'buildtime': =
'1323231757', 'version': '0.9.4'}, 'qemu-img': {'release': =
'2.209.el6_2.4', 'buildtime': '1327361568', 'version': '0.12.1.2'}}, =
'cpuModel': 'Intel(R) Xeon(R) CPU 5140 @ 2.33GHz', 'hooks': =
{}, 'vmTypes': ['kvm'], 'supportedProtocols': ['2.2', '2.3'], =
'networks': {'ovirtmgmt': {'addr': '10.1.20.7', 'cfg': {'IPV6_AUTOCONF': =
'yes', 'IPV6INIT': 'yes', 'SKIPLIBVIRT': 'True', 'DELAY': '0', =
'NM_CONTROLLED': 'yes', 'BOOTPROTO': 'dhcp', 'DEVICE': 'ovirtmgmt', =
'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'255.255.255.0', 'stp': 'off', 'bridged': True, 'gateway': '10.1.20.1', =
'ports': ['eth0.20']}, 'vlan58': {'addr': '', 'cfg': {'DELAY': '0', =
'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': 'vlan58', 'TYPE': 'Bridge', =
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': =
True, 'gateway': '0.0.0.0', 'ports': ['eth0.58']}, 'vlan56': {'addr': =
'', 'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan56', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.56']}, 'vlan57': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan57', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.57']}, 'vlan54': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan54', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.54']}, 'vlan55': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan55', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.55']}, 'vm53': {'addr': '', 'cfg': =
{}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.53']}}, 'uuid': =
'068FD200-06AF-7318-06AF-73180A8F5201_00:1c:c4:74:94:f0', =
'lastClientIface': 'ovirtmgmt', 'nics': {'eth1': {'hwaddr': =
'00:1c:c4:74:94:f1', 'netmask': '', 'speed': 0, 'addr': '', 'mtu': =
'1500'}, 'eth0': {'hwaddr': '00:1c:c4:74:94:f0', 'netmask': '', 'speed': =
1000, 'addr': '', 'mtu': '1500'}}, 'software_revision': '0.58', =
'management_ip': '', 'clusterLevels': ['3.0', '3.1'], 'cpuFlags': =
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36=
,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_t=
sc,arch_perfmon,pebs,bts,rep_good,nopl,aperfmperf,pni,dtes64,monitor,ds_c=
pl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,lahf_lm,dts,tpr_shadow,model_Conr=
oe', 'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:611daaf46d7e', =
'netConfigDirty': 'False', 'memSize': '16080', 'reservedMem': '321', =
'bondings': {'bond4': {'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': =
'', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond0': {'addr': '', =
'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr': =
'00:00:00:00:00:00'}, 'bond1': {'addr': '', 'cfg': {}, 'mtu': '1500', =
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond2': =
{'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], =
'hwaddr': '00:00:00:00:00:00'}, 'bond3': {'addr': '', 'cfg': {}, 'mtu': =
'1500', 'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}}, =
'software_version': '4.10', 'cpuSpeed': '2327.646', 'cpuSockets': '1', =
'vlans': {'eth0.58': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.57': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.56': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.55': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.54': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.53': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.20': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}}, 'cpuCores': '2', 'kvmEnabled': 'true', 'guestOverhead': '65', =
'supportedRHEVMs': ['3.0', '3.1'], 'version_name': 'Snow Man', =
'emulatedMachines': [u'rhel6.2.0', u'pc', u'rhel6.1.0', u'rhel6.0.0', =
u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0'], 'operatingSystem': =
{'release': '1.1', 'version': '6.2', 'name': 'oVirt Node'}, =
'lastClient': '10.1.20.2'}}=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,064::BindingXMLRPC::872::vds::(wrapper) client =
[10.1.20.2]::call getCapabilities with () {}=0A=
Thread-8673::ERROR::2012-06-25 =
09:24:43,096::caps::294::root::(kernelDict) kernel release not found=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/caps.py", line 292, in kernelDict=0A=
strip().split('-', 1)=0A=
ValueError: need more than 1 value to unpack=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,098::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-kvm' (cwd =
None)=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,126::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,126::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-img' (cwd =
None)=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,154::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,155::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" vdsm' (cwd None)=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,180::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,181::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" spice-server' =
(cwd None)=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,207::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,207::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" libvirt' (cwd =
None)=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,234::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8673::DEBUG::2012-06-25 =
09:24:43,235::BindingXMLRPC::879::vds::(wrapper) return getCapabilities =
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory': =
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:611daaf46d7e'}], =
'FC': []}, 'packages2': {'kernel': {'release': '0', 'buildtime': =
1340368826.0, 'version': '0'}, 'spice-server': {'release': '5.el6', =
'buildtime': '1323492018', 'version': '0.8.2'}, 'vdsm': {'release': =
'0.58.gita6f4929.el6', 'buildtime': '1340188618', 'version': '4.10.0'}, =
'qemu-kvm': {'release': '2.209.el6_2.4', 'buildtime': '1327361568', =
'version': '0.12.1.2'}, 'libvirt': {'release': '23.el6', 'buildtime': =
'1323231757', 'version': '0.9.4'}, 'qemu-img': {'release': =
'2.209.el6_2.4', 'buildtime': '1327361568', 'version': '0.12.1.2'}}, =
'cpuModel': 'Intel(R) Xeon(R) CPU 5140 @ 2.33GHz', 'hooks': =
{}, 'vmTypes': ['kvm'], 'supportedProtocols': ['2.2', '2.3'], =
'networks': {'ovirtmgmt': {'addr': '10.1.20.7', 'cfg': {'IPV6_AUTOCONF': =
'yes', 'IPV6INIT': 'yes', 'SKIPLIBVIRT': 'True', 'DELAY': '0', =
'NM_CONTROLLED': 'yes', 'BOOTPROTO': 'dhcp', 'DEVICE': 'ovirtmgmt', =
'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'255.255.255.0', 'stp': 'off', 'bridged': True, 'gateway': '10.1.20.1', =
'ports': ['eth0.20']}, 'vlan58': {'addr': '', 'cfg': {'DELAY': '0', =
'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': 'vlan58', 'TYPE': 'Bridge', =
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': =
True, 'gateway': '0.0.0.0', 'ports': ['eth0.58']}, 'vlan56': {'addr': =
'', 'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan56', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.56']}, 'vlan57': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan57', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.57']}, 'vlan54': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan54', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.54']}, 'vlan55': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan55', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.55']}, 'vm53': {'addr': '', 'cfg': =
{}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.53']}}, 'uuid': =
'068FD200-06AF-7318-06AF-73180A8F5201_00:1c:c4:74:94:f0', =
'lastClientIface': 'ovirtmgmt', 'nics': {'eth1': {'hwaddr': =
'00:1c:c4:74:94:f1', 'netmask': '', 'speed': 0, 'addr': '', 'mtu': =
'1500'}, 'eth0': {'hwaddr': '00:1c:c4:74:94:f0', 'netmask': '', 'speed': =
1000, 'addr': '', 'mtu': '1500'}}, 'software_revision': '0.58', =
'management_ip': '', 'clusterLevels': ['3.0', '3.1'], 'cpuFlags': =
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36=
,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_t=
sc,arch_perfmon,pebs,bts,rep_good,nopl,aperfmperf,pni,dtes64,monitor,ds_c=
pl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,lahf_lm,dts,tpr_shadow,model_Conr=
oe', 'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:611daaf46d7e', =
'netConfigDirty': 'False', 'memSize': '16080', 'reservedMem': '321', =
'bondings': {'bond4': {'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': =
'', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond0': {'addr': '', =
'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr': =
'00:00:00:00:00:00'}, 'bond1': {'addr': '', 'cfg': {}, 'mtu': '1500', =
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond2': =
{'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], =
'hwaddr': '00:00:00:00:00:00'}, 'bond3': {'addr': '', 'cfg': {}, 'mtu': =
'1500', 'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}}, =
'software_version': '4.10', 'cpuSpeed': '2327.646', 'cpuSockets': '1', =
'vlans': {'eth0.58': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.57': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.56': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.55': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.54': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.53': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.20': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}}, 'cpuCores': '2', 'kvmEnabled': 'true', 'guestOverhead': '65', =
'supportedRHEVMs': ['3.0', '3.1'], 'version_name': 'Snow Man', =
'emulatedMachines': [u'rhel6.2.0', u'pc', u'rhel6.1.0', u'rhel6.0.0', =
u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0'], 'operatingSystem': =
{'release': '1.1', 'version': '6.2', 'name': 'oVirt Node'}, =
'lastClient': '10.1.20.2'}}=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,375::task::588::TaskManager.Task::(_updateState) =
Task=3D`26f01c08-7ae8-4d06-b635-f68751d162d4`::moving from state init -> =
state preparing=0A=
Thread-8676::INFO::2012-06-25 =
09:24:47,375::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8676::INFO::2012-06-25 =
09:24:47,375::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,375::task::1172::TaskManager.Task::(prepare) =
Task=3D`26f01c08-7ae8-4d06-b635-f68751d162d4`::finished: {}=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,376::task::588::TaskManager.Task::(_updateState) =
Task=3D`26f01c08-7ae8-4d06-b635-f68751d162d4`::moving from state =
preparing -> state finished=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,376::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,376::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8676::DEBUG::2012-06-25 =
09:24:47,376::task::978::TaskManager.Task::(_decref) =
Task=3D`26f01c08-7ae8-4d06-b635-f68751d162d4`::ref 0 aborting False=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,688::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,688::task::588::TaskManager.Task::(_updateState) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::moving from state init -> =
state preparing=0A=
Thread-8680::INFO::2012-06-25 =
09:24:52,688::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8680::ERROR::2012-06-25 =
09:24:52,688::task::853::TaskManager.Task::(_setError) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,689::task::872::TaskManager.Task::(_run) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::Task._run: =
3d62414c-5ca5-4756-8dd2-a20500d84297 =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,689::task::1199::TaskManager.Task::(stop) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::stopping in state =
preparing (force False)=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,689::task::978::TaskManager.Task::(_decref) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::ref 1 aborting True=0A=
Thread-8680::INFO::2012-06-25 =
09:24:52,689::task::1157::TaskManager.Task::(prepare) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::task::1162::TaskManager.Task::(prepare) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::task::978::TaskManager.Task::(_decref) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::ref 0 aborting True=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::task::913::TaskManager.Task::(_doAbort) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::Task._doAbort: force False=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::task::588::TaskManager.Task::(_updateState) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::moving from state =
preparing -> state aborting=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,690::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::_aborting: recover policy =
none=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,691::task::588::TaskManager.Task::(_updateState) =
Task=3D`3d62414c-5ca5-4756-8dd2-a20500d84297`::moving from state =
aborting -> state failed=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,691::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8680::DEBUG::2012-06-25 =
09:24:52,691::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8680::ERROR::2012-06-25 =
09:24:52,691::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,715::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,715::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::moving from state init -> =
state preparing=0A=
Thread-8681::INFO::2012-06-25 =
09:24:52,715::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D1, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,716::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`450c350a=
-8d7e-4c7c-880d-47c6ee311088`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,716::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,716::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,716::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`450c350a=
-8d7e-4c7c-880d-47c6ee311088`::Granted request=0A=
Thread-8681::INFO::2012-06-25 =
09:24:52,717::sp::625::Storage.StoragePool::(connect) Connect host #1 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,717::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,717::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,718::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,718::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,718::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,718::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,719::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,719::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,719::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,719::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,719::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,738::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,739::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,903::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,953::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,954::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,954::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,954::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,954::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,954::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,955::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,955::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,955::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:52,957::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000c50001770ea3%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,139::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-8681::WARNING::2012-06-25 =
09:24:53,140::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,141::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,146::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,146::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,146::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,146::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8681::ERROR::2012-06-25 =
09:24:53,147::task::853::TaskManager.Task::(_setError) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 817, in connectStoragePool=0A=
return self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID, =
masterVersion, options)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 859, in _connectStoragePool=0A=
res =3D pool.connect(hostID, scsiKey, msdUUID, masterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 641, in connect=0A=
self.__rebuild(msdUUID=3DmsdUUID, masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1109, in __rebuild=0A=
self.masterDomain =3D self.getMasterDomain(msdUUID=3DmsdUUID, =
masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1448, in getMasterDomain=0A=
raise se.StoragePoolMasterNotFound(self.spUUID, msdUUID)=0A=
StoragePoolMasterNotFound: Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,147::task::872::TaskManager.Task::(_run) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::Task._run: =
dc2d8320-daee-4944-bc30-3f0dbfdab5e6 =
('b1c7875a-964d-4633-8ea4-2b191d68c105', 1, =
'b1c7875a-964d-4633-8ea4-2b191d68c105', =
'68aa0dc2-9cd1-4549-8008-30b1bae667db', 1) {} failed - stopping task=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,147::task::1199::TaskManager.Task::(stop) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::stopping in state =
preparing (force False)=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,148::task::978::TaskManager.Task::(_decref) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::ref 1 aborting True=0A=
Thread-8681::INFO::2012-06-25 =
09:24:53,148::task::1157::TaskManager.Task::(prepare) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::aborting: Task is =
aborted: 'Cannot find master domain' - code 304=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,148::task::1162::TaskManager.Task::(prepare) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::Prepare: aborted: Cannot =
find master domain=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,148::task::978::TaskManager.Task::(_decref) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::ref 0 aborting True=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,148::task::913::TaskManager.Task::(_doAbort) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::Task._doAbort: force False=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::moving from state =
preparing -> state aborting=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::_aborting: recover policy =
none=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc2d8320-daee-4944-bc30-3f0dbfdab5e6`::moving from state =
aborting -> state failed=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8681::DEBUG::2012-06-25 =
09:24:53,149::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8681::ERROR::2012-06-25 =
09:24:53,150::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'", 'code': 304}}=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,471::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c4d18a9-ff1b-47cb-8559-d728a9bac4ef`::moving from state init -> =
state preparing=0A=
Thread-8692::INFO::2012-06-25 =
09:24:57,472::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8692::INFO::2012-06-25 =
09:24:57,472::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,472::task::1172::TaskManager.Task::(prepare) =
Task=3D`3c4d18a9-ff1b-47cb-8559-d728a9bac4ef`::finished: {}=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,472::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c4d18a9-ff1b-47cb-8559-d728a9bac4ef`::moving from state =
preparing -> state finished=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,472::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,473::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8692::DEBUG::2012-06-25 =
09:24:57,473::task::978::TaskManager.Task::(_decref) =
Task=3D`3c4d18a9-ff1b-47cb-8559-d728a9bac4ef`::ref 0 aborting False=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,724::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,725::task::588::TaskManager.Task::(_updateState) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::moving from state init -> =
state preparing=0A=
Thread-8697::INFO::2012-06-25 =
09:25:03,725::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8697::ERROR::2012-06-25 =
09:25:03,725::task::853::TaskManager.Task::(_setError) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,726::task::872::TaskManager.Task::(_run) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::Task._run: =
4e482fdc-f5a1-46d4-971d-012704cbceb9 =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,726::task::1199::TaskManager.Task::(stop) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::stopping in state =
preparing (force False)=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,726::task::978::TaskManager.Task::(_decref) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::ref 1 aborting True=0A=
Thread-8697::INFO::2012-06-25 =
09:25:03,726::task::1157::TaskManager.Task::(prepare) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,726::task::1162::TaskManager.Task::(prepare) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,726::task::978::TaskManager.Task::(_decref) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::ref 0 aborting True=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::task::913::TaskManager.Task::(_doAbort) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::Task._doAbort: force False=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::task::588::TaskManager.Task::(_updateState) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::moving from state =
preparing -> state aborting=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::_aborting: recover policy =
none=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::task::588::TaskManager.Task::(_updateState) =
Task=3D`4e482fdc-f5a1-46d4-971d-012704cbceb9`::moving from state =
aborting -> state failed=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,727::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8697::DEBUG::2012-06-25 =
09:25:03,728::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8697::ERROR::2012-06-25 =
09:25:03,728::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,750::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,750::task::588::TaskManager.Task::(_updateState) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::moving from state init -> =
state preparing=0A=
Thread-8698::INFO::2012-06-25 =
09:25:03,750::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D1, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,751::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`fb4d7f22=
-6936-4cf5-bb7f-99193caf3335`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,751::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,751::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,751::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`fb4d7f22=
-6936-4cf5-bb7f-99193caf3335`::Granted request=0A=
Thread-8698::INFO::2012-06-25 =
09:25:03,752::sp::625::Storage.StoragePool::(connect) Connect host #1 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,752::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,752::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,753::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,754::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,754::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,754::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,777::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,778::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:03,943::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,003::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,003::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,003::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,004::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,004::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,004::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,004::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,005::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,005::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,006::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000c50001770ea3%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,095::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,095::task::588::TaskManager.Task::(_updateState) =
Task=3D`3e893a82-d29a-44ad-9b49-c9786abda5af`::moving from state init -> =
state preparing=0A=
Thread-8699::INFO::2012-06-25 =
09:25:04,096::logUtils::37::dispatcher::(wrapper) Run and protect: =
validateStorageServerConnection(domType=3D6, =
spUUID=3D'00000000-0000-0000-0000-000000000000', conList=3D[{'port': '', =
'connection': '10.1.20.7:/sd2', 'iqn': '', 'portal': '', 'user': '', =
'vfs_type': 'glusterfs', 'password': '******', 'id': =
'b98d9f47-106a-44d7-886d-ac43d1c60596'}], options=3DNone)=0A=
Thread-8699::INFO::2012-06-25 =
09:25:04,096::logUtils::39::dispatcher::(wrapper) Run and protect: =
validateStorageServerConnection, Return response: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,096::task::1172::TaskManager.Task::(prepare) =
Task=3D`3e893a82-d29a-44ad-9b49-c9786abda5af`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,096::task::588::TaskManager.Task::(_updateState) =
Task=3D`3e893a82-d29a-44ad-9b49-c9786abda5af`::moving from state =
preparing -> state finished=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,096::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,097::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8699::DEBUG::2012-06-25 =
09:25:04,097::task::978::TaskManager.Task::(_decref) =
Task=3D`3e893a82-d29a-44ad-9b49-c9786abda5af`::ref 0 aborting False=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:04,114::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:04,115::task::588::TaskManager.Task::(_updateState) =
Task=3D`26557338-b53a-4d8b-964c-7de8fd742bd5`::moving from state init -> =
state preparing=0A=
Thread-8700::INFO::2012-06-25 =
09:25:04,115::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStorageServer(domType=3D6, =
spUUID=3D'00000000-0000-0000-0000-000000000000', conList=3D[{'port': '', =
'connection': '10.1.20.7:/sd2', 'iqn': '', 'portal': '', 'user': '', =
'vfs_type': 'glusterfs', 'password': '******', 'id': =
'b98d9f47-106a-44d7-886d-ac43d1c60596'}], options=3DNone)=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:04,119::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /bin/mount -t glusterfs 10.1.20.7:/sd2 =
/rhev/data-center/mnt/10.1.20.7:_sd2' (cwd None)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,161::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-8698::WARNING::2012-06-25 =
09:25:04,162::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,163::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,171::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,172::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,173::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,173::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8698::ERROR::2012-06-25 =
09:25:04,173::task::853::TaskManager.Task::(_setError) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 817, in connectStoragePool=0A=
return self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID, =
masterVersion, options)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 859, in _connectStoragePool=0A=
res =3D pool.connect(hostID, scsiKey, msdUUID, masterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 641, in connect=0A=
self.__rebuild(msdUUID=3DmsdUUID, masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1109, in __rebuild=0A=
self.masterDomain =3D self.getMasterDomain(msdUUID=3DmsdUUID, =
masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1448, in getMasterDomain=0A=
raise se.StoragePoolMasterNotFound(self.spUUID, msdUUID)=0A=
StoragePoolMasterNotFound: Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,174::task::872::TaskManager.Task::(_run) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::Task._run: =
3555cbd7-2d0e-4e32-981c-369d9abd0dfc =
('b1c7875a-964d-4633-8ea4-2b191d68c105', 1, =
'b1c7875a-964d-4633-8ea4-2b191d68c105', =
'68aa0dc2-9cd1-4549-8008-30b1bae667db', 1) {} failed - stopping task=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,174::task::1199::TaskManager.Task::(stop) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::stopping in state =
preparing (force False)=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,174::task::978::TaskManager.Task::(_decref) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::ref 1 aborting True=0A=
Thread-8698::INFO::2012-06-25 =
09:25:04,174::task::1157::TaskManager.Task::(prepare) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::aborting: Task is =
aborted: 'Cannot find master domain' - code 304=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,175::task::1162::TaskManager.Task::(prepare) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::Prepare: aborted: Cannot =
find master domain=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,175::task::978::TaskManager.Task::(_decref) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::ref 0 aborting True=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,175::task::913::TaskManager.Task::(_doAbort) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::Task._doAbort: force False=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,175::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,175::task::588::TaskManager.Task::(_updateState) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::moving from state =
preparing -> state aborting=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,176::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::_aborting: recover policy =
none=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,176::task::588::TaskManager.Task::(_updateState) =
Task=3D`3555cbd7-2d0e-4e32-981c-369d9abd0dfc`::moving from state =
aborting -> state failed=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,176::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8698::DEBUG::2012-06-25 =
09:25:04,176::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8698::ERROR::2012-06-25 =
09:25:04,176::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'", 'code': 304}}=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,582::task::588::TaskManager.Task::(_updateState) =
Task=3D`57bc856c-d48b-42ba-bd9f-3e6e3892a7db`::moving from state init -> =
state preparing=0A=
Thread-8711::INFO::2012-06-25 =
09:25:07,582::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8711::INFO::2012-06-25 =
09:25:07,583::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,583::task::1172::TaskManager.Task::(prepare) =
Task=3D`57bc856c-d48b-42ba-bd9f-3e6e3892a7db`::finished: {}=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,583::task::588::TaskManager.Task::(_updateState) =
Task=3D`57bc856c-d48b-42ba-bd9f-3e6e3892a7db`::moving from state =
preparing -> state finished=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,583::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,583::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8711::DEBUG::2012-06-25 =
09:25:07,583::task::978::TaskManager.Task::(_decref) =
Task=3D`57bc856c-d48b-42ba-bd9f-3e6e3892a7db`::ref 0 aborting False=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,221::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,221::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,221::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,222::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,222::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,222::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8700::INFO::2012-06-25 =
09:25:08,222::logUtils::39::dispatcher::(wrapper) Run and protect: =
connectStorageServer, Return response: {'statuslist': [{'status': 0, =
'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,223::task::1172::TaskManager.Task::(prepare) =
Task=3D`26557338-b53a-4d8b-964c-7de8fd742bd5`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,223::task::588::TaskManager.Task::(_updateState) =
Task=3D`26557338-b53a-4d8b-964c-7de8fd742bd5`::moving from state =
preparing -> state finished=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,223::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,223::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8700::DEBUG::2012-06-25 =
09:25:08,223::task::978::TaskManager.Task::(_decref) =
Task=3D`26557338-b53a-4d8b-964c-7de8fd742bd5`::ref 0 aborting False=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,684::task::588::TaskManager.Task::(_updateState) =
Task=3D`07261bfe-6bde-469b-ba5b-a947590909d5`::moving from state init -> =
state preparing=0A=
Thread-8717::INFO::2012-06-25 =
09:25:17,685::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8717::INFO::2012-06-25 =
09:25:17,685::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,685::task::1172::TaskManager.Task::(prepare) =
Task=3D`07261bfe-6bde-469b-ba5b-a947590909d5`::finished: {}=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,685::task::588::TaskManager.Task::(_updateState) =
Task=3D`07261bfe-6bde-469b-ba5b-a947590909d5`::moving from state =
preparing -> state finished=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,685::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,685::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8717::DEBUG::2012-06-25 =
09:25:17,686::task::978::TaskManager.Task::(_decref) =
Task=3D`07261bfe-6bde-469b-ba5b-a947590909d5`::ref 0 aborting False=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,787::task::588::TaskManager.Task::(_updateState) =
Task=3D`2f0a4042-f082-491d-8d36-a852ac23280a`::moving from state init -> =
state preparing=0A=
Thread-8723::INFO::2012-06-25 =
09:25:27,787::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8723::INFO::2012-06-25 =
09:25:27,787::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,788::task::1172::TaskManager.Task::(prepare) =
Task=3D`2f0a4042-f082-491d-8d36-a852ac23280a`::finished: {}=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,788::task::588::TaskManager.Task::(_updateState) =
Task=3D`2f0a4042-f082-491d-8d36-a852ac23280a`::moving from state =
preparing -> state finished=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,788::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,788::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8723::DEBUG::2012-06-25 =
09:25:27,788::task::978::TaskManager.Task::(_decref) =
Task=3D`2f0a4042-f082-491d-8d36-a852ac23280a`::ref 0 aborting False=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,342::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,343::task::588::TaskManager.Task::(_updateState) =
Task=3D`80b359f1-c56b-450a-9054-a3c982ac4877`::moving from state init -> =
state preparing=0A=
Thread-8725::INFO::2012-06-25 =
09:25:29,343::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D1, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,343::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`5dc96b76=
-8ed7-42ac-8abd-0a8635096e76`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,343::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,344::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,344::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`5dc96b76=
-8ed7-42ac-8abd-0a8635096e76`::Granted request=0A=
Thread-8725::INFO::2012-06-25 =
09:25:29,344::sp::625::Storage.StoragePool::(connect) Connect host #1 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,345::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,345::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,345::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,345::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,346::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,347::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,365::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,366::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,531::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,578::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,579::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,579::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,579::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,580::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,580::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,580::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,580::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,581::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,582::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000c50001770ea3%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,726::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-8725::WARNING::2012-06-25 =
09:25:29,728::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,728::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,732::fileSD::107::Storage.StorageDomain::(__init__) Reading =
domain in path =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,732::persistentDict::185::Storage.PersistentDict::(__init__) =
Created a persistent dict with FileMetadataRW backend=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,735::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,737::fileSD::420::Storage.StorageDomain::(imageGarbageCollector)=
Removing remnants of deleted images []=0A=
Thread-8725::WARNING::2012-06-25 =
09:25:29,737::sd::348::Storage.StorageDomain::(_registerResourceNamespace=
s) Resource namespace 68aa0dc2-9cd1-4549-8008-30b1bae667db_imageNS =
already registered=0A=
Thread-8725::WARNING::2012-06-25 =
09:25:29,737::sd::356::Storage.StorageDomain::(_registerResourceNamespace=
s) Resource namespace 68aa0dc2-9cd1-4549-8008-30b1bae667db_volumeNS =
already registered=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,738::sp::1465::Storage.StoragePool::(getMasterDomain) Master =
domain 68aa0dc2-9cd1-4549-8008-30b1bae667db verified, version 1=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,738::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,738::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,739::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,740::sp::1495::Storage.StoragePool::(updateMonitoringThreads) =
sp `b1c7875a-964d-4633-8ea4-2b191d68c105` started monitoring domain =
`68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,740::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,741::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,741::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000c50001770ea3%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free' (cwd None)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,894::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D " Couldn't find device with uuid =
jbH4vV-SWm9-NI0q-Apmd-12qW-KBPX-Rgg2lK.\n"; <rc> =3D 0=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,896::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-8725::INFO::2012-06-25 =
09:25:29,900::sp::1064::Storage.StoragePool::(_linkStorageDomain) =
Linking =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db to =
/rhev/data-center/b1c7875a-964d-4633-8ea4-2b191d68c105/68aa0dc2-9cd1-4549=
-8008-30b1bae667db=0A=
Thread-8725::INFO::2012-06-25 =
09:25:29,901::sp::1064::Storage.StoragePool::(_linkStorageDomain) =
Linking =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db to =
/rhev/data-center/b1c7875a-964d-4633-8ea4-2b191d68c105/mastersd=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,902::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,902::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,902::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,902::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8725::INFO::2012-06-25 =
09:25:29,903::logUtils::39::dispatcher::(wrapper) Run and protect: =
connectStoragePool, Return response: True=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,903::task::1172::TaskManager.Task::(prepare) =
Task=3D`80b359f1-c56b-450a-9054-a3c982ac4877`::finished: True=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,903::task::588::TaskManager.Task::(_updateState) =
Task=3D`80b359f1-c56b-450a-9054-a3c982ac4877`::moving from state =
preparing -> state finished=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,903::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,903::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8725::DEBUG::2012-06-25 =
09:25:29,903::task::978::TaskManager.Task::(_decref) =
Task=3D`80b359f1-c56b-450a-9054-a3c982ac4877`::ref 0 aborting False=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,516::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,517::task::588::TaskManager.Task::(_updateState) =
Task=3D`0f55e113-689d-4bce-b3d4-ed3e6a34cc33`::moving from state init -> =
state preparing=0A=
Thread-8737::INFO::2012-06-25 =
09:25:30,517::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8737::INFO::2012-06-25 =
09:25:30,517::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 91}}=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,517::task::1172::TaskManager.Task::(prepare) =
Task=3D`0f55e113-689d-4bce-b3d4-ed3e6a34cc33`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 91}}=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,517::task::588::TaskManager.Task::(_updateState) =
Task=3D`0f55e113-689d-4bce-b3d4-ed3e6a34cc33`::moving from state =
preparing -> state finished=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,518::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,518::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8737::DEBUG::2012-06-25 =
09:25:30,518::task::978::TaskManager.Task::(_decref) =
Task=3D`0f55e113-689d-4bce-b3d4-ed3e6a34cc33`::ref 0 aborting False=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,535::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,535::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::moving from state init -> =
state preparing=0A=
Thread-8738::INFO::2012-06-25 =
09:25:30,536::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'91', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,536::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`0f2b8bf3=
-7b7f-436d-874c-f8a8a23df248`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,536::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,536::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,537::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`0f2b8bf3=
-7b7f-436d-874c-f8a8a23df248`::Granted request=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,537::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,537::task::978::TaskManager.Task::(_decref) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::ref 1 aborting False=0A=
Thread-8738::INFO::2012-06-25 =
09:25:30,537::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,537::task::1167::TaskManager.Task::(prepare) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,538::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::moving from state =
preparing -> state acquiring=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,538::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::moving from state =
acquiring -> state queued=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,538::taskManager::48::TaskManager::(_queueTask) queuing task: =
1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,538::taskManager::54::TaskManager::(_queueTask) task queued: =
1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
0a1d2b89-8814-4038-be90-36be442b9a0e::DEBUG::2012-06-25 =
09:25:30,538::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
1cb25a82-d50f-403b-b9d1-9dab46b02615 running: <bound method Task.commit =
of <storage.task.Task instance at 0x7f422842c170>> with: None=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::task::1181::TaskManager.Task::(commit) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::committing task: =
1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::moving from state queued =
-> state running=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::task::892::TaskManager.Task::(_runJobs) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '91', 'false', 250, 0) kwargs: {})=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::task::317::TaskManager.Task::(run) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '91', 'false', 250, 0) kwargs: {}) =
callback None=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,539::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,540::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,538::task::1169::TaskManager.Task::(prepare) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::returning=0A=
Thread-8738::DEBUG::2012-06-25 =
09:25:30,540::task::978::TaskManager.Task::(_decref) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::ref 1 aborting False=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,542::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,542::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,544::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,544::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:30,545::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 1 5 =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db/dom_md/leases 60000 10000 3"' (cwd =
/usr/libexec/vdsm)=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,554::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,554::task::588::TaskManager.Task::(_updateState) =
Task=3D`43c10300-9671-418f-91fc-9ad04a61d358`::moving from state init -> =
state preparing=0A=
Thread-8739::INFO::2012-06-25 =
09:25:31,554::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,555::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,555::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8739::INFO::2012-06-25 =
09:25:31,555::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,555::task::1172::TaskManager.Task::(prepare) =
Task=3D`43c10300-9671-418f-91fc-9ad04a61d358`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,555::task::588::TaskManager.Task::(_updateState) =
Task=3D`43c10300-9671-418f-91fc-9ad04a61d358`::moving from state =
preparing -> state finished=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,555::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,556::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8739::DEBUG::2012-06-25 =
09:25:31,556::task::978::TaskManager.Task::(_decref) =
Task=3D`43c10300-9671-418f-91fc-9ad04a61d358`::ref 0 aborting False=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,567::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,568::task::588::TaskManager.Task::(_updateState) =
Task=3D`9192e416-d27b-4d44-81ca-4c5879b488bc`::moving from state init -> =
state preparing=0A=
Thread-8741::INFO::2012-06-25 =
09:25:32,568::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,568::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,568::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8741::INFO::2012-06-25 =
09:25:32,569::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,569::task::1172::TaskManager.Task::(prepare) =
Task=3D`9192e416-d27b-4d44-81ca-4c5879b488bc`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,569::task::588::TaskManager.Task::(_updateState) =
Task=3D`9192e416-d27b-4d44-81ca-4c5879b488bc`::moving from state =
preparing -> state finished=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,569::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,569::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8741::DEBUG::2012-06-25 =
09:25:32,569::task::978::TaskManager.Task::(_decref) =
Task=3D`9192e416-d27b-4d44-81ca-4c5879b488bc`::ref 0 aborting False=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,581::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,582::task::588::TaskManager.Task::(_updateState) =
Task=3D`cddaf4d9-404f-498e-ae20-7bed41e6b832`::moving from state init -> =
state preparing=0A=
Thread-8742::INFO::2012-06-25 =
09:25:33,582::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,582::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,582::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8742::INFO::2012-06-25 =
09:25:33,582::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,582::task::1172::TaskManager.Task::(prepare) =
Task=3D`cddaf4d9-404f-498e-ae20-7bed41e6b832`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,583::task::588::TaskManager.Task::(_updateState) =
Task=3D`cddaf4d9-404f-498e-ae20-7bed41e6b832`::moving from state =
preparing -> state finished=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,583::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,583::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8742::DEBUG::2012-06-25 =
09:25:33,583::task::978::TaskManager.Task::(_decref) =
Task=3D`cddaf4d9-404f-498e-ae20-7bed41e6b832`::ref 0 aborting False=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,598::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,598::task::588::TaskManager.Task::(_updateState) =
Task=3D`9f9a1d1a-0c1b-401f-aed7-fc73100ca05a`::moving from state init -> =
state preparing=0A=
Thread-8744::INFO::2012-06-25 =
09:25:34,598::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,599::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,599::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8744::INFO::2012-06-25 =
09:25:34,599::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,599::task::1172::TaskManager.Task::(prepare) =
Task=3D`9f9a1d1a-0c1b-401f-aed7-fc73100ca05a`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,599::task::588::TaskManager.Task::(_updateState) =
Task=3D`9f9a1d1a-0c1b-401f-aed7-fc73100ca05a`::moving from state =
preparing -> state finished=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,599::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,600::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8744::DEBUG::2012-06-25 =
09:25:34,600::task::978::TaskManager.Task::(_decref) =
Task=3D`9f9a1d1a-0c1b-401f-aed7-fc73100ca05a`::ref 0 aborting False=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,614::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,614::task::588::TaskManager.Task::(_updateState) =
Task=3D`9891e13f-d7cd-47a8-aa40-cd4f79aa883b`::moving from state init -> =
state preparing=0A=
Thread-8745::INFO::2012-06-25 =
09:25:35,615::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,615::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,615::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8745::INFO::2012-06-25 =
09:25:35,615::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,615::task::1172::TaskManager.Task::(prepare) =
Task=3D`9891e13f-d7cd-47a8-aa40-cd4f79aa883b`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,615::task::588::TaskManager.Task::(_updateState) =
Task=3D`9891e13f-d7cd-47a8-aa40-cd4f79aa883b`::moving from state =
preparing -> state finished=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,616::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,616::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8745::DEBUG::2012-06-25 =
09:25:35,616::task::978::TaskManager.Task::(_decref) =
Task=3D`9891e13f-d7cd-47a8-aa40-cd4f79aa883b`::ref 0 aborting False=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,627::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,627::task::588::TaskManager.Task::(_updateState) =
Task=3D`6ef7ab9d-015d-46fc-95a2-bd207846265b`::moving from state init -> =
state preparing=0A=
Thread-8747::INFO::2012-06-25 =
09:25:36,627::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,628::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,628::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8747::INFO::2012-06-25 =
09:25:36,628::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,628::task::1172::TaskManager.Task::(prepare) =
Task=3D`6ef7ab9d-015d-46fc-95a2-bd207846265b`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,628::task::588::TaskManager.Task::(_updateState) =
Task=3D`6ef7ab9d-015d-46fc-95a2-bd207846265b`::moving from state =
preparing -> state finished=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,628::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,629::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8747::DEBUG::2012-06-25 =
09:25:36,629::task::978::TaskManager.Task::(_decref) =
Task=3D`6ef7ab9d-015d-46fc-95a2-bd207846265b`::ref 0 aborting False=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,639::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,640::task::588::TaskManager.Task::(_updateState) =
Task=3D`4b3f0aee-3dd0-4e30-9e2a-8575db63aa78`::moving from state init -> =
state preparing=0A=
Thread-8748::INFO::2012-06-25 =
09:25:37,640::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,640::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,640::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8748::INFO::2012-06-25 =
09:25:37,640::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,641::task::1172::TaskManager.Task::(prepare) =
Task=3D`4b3f0aee-3dd0-4e30-9e2a-8575db63aa78`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,641::task::588::TaskManager.Task::(_updateState) =
Task=3D`4b3f0aee-3dd0-4e30-9e2a-8575db63aa78`::moving from state =
preparing -> state finished=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,641::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,641::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8748::DEBUG::2012-06-25 =
09:25:37,641::task::978::TaskManager.Task::(_decref) =
Task=3D`4b3f0aee-3dd0-4e30-9e2a-8575db63aa78`::ref 0 aborting False=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,881::task::588::TaskManager.Task::(_updateState) =
Task=3D`65d4b583-ab2e-4cfd-90b6-7b22631ca783`::moving from state init -> =
state preparing=0A=
Thread-8749::INFO::2012-06-25 =
09:25:37,881::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8749::INFO::2012-06-25 =
09:25:37,882::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00216603279114', 'lastCheck': 1340630729.756763, 'code': 0, =
'valid': True}}=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,882::task::1172::TaskManager.Task::(prepare) =
Task=3D`65d4b583-ab2e-4cfd-90b6-7b22631ca783`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00216603279114', =
'lastCheck': 1340630729.756763, 'code': 0, 'valid': True}}=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,882::task::588::TaskManager.Task::(_updateState) =
Task=3D`65d4b583-ab2e-4cfd-90b6-7b22631ca783`::moving from state =
preparing -> state finished=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,882::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,882::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8749::DEBUG::2012-06-25 =
09:25:37,882::task::978::TaskManager.Task::(_decref) =
Task=3D`65d4b583-ab2e-4cfd-90b6-7b22631ca783`::ref 0 aborting False=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,652::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,653::task::588::TaskManager.Task::(_updateState) =
Task=3D`0b5be824-7334-4aed-b154-fd01958d9a6e`::moving from state init -> =
state preparing=0A=
Thread-8751::INFO::2012-06-25 =
09:25:38,658::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,658::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,658::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8751::INFO::2012-06-25 =
09:25:38,659::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,659::task::1172::TaskManager.Task::(prepare) =
Task=3D`0b5be824-7334-4aed-b154-fd01958d9a6e`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,659::task::588::TaskManager.Task::(_updateState) =
Task=3D`0b5be824-7334-4aed-b154-fd01958d9a6e`::moving from state =
preparing -> state finished=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,659::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,659::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8751::DEBUG::2012-06-25 =
09:25:38,659::task::978::TaskManager.Task::(_decref) =
Task=3D`0b5be824-7334-4aed-b154-fd01958d9a6e`::ref 0 aborting False=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,670::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,671::task::588::TaskManager.Task::(_updateState) =
Task=3D`ea97e0ed-f233-4e47-9c8c-1f96a996c0a9`::moving from state init -> =
state preparing=0A=
Thread-8752::INFO::2012-06-25 =
09:25:39,671::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,671::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,671::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8752::INFO::2012-06-25 =
09:25:39,671::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,671::task::1172::TaskManager.Task::(prepare) =
Task=3D`ea97e0ed-f233-4e47-9c8c-1f96a996c0a9`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,672::task::588::TaskManager.Task::(_updateState) =
Task=3D`ea97e0ed-f233-4e47-9c8c-1f96a996c0a9`::moving from state =
preparing -> state finished=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,672::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,672::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8752::DEBUG::2012-06-25 =
09:25:39,672::task::978::TaskManager.Task::(_decref) =
Task=3D`ea97e0ed-f233-4e47-9c8c-1f96a996c0a9`::ref 0 aborting False=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,683::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,683::task::588::TaskManager.Task::(_updateState) =
Task=3D`d1459f9e-0bbd-49cd-bbd5-ffc5ebc596e5`::moving from state init -> =
state preparing=0A=
Thread-8754::INFO::2012-06-25 =
09:25:40,684::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,684::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,684::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8754::INFO::2012-06-25 =
09:25:40,684::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,684::task::1172::TaskManager.Task::(prepare) =
Task=3D`d1459f9e-0bbd-49cd-bbd5-ffc5ebc596e5`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,685::task::588::TaskManager.Task::(_updateState) =
Task=3D`d1459f9e-0bbd-49cd-bbd5-ffc5ebc596e5`::moving from state =
preparing -> state finished=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,685::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,685::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8754::DEBUG::2012-06-25 =
09:25:40,685::task::978::TaskManager.Task::(_decref) =
Task=3D`d1459f9e-0bbd-49cd-bbd5-ffc5ebc596e5`::ref 0 aborting False=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,696::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,696::task::588::TaskManager.Task::(_updateState) =
Task=3D`20e5c392-4e03-4529-82d6-0f9cc16d23ee`::moving from state init -> =
state preparing=0A=
Thread-8755::INFO::2012-06-25 =
09:25:41,696::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,697::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,697::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8755::INFO::2012-06-25 =
09:25:41,697::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,697::task::1172::TaskManager.Task::(prepare) =
Task=3D`20e5c392-4e03-4529-82d6-0f9cc16d23ee`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,697::task::588::TaskManager.Task::(_updateState) =
Task=3D`20e5c392-4e03-4529-82d6-0f9cc16d23ee`::moving from state =
preparing -> state finished=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,697::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,698::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8755::DEBUG::2012-06-25 =
09:25:41,698::task::978::TaskManager.Task::(_decref) =
Task=3D`20e5c392-4e03-4529-82d6-0f9cc16d23ee`::ref 0 aborting False=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,708::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,709::task::588::TaskManager.Task::(_updateState) =
Task=3D`35b185b8-d17b-4b0d-8321-1a3493770e20`::moving from state init -> =
state preparing=0A=
Thread-8757::INFO::2012-06-25 =
09:25:42,709::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,709::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,709::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8757::INFO::2012-06-25 =
09:25:42,710::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,710::task::1172::TaskManager.Task::(prepare) =
Task=3D`35b185b8-d17b-4b0d-8321-1a3493770e20`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,710::task::588::TaskManager.Task::(_updateState) =
Task=3D`35b185b8-d17b-4b0d-8321-1a3493770e20`::moving from state =
preparing -> state finished=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,710::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,710::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8757::DEBUG::2012-06-25 =
09:25:42,710::task::978::TaskManager.Task::(_decref) =
Task=3D`35b185b8-d17b-4b0d-8321-1a3493770e20`::ref 0 aborting False=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,721::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,722::task::588::TaskManager.Task::(_updateState) =
Task=3D`e94abb95-1e76-4766-8695-5ca0366756aa`::moving from state init -> =
state preparing=0A=
Thread-8758::INFO::2012-06-25 =
09:25:43,725::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,726::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,726::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8758::INFO::2012-06-25 =
09:25:43,726::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,726::task::1172::TaskManager.Task::(prepare) =
Task=3D`e94abb95-1e76-4766-8695-5ca0366756aa`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,726::task::588::TaskManager.Task::(_updateState) =
Task=3D`e94abb95-1e76-4766-8695-5ca0366756aa`::moving from state =
preparing -> state finished=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,726::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,727::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8758::DEBUG::2012-06-25 =
09:25:43,727::task::978::TaskManager.Task::(_decref) =
Task=3D`e94abb95-1e76-4766-8695-5ca0366756aa`::ref 0 aborting False=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,738::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,738::task::588::TaskManager.Task::(_updateState) =
Task=3D`2c899ea2-2951-4716-9f4f-4662e8073cc9`::moving from state init -> =
state preparing=0A=
Thread-8760::INFO::2012-06-25 =
09:25:44,738::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,738::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,739::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8760::INFO::2012-06-25 =
09:25:44,739::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,739::task::1172::TaskManager.Task::(prepare) =
Task=3D`2c899ea2-2951-4716-9f4f-4662e8073cc9`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,739::task::588::TaskManager.Task::(_updateState) =
Task=3D`2c899ea2-2951-4716-9f4f-4662e8073cc9`::moving from state =
preparing -> state finished=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,739::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,739::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8760::DEBUG::2012-06-25 =
09:25:44,740::task::978::TaskManager.Task::(_decref) =
Task=3D`2c899ea2-2951-4716-9f4f-4662e8073cc9`::ref 0 aborting False=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,750::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,750::task::588::TaskManager.Task::(_updateState) =
Task=3D`c1eb8e4e-6598-4834-888e-4567cf9d373a`::moving from state init -> =
state preparing=0A=
Thread-8761::INFO::2012-06-25 =
09:25:45,750::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,751::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,751::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8761::INFO::2012-06-25 =
09:25:45,751::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,751::task::1172::TaskManager.Task::(prepare) =
Task=3D`c1eb8e4e-6598-4834-888e-4567cf9d373a`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,751::task::588::TaskManager.Task::(_updateState) =
Task=3D`c1eb8e4e-6598-4834-888e-4567cf9d373a`::moving from state =
preparing -> state finished=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,751::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,752::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8761::DEBUG::2012-06-25 =
09:25:45,752::task::978::TaskManager.Task::(_decref) =
Task=3D`c1eb8e4e-6598-4834-888e-4567cf9d373a`::ref 0 aborting False=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,762::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,763::task::588::TaskManager.Task::(_updateState) =
Task=3D`a10b3e34-3d38-4677-925d-bb9633790b17`::moving from state init -> =
state preparing=0A=
Thread-8763::INFO::2012-06-25 =
09:25:46,763::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,763::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,763::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8763::INFO::2012-06-25 =
09:25:46,763::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,763::task::1172::TaskManager.Task::(prepare) =
Task=3D`a10b3e34-3d38-4677-925d-bb9633790b17`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,764::task::588::TaskManager.Task::(_updateState) =
Task=3D`a10b3e34-3d38-4677-925d-bb9633790b17`::moving from state =
preparing -> state finished=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,764::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,764::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8763::DEBUG::2012-06-25 =
09:25:46,764::task::978::TaskManager.Task::(_decref) =
Task=3D`a10b3e34-3d38-4677-925d-bb9633790b17`::ref 0 aborting False=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,775::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,776::task::588::TaskManager.Task::(_updateState) =
Task=3D`deeb1731-a61f-47ef-91ba-43f4b1869f7f`::moving from state init -> =
state preparing=0A=
Thread-8764::INFO::2012-06-25 =
09:25:47,776::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,776::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,776::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8764::INFO::2012-06-25 =
09:25:47,776::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,776::task::1172::TaskManager.Task::(prepare) =
Task=3D`deeb1731-a61f-47ef-91ba-43f4b1869f7f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,777::task::588::TaskManager.Task::(_updateState) =
Task=3D`deeb1731-a61f-47ef-91ba-43f4b1869f7f`::moving from state =
preparing -> state finished=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,777::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,777::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8764::DEBUG::2012-06-25 =
09:25:47,777::task::978::TaskManager.Task::(_decref) =
Task=3D`deeb1731-a61f-47ef-91ba-43f4b1869f7f`::ref 0 aborting False=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,975::task::588::TaskManager.Task::(_updateState) =
Task=3D`0d8cacfd-2c70-464d-882a-5cb8f0d3a0e5`::moving from state init -> =
state preparing=0A=
Thread-8765::INFO::2012-06-25 =
09:25:47,976::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8765::INFO::2012-06-25 =
09:25:47,976::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00157499313354', 'lastCheck': 1340630739.761487, 'code': 0, =
'valid': True}}=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,976::task::1172::TaskManager.Task::(prepare) =
Task=3D`0d8cacfd-2c70-464d-882a-5cb8f0d3a0e5`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00157499313354', =
'lastCheck': 1340630739.761487, 'code': 0, 'valid': True}}=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,976::task::588::TaskManager.Task::(_updateState) =
Task=3D`0d8cacfd-2c70-464d-882a-5cb8f0d3a0e5`::moving from state =
preparing -> state finished=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,976::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,976::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8765::DEBUG::2012-06-25 =
09:25:47,977::task::978::TaskManager.Task::(_decref) =
Task=3D`0d8cacfd-2c70-464d-882a-5cb8f0d3a0e5`::ref 0 aborting False=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,791::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,792::task::588::TaskManager.Task::(_updateState) =
Task=3D`01c88c65-8729-4c53-9a45-5c9461ebda48`::moving from state init -> =
state preparing=0A=
Thread-8767::INFO::2012-06-25 =
09:25:48,793::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,793::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,793::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8767::INFO::2012-06-25 =
09:25:48,793::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,794::task::1172::TaskManager.Task::(prepare) =
Task=3D`01c88c65-8729-4c53-9a45-5c9461ebda48`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,794::task::588::TaskManager.Task::(_updateState) =
Task=3D`01c88c65-8729-4c53-9a45-5c9461ebda48`::moving from state =
preparing -> state finished=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,794::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,794::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8767::DEBUG::2012-06-25 =
09:25:48,794::task::978::TaskManager.Task::(_decref) =
Task=3D`01c88c65-8729-4c53-9a45-5c9461ebda48`::ref 0 aborting False=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,805::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,805::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cd1ffdb-ff29-497c-8c01-f4aba5771568`::moving from state init -> =
state preparing=0A=
Thread-8768::INFO::2012-06-25 =
09:25:49,806::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,806::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,806::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8768::INFO::2012-06-25 =
09:25:49,806::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,806::task::1172::TaskManager.Task::(prepare) =
Task=3D`1cd1ffdb-ff29-497c-8c01-f4aba5771568`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,806::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cd1ffdb-ff29-497c-8c01-f4aba5771568`::moving from state =
preparing -> state finished=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,807::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,807::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8768::DEBUG::2012-06-25 =
09:25:49,807::task::978::TaskManager.Task::(_decref) =
Task=3D`1cd1ffdb-ff29-497c-8c01-f4aba5771568`::ref 0 aborting False=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,598::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,598::safelease::100::ClusterLock::(acquire) Clustered lock =
acquired successfully=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,598::sp::260::Storage.StoragePool::(startSpm) spm lock acquired =
successfully=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,601::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,601::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,602::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,602::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D1', 'POOL_SPM_LVER=3D92', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D73e0a3e98f3b0400c648a7c3a8ce34e384d17ad1']=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,605::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,605::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
aeeb0376-49e3-4b37-87f2-5d175c507536`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,606::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,606::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,606::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
aeeb0376-49e3-4b37-87f2-5d175c507536`::Granted request=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::INFO::2012-06-25 =
09:25:50,607::sp::407::Storage.StoragePool::(_upgradePool) Trying to =
upgrade master domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,607::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`fe5b4a35=
-439c-4691-a7b9-3e11553e021d`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,607::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,607::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,608::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`fe5b4a35=
-439c-4691-a7b9-3e11553e021d`::Granted request=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,609::sd::423::Storage.StorageDomain::(upgrade) Trying to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db` from version 0 to =
version 0=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,609::sd::430::Storage.StorageDomain::(upgrade) No need to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`, leaving unchanged=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,610::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,610::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,610::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,610::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,610::sp::411::Storage.StoragePool::(_upgradePool) Marking all =
domains for upgrade=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::sp::418::Storage.StoragePool::(_upgradePool) Registering =
with state change event=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::sp::420::Storage.StoragePool::(_upgradePool) Running =
initial domain upgrade threads=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,611::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,613::sp::309::Storage.StoragePool::(startSpm) ended.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,614::task::588::TaskManager.Task::(_updateState) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::moving from state running =
-> state finished=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,614::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,614::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,614::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,614::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,615::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,615::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,615::task::900::TaskManager.Task::(_runJobs) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::Task.run: exit - success: =
result =0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,615::task::978::TaskManager.Task::(_decref) =
Task=3D`1cb25a82-d50f-403b-b9d1-9dab46b02615`::ref 0 aborting False=0A=
1cb25a82-d50f-403b-b9d1-9dab46b02615::DEBUG::2012-06-25 =
09:25:50,615::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 0=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,817::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,818::task::588::TaskManager.Task::(_updateState) =
Task=3D`e72a70b1-f56d-4346-8335-c8b254cc4d43`::moving from state init -> =
state preparing=0A=
Thread-8770::INFO::2012-06-25 =
09:25:50,818::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,818::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,818::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': '1 jobs completed successfully', =
'taskState': 'finished', 'taskResult': 'success', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}=0A=
Thread-8770::INFO::2012-06-25 =
09:25:50,819::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': '1 =
jobs completed successfully', 'taskState': 'finished', 'taskResult': =
'success', 'taskID': '1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,819::task::1172::TaskManager.Task::(prepare) =
Task=3D`e72a70b1-f56d-4346-8335-c8b254cc4d43`::finished: {'taskStatus': =
{'code': 0, 'message': '1 jobs completed successfully', 'taskState': =
'finished', 'taskResult': 'success', 'taskID': =
'1cb25a82-d50f-403b-b9d1-9dab46b02615'}}=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,819::task::588::TaskManager.Task::(_updateState) =
Task=3D`e72a70b1-f56d-4346-8335-c8b254cc4d43`::moving from state =
preparing -> state finished=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,819::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,819::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8770::DEBUG::2012-06-25 =
09:25:50,819::task::978::TaskManager.Task::(_decref) =
Task=3D`e72a70b1-f56d-4346-8335-c8b254cc4d43`::ref 0 aborting False=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,829::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,829::task::588::TaskManager.Task::(_updateState) =
Task=3D`6187ef02-b68d-4ddd-89e4-915f16937b6b`::moving from state init -> =
state preparing=0A=
Thread-8771::INFO::2012-06-25 =
09:25:50,829::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8771::INFO::2012-06-25 =
09:25:50,830::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 92}}=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,830::task::1172::TaskManager.Task::(prepare) =
Task=3D`6187ef02-b68d-4ddd-89e4-915f16937b6b`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 92}}=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,830::task::588::TaskManager.Task::(_updateState) =
Task=3D`6187ef02-b68d-4ddd-89e4-915f16937b6b`::moving from state =
preparing -> state finished=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,830::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,830::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8771::DEBUG::2012-06-25 =
09:25:50,830::task::978::TaskManager.Task::(_decref) =
Task=3D`6187ef02-b68d-4ddd-89e4-915f16937b6b`::ref 0 aborting False=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,842::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,842::task::588::TaskManager.Task::(_updateState) =
Task=3D`eeb47e7d-313f-4f5c-b402-9b6dd393f561`::moving from state init -> =
state preparing=0A=
Thread-8772::INFO::2012-06-25 =
09:25:50,842::logUtils::37::dispatcher::(wrapper) Run and protect: =
clearTask(taskID=3D'1cb25a82-d50f-403b-b9d1-9dab46b02615', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,842::taskManager::161::TaskManager::(clearTask) Entry. taskID: =
1cb25a82-d50f-403b-b9d1-9dab46b02615=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,843::taskManager::166::TaskManager::(clearTask) Return.=0A=
Thread-8772::INFO::2012-06-25 =
09:25:50,843::logUtils::39::dispatcher::(wrapper) Run and protect: =
clearTask, Return response: None=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,843::task::1172::TaskManager.Task::(prepare) =
Task=3D`eeb47e7d-313f-4f5c-b402-9b6dd393f561`::finished: None=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,843::task::588::TaskManager.Task::(_updateState) =
Task=3D`eeb47e7d-313f-4f5c-b402-9b6dd393f561`::moving from state =
preparing -> state finished=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,843::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,843::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8772::DEBUG::2012-06-25 =
09:25:50,844::task::978::TaskManager.Task::(_decref) =
Task=3D`eeb47e7d-313f-4f5c-b402-9b6dd393f561`::ref 0 aborting False=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,874::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,874::task::588::TaskManager.Task::(_updateState) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::moving from state init -> =
state preparing=0A=
Thread-8773::INFO::2012-06-25 =
09:25:50,875::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,875::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`46cf0442=
-62ae-48bb-8abe-434ff23f2455`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,875::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,875::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,876::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`46cf0442=
-62ae-48bb-8abe-434ff23f2455`::Granted request=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,876::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,876::task::978::TaskManager.Task::(_decref) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::ref 1 aborting False=0A=
Thread-8773::INFO::2012-06-25 =
09:25:50,877::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 1, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 92}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504410624', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,877::task::1172::TaskManager.Task::(prepare) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::finished: {'info': =
{'spm_id': 1, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 92}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504410624', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,877::task::588::TaskManager.Task::(_updateState) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::moving from state =
preparing -> state finished=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,877::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,877::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,878::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,878::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,878::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,878::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8773::DEBUG::2012-06-25 =
09:25:50,878::task::978::TaskManager.Task::(_decref) =
Task=3D`450c6ef3-e2a2-4d14-a48a-5ba74bb0f5d6`::ref 0 aborting False=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,895::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,895::task::588::TaskManager.Task::(_updateState) =
Task=3D`f7ec29ed-b5c2-4e5c-bc05-91ee4848cc74`::moving from state init -> =
state preparing=0A=
Thread-8774::INFO::2012-06-25 =
09:25:50,895::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,895::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,895::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-8774::INFO::2012-06-25 =
09:25:50,896::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,896::task::1172::TaskManager.Task::(prepare) =
Task=3D`f7ec29ed-b5c2-4e5c-bc05-91ee4848cc74`::finished: =
{'allTasksInfo': {}}=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,896::task::588::TaskManager.Task::(_updateState) =
Task=3D`f7ec29ed-b5c2-4e5c-bc05-91ee4848cc74`::moving from state =
preparing -> state finished=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,896::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,896::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8774::DEBUG::2012-06-25 =
09:25:50,896::task::978::TaskManager.Task::(_decref) =
Task=3D`f7ec29ed-b5c2-4e5c-bc05-91ee4848cc74`::ref 0 aborting False=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,910::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,911::task::588::TaskManager.Task::(_updateState) =
Task=3D`af393bf1-cf6d-455e-9394-4fcbb5cbae85`::moving from state init -> =
state preparing=0A=
Thread-8775::INFO::2012-06-25 =
09:25:50,911::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,911::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,911::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-8775::INFO::2012-06-25 =
09:25:50,911::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,911::task::1172::TaskManager.Task::(prepare) =
Task=3D`af393bf1-cf6d-455e-9394-4fcbb5cbae85`::finished: =
{'allTasksInfo': {}}=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,911::task::588::TaskManager.Task::(_updateState) =
Task=3D`af393bf1-cf6d-455e-9394-4fcbb5cbae85`::moving from state =
preparing -> state finished=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,912::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,912::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8775::DEBUG::2012-06-25 =
09:25:50,912::task::978::TaskManager.Task::(_decref) =
Task=3D`af393bf1-cf6d-455e-9394-4fcbb5cbae85`::ref 0 aborting False=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,077::task::588::TaskManager.Task::(_updateState) =
Task=3D`02d99126-6495-450c-974d-cef04ae0e15c`::moving from state init -> =
state preparing=0A=
Thread-8779::INFO::2012-06-25 =
09:25:58,077::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8779::INFO::2012-06-25 =
09:25:58,077::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00156307220459', 'lastCheck': 1340630749.766103, 'code': 0, =
'valid': True}}=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,077::task::1172::TaskManager.Task::(prepare) =
Task=3D`02d99126-6495-450c-974d-cef04ae0e15c`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00156307220459', =
'lastCheck': 1340630749.766103, 'code': 0, 'valid': True}}=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,078::task::588::TaskManager.Task::(_updateState) =
Task=3D`02d99126-6495-450c-974d-cef04ae0e15c`::moving from state =
preparing -> state finished=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,078::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,078::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8779::DEBUG::2012-06-25 =
09:25:58,078::task::978::TaskManager.Task::(_decref) =
Task=3D`02d99126-6495-450c-974d-cef04ae0e15c`::ref 0 aborting False=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,894::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,894::task::588::TaskManager.Task::(_updateState) =
Task=3D`8336fae7-6d75-4693-b6a6-bf1e46d5a679`::moving from state init -> =
state preparing=0A=
Thread-8782::INFO::2012-06-25 =
09:26:00,894::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8782::INFO::2012-06-25 =
09:26:00,895::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 92}}=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,895::task::1172::TaskManager.Task::(prepare) =
Task=3D`8336fae7-6d75-4693-b6a6-bf1e46d5a679`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 92}}=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,895::task::588::TaskManager.Task::(_updateState) =
Task=3D`8336fae7-6d75-4693-b6a6-bf1e46d5a679`::moving from state =
preparing -> state finished=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,895::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,895::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8782::DEBUG::2012-06-25 =
09:26:00,895::task::978::TaskManager.Task::(_decref) =
Task=3D`8336fae7-6d75-4693-b6a6-bf1e46d5a679`::ref 0 aborting False=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,906::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,906::task::588::TaskManager.Task::(_updateState) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::moving from state init -> =
state preparing=0A=
Thread-8783::INFO::2012-06-25 =
09:26:00,906::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,907::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`23dc8e1f=
-df52-42d4-9d1d-e6c7564dd783`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,907::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,907::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,907::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`23dc8e1f=
-df52-42d4-9d1d-e6c7564dd783`::Granted request=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,908::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,908::task::978::TaskManager.Task::(_decref) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::ref 1 aborting False=0A=
Thread-8783::INFO::2012-06-25 =
09:26:00,908::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 1, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 92}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,909::task::1172::TaskManager.Task::(prepare) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::finished: {'info': =
{'spm_id': 1, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 92}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,909::task::588::TaskManager.Task::(_updateState) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::moving from state =
preparing -> state finished=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,909::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,909::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,909::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,910::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,910::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,910::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8783::DEBUG::2012-06-25 =
09:26:00,910::task::978::TaskManager.Task::(_decref) =
Task=3D`2584474d-5805-448c-8947-8b241ca98be7`::ref 0 aborting False=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,922::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,922::task::588::TaskManager.Task::(_updateState) =
Task=3D`15bc19e4-2dbb-4df9-9168-8d222aea8717`::moving from state init -> =
state preparing=0A=
Thread-8784::INFO::2012-06-25 =
09:26:00,923::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8784::INFO::2012-06-25 =
09:26:00,923::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 92}}=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,923::task::1172::TaskManager.Task::(prepare) =
Task=3D`15bc19e4-2dbb-4df9-9168-8d222aea8717`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 92}}=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,923::task::588::TaskManager.Task::(_updateState) =
Task=3D`15bc19e4-2dbb-4df9-9168-8d222aea8717`::moving from state =
preparing -> state finished=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,923::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,924::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8784::DEBUG::2012-06-25 =
09:26:00,924::task::978::TaskManager.Task::(_decref) =
Task=3D`15bc19e4-2dbb-4df9-9168-8d222aea8717`::ref 0 aborting False=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,935::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,935::task::588::TaskManager.Task::(_updateState) =
Task=3D`6f71fc6c-97fd-4ca5-9844-8856a1381936`::moving from state init -> =
state preparing=0A=
Thread-8785::INFO::2012-06-25 =
09:26:00,936::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses(spUUID=3DNone, options=3DNone)=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,936::taskManager::103::TaskManager::(getAllTasksStatuses) Entry.=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,936::taskManager::112::TaskManager::(getAllTasksStatuses) =
Return: {}=0A=
Thread-8785::INFO::2012-06-25 =
09:26:00,936::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses, Return response: {'allTasksStatus': {}}=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,936::task::1172::TaskManager.Task::(prepare) =
Task=3D`6f71fc6c-97fd-4ca5-9844-8856a1381936`::finished: =
{'allTasksStatus': {}}=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,936::task::588::TaskManager.Task::(_updateState) =
Task=3D`6f71fc6c-97fd-4ca5-9844-8856a1381936`::moving from state =
preparing -> state finished=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,936::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,937::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8785::DEBUG::2012-06-25 =
09:26:00,937::task::978::TaskManager.Task::(_decref) =
Task=3D`6f71fc6c-97fd-4ca5-9844-8856a1381936`::ref 0 aborting False=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,946::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,946::task::588::TaskManager.Task::(_updateState) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::moving from state init -> =
state preparing=0A=
Thread-8786::INFO::2012-06-25 =
09:26:00,947::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStop(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,947::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`904b1935=
-67cb-41bb-94a8-e28b57eeafce`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,947::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,947::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,947::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`904b1935=
-67cb-41bb-94a8-e28b57eeafce`::Granted request=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,948::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,948::task::978::TaskManager.Task::(_decref) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::ref 1 aborting False=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,948::sp::319::Storage.StoragePool::(_shutDownUpgrade) Shutting =
down upgrade process=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,948::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
003db091-3e5a-4579-8149-bf1ba93721f4`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,949::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,949::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,949::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
003db091-3e5a-4579-8149-bf1ba93721f4`::Granted request=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,950::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,950::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,950::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,951::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,954::sp::359::Storage.StoragePool::(cleanupMasterMount) master =
`/rhev/data-center/mnt/blockSD/e5a63624-716e-4bb4-ae60-cd4d7aae9ed2/maste=
r` is not mounted, skipping=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,954::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,954::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,955::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D92', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D5d79dc3b69b5c85b0bba6d2deedb5d4467a73ea1']=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,962::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
Thread-8786::INFO::2012-06-25 =
09:26:00,962::safelease::110::ClusterLock::(release) Releasing cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:00,962::__init__::1164::Storage.Misc.excCmd::(_log) =
'/usr/libexec/vdsm/spmstop.sh 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd =
/usr/libexec/vdsm)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,997::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,998::safelease::117::ClusterLock::(release) Cluster lock =
released successfully=0A=
Thread-8786::INFO::2012-06-25 =
09:26:01,998::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStop, Return response: None=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,998::task::1172::TaskManager.Task::(prepare) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::finished: None=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,998::task::588::TaskManager.Task::(_updateState) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::moving from state =
preparing -> state finished=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,998::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,999::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,999::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,999::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:01,999::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:02,000::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8786::DEBUG::2012-06-25 =
09:26:02,000::task::978::TaskManager.Task::(_decref) =
Task=3D`6b7f6d31-804f-4ecc-85f3-202222ef6c1b`::ref 0 aborting False=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,174::task::588::TaskManager.Task::(_updateState) =
Task=3D`a52f3002-f52b-4784-9236-e89a6d7a7d39`::moving from state init -> =
state preparing=0A=
Thread-8790::INFO::2012-06-25 =
09:26:08,175::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8790::INFO::2012-06-25 =
09:26:08,175::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00166702270508', 'lastCheck': 1340630759.7711561, 'code': =
0, 'valid': True}}=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,175::task::1172::TaskManager.Task::(prepare) =
Task=3D`a52f3002-f52b-4784-9236-e89a6d7a7d39`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00166702270508', =
'lastCheck': 1340630759.7711561, 'code': 0, 'valid': True}}=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,175::task::588::TaskManager.Task::(_updateState) =
Task=3D`a52f3002-f52b-4784-9236-e89a6d7a7d39`::moving from state =
preparing -> state finished=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,175::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,176::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8790::DEBUG::2012-06-25 =
09:26:08,176::task::978::TaskManager.Task::(_decref) =
Task=3D`a52f3002-f52b-4784-9236-e89a6d7a7d39`::ref 0 aborting False=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,267::task::588::TaskManager.Task::(_updateState) =
Task=3D`f5d32834-ede8-4e97-9fd3-c5a0f080f643`::moving from state init -> =
state preparing=0A=
Thread-8796::INFO::2012-06-25 =
09:26:18,267::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8796::INFO::2012-06-25 =
09:26:18,268::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00159597396851', 'lastCheck': 1340630769.775841, 'code': 0, =
'valid': True}}=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,268::task::1172::TaskManager.Task::(prepare) =
Task=3D`f5d32834-ede8-4e97-9fd3-c5a0f080f643`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00159597396851', =
'lastCheck': 1340630769.775841, 'code': 0, 'valid': True}}=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,268::task::588::TaskManager.Task::(_updateState) =
Task=3D`f5d32834-ede8-4e97-9fd3-c5a0f080f643`::moving from state =
preparing -> state finished=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,268::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,268::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8796::DEBUG::2012-06-25 =
09:26:18,268::task::978::TaskManager.Task::(_decref) =
Task=3D`f5d32834-ede8-4e97-9fd3-c5a0f080f643`::ref 0 aborting False=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,362::task::588::TaskManager.Task::(_updateState) =
Task=3D`bff2f72f-ae98-49c6-b039-5922d415714a`::moving from state init -> =
state preparing=0A=
Thread-8802::INFO::2012-06-25 =
09:26:28,363::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8802::INFO::2012-06-25 =
09:26:28,363::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00153589248657', 'lastCheck': 1340630779.780302, 'code': 0, =
'valid': True}}=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,363::task::1172::TaskManager.Task::(prepare) =
Task=3D`bff2f72f-ae98-49c6-b039-5922d415714a`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00153589248657', =
'lastCheck': 1340630779.780302, 'code': 0, 'valid': True}}=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,363::task::588::TaskManager.Task::(_updateState) =
Task=3D`bff2f72f-ae98-49c6-b039-5922d415714a`::moving from state =
preparing -> state finished=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,363::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,364::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8802::DEBUG::2012-06-25 =
09:26:28,364::task::978::TaskManager.Task::(_decref) =
Task=3D`bff2f72f-ae98-49c6-b039-5922d415714a`::ref 0 aborting False=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,583::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,583::task::588::TaskManager.Task::(_updateState) =
Task=3D`48439931-92e1-4eda-bd85-83c432519e5d`::moving from state init -> =
state preparing=0A=
Thread-8806::INFO::2012-06-25 =
09:26:33,583::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8806::INFO::2012-06-25 =
09:26:33,584::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 92}}=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,584::task::1172::TaskManager.Task::(prepare) =
Task=3D`48439931-92e1-4eda-bd85-83c432519e5d`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 92}}=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,584::task::588::TaskManager.Task::(_updateState) =
Task=3D`48439931-92e1-4eda-bd85-83c432519e5d`::moving from state =
preparing -> state finished=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,584::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,584::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8806::DEBUG::2012-06-25 =
09:26:33,584::task::978::TaskManager.Task::(_decref) =
Task=3D`48439931-92e1-4eda-bd85-83c432519e5d`::ref 0 aborting False=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,601::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,601::task::588::TaskManager.Task::(_updateState) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::moving from state init -> =
state preparing=0A=
Thread-8807::INFO::2012-06-25 =
09:26:33,602::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'92', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,602::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c18a3487=
-9077-4a6d-909c-9d6cbf853619`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,602::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,602::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,603::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c18a3487=
-9077-4a6d-909c-9d6cbf853619`::Granted request=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,603::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,603::task::978::TaskManager.Task::(_decref) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::ref 1 aborting False=0A=
Thread-8807::INFO::2012-06-25 =
09:26:33,603::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,603::task::1167::TaskManager.Task::(prepare) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,604::task::588::TaskManager.Task::(_updateState) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::moving from state =
preparing -> state acquiring=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,604::task::588::TaskManager.Task::(_updateState) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::moving from state =
acquiring -> state queued=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,604::taskManager::48::TaskManager::(_queueTask) queuing task: =
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,604::taskManager::54::TaskManager::(_queueTask) task queued: =
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
bd0b09eb-5c34-4e40-abd5-4ebc4bb3f486::DEBUG::2012-06-25 =
09:26:33,604::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,604::task::1169::TaskManager.Task::(prepare) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::returning=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,605::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc running: <bound method Task.commit =
of <storage.task.Task instance at 0x7f422857a290>> with: None=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,605::task::1181::TaskManager.Task::(commit) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::committing task: =
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,605::task::588::TaskManager.Task::(_updateState) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::moving from state queued =
-> state running=0A=
Thread-8807::DEBUG::2012-06-25 =
09:26:33,605::task::978::TaskManager.Task::(_decref) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::ref 0 aborting False=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,605::task::892::TaskManager.Task::(_runJobs) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '92', 'false', 250, 0) kwargs: {})=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,606::task::317::TaskManager.Task::(run) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '92', 'false', 250, 0) kwargs: {}) =
callback None=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,606::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,607::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,610::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D93', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D4a8a3ebccc1b8af3724d28db7bc1e21543c03a72']=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,610::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,612::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D93', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D4a8a3ebccc1b8af3724d28db7bc1e21543c03a72']=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::INFO::2012-06-25 =
09:26:33,612::sp::250::Storage.StoragePool::(startSpm) expected =
previd:-1 lver:93 got request for previd:-1 lver:92=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,612::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:33,613::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 1 5 =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db/dom_md/leases 60000 10000 3"' (cwd =
/usr/libexec/vdsm)=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,617::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,617::task::588::TaskManager.Task::(_updateState) =
Task=3D`1958a0f4-3499-4c7d-af02-391e225eb0c2`::moving from state init -> =
state preparing=0A=
Thread-8809::INFO::2012-06-25 =
09:26:34,618::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,618::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,618::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8809::INFO::2012-06-25 =
09:26:34,618::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,618::task::1172::TaskManager.Task::(prepare) =
Task=3D`1958a0f4-3499-4c7d-af02-391e225eb0c2`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,618::task::588::TaskManager.Task::(_updateState) =
Task=3D`1958a0f4-3499-4c7d-af02-391e225eb0c2`::moving from state =
preparing -> state finished=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,619::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,619::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8809::DEBUG::2012-06-25 =
09:26:34,619::task::978::TaskManager.Task::(_decref) =
Task=3D`1958a0f4-3499-4c7d-af02-391e225eb0c2`::ref 0 aborting False=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,629::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,630::task::588::TaskManager.Task::(_updateState) =
Task=3D`cdb99755-4c61-419d-8ff8-178db93c6ed4`::moving from state init -> =
state preparing=0A=
Thread-8810::INFO::2012-06-25 =
09:26:35,630::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,630::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,630::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8810::INFO::2012-06-25 =
09:26:35,630::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,631::task::1172::TaskManager.Task::(prepare) =
Task=3D`cdb99755-4c61-419d-8ff8-178db93c6ed4`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,631::task::588::TaskManager.Task::(_updateState) =
Task=3D`cdb99755-4c61-419d-8ff8-178db93c6ed4`::moving from state =
preparing -> state finished=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,631::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,631::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8810::DEBUG::2012-06-25 =
09:26:35,631::task::978::TaskManager.Task::(_decref) =
Task=3D`cdb99755-4c61-419d-8ff8-178db93c6ed4`::ref 0 aborting False=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,642::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,642::task::588::TaskManager.Task::(_updateState) =
Task=3D`e9b4d77d-b65e-4f3f-af79-dc18421d27c8`::moving from state init -> =
state preparing=0A=
Thread-8812::INFO::2012-06-25 =
09:26:36,642::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,642::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,643::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8812::INFO::2012-06-25 =
09:26:36,643::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,643::task::1172::TaskManager.Task::(prepare) =
Task=3D`e9b4d77d-b65e-4f3f-af79-dc18421d27c8`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,643::task::588::TaskManager.Task::(_updateState) =
Task=3D`e9b4d77d-b65e-4f3f-af79-dc18421d27c8`::moving from state =
preparing -> state finished=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,643::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,643::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8812::DEBUG::2012-06-25 =
09:26:36,644::task::978::TaskManager.Task::(_decref) =
Task=3D`e9b4d77d-b65e-4f3f-af79-dc18421d27c8`::ref 0 aborting False=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,654::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,655::task::588::TaskManager.Task::(_updateState) =
Task=3D`68efb59c-a628-4423-a396-e598a4e096ab`::moving from state init -> =
state preparing=0A=
Thread-8813::INFO::2012-06-25 =
09:26:37,655::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,655::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,655::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8813::INFO::2012-06-25 =
09:26:37,655::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,655::task::1172::TaskManager.Task::(prepare) =
Task=3D`68efb59c-a628-4423-a396-e598a4e096ab`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,656::task::588::TaskManager.Task::(_updateState) =
Task=3D`68efb59c-a628-4423-a396-e598a4e096ab`::moving from state =
preparing -> state finished=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,656::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,656::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8813::DEBUG::2012-06-25 =
09:26:37,656::task::978::TaskManager.Task::(_decref) =
Task=3D`68efb59c-a628-4423-a396-e598a4e096ab`::ref 0 aborting False=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,462::task::588::TaskManager.Task::(_updateState) =
Task=3D`617ee84c-35d8-47d0-ad83-485916c37532`::moving from state init -> =
state preparing=0A=
Thread-8814::INFO::2012-06-25 =
09:26:38,463::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8814::INFO::2012-06-25 =
09:26:38,463::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00183582305908', 'lastCheck': 1340630789.7851069, 'code': =
0, 'valid': True}}=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,463::task::1172::TaskManager.Task::(prepare) =
Task=3D`617ee84c-35d8-47d0-ad83-485916c37532`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00183582305908', =
'lastCheck': 1340630789.7851069, 'code': 0, 'valid': True}}=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,463::task::588::TaskManager.Task::(_updateState) =
Task=3D`617ee84c-35d8-47d0-ad83-485916c37532`::moving from state =
preparing -> state finished=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,463::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,464::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8814::DEBUG::2012-06-25 =
09:26:38,464::task::978::TaskManager.Task::(_decref) =
Task=3D`617ee84c-35d8-47d0-ad83-485916c37532`::ref 0 aborting False=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,667::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,668::task::588::TaskManager.Task::(_updateState) =
Task=3D`7bbe64de-d086-44c1-a9c4-4e42e1b779d5`::moving from state init -> =
state preparing=0A=
Thread-8816::INFO::2012-06-25 =
09:26:38,668::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,668::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,668::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8816::INFO::2012-06-25 =
09:26:38,668::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,668::task::1172::TaskManager.Task::(prepare) =
Task=3D`7bbe64de-d086-44c1-a9c4-4e42e1b779d5`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,669::task::588::TaskManager.Task::(_updateState) =
Task=3D`7bbe64de-d086-44c1-a9c4-4e42e1b779d5`::moving from state =
preparing -> state finished=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,669::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,669::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8816::DEBUG::2012-06-25 =
09:26:38,669::task::978::TaskManager.Task::(_decref) =
Task=3D`7bbe64de-d086-44c1-a9c4-4e42e1b779d5`::ref 0 aborting False=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,679::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,680::task::588::TaskManager.Task::(_updateState) =
Task=3D`73c99be4-3f56-4336-a689-d107fc731ad7`::moving from state init -> =
state preparing=0A=
Thread-8817::INFO::2012-06-25 =
09:26:39,683::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,683::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,683::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8817::INFO::2012-06-25 =
09:26:39,683::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,683::task::1172::TaskManager.Task::(prepare) =
Task=3D`73c99be4-3f56-4336-a689-d107fc731ad7`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,683::task::588::TaskManager.Task::(_updateState) =
Task=3D`73c99be4-3f56-4336-a689-d107fc731ad7`::moving from state =
preparing -> state finished=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,684::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,684::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8817::DEBUG::2012-06-25 =
09:26:39,684::task::978::TaskManager.Task::(_decref) =
Task=3D`73c99be4-3f56-4336-a689-d107fc731ad7`::ref 0 aborting False=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,694::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,695::task::588::TaskManager.Task::(_updateState) =
Task=3D`a2a1fa6d-17ba-4855-85aa-eba8ca338361`::moving from state init -> =
state preparing=0A=
Thread-8819::INFO::2012-06-25 =
09:26:40,695::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,695::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,695::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8819::INFO::2012-06-25 =
09:26:40,695::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,696::task::1172::TaskManager.Task::(prepare) =
Task=3D`a2a1fa6d-17ba-4855-85aa-eba8ca338361`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,696::task::588::TaskManager.Task::(_updateState) =
Task=3D`a2a1fa6d-17ba-4855-85aa-eba8ca338361`::moving from state =
preparing -> state finished=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,696::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,696::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8819::DEBUG::2012-06-25 =
09:26:40,696::task::978::TaskManager.Task::(_decref) =
Task=3D`a2a1fa6d-17ba-4855-85aa-eba8ca338361`::ref 0 aborting False=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,707::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,707::task::588::TaskManager.Task::(_updateState) =
Task=3D`91c6babb-1307-4532-8d3b-b6a4cb12cdeb`::moving from state init -> =
state preparing=0A=
Thread-8820::INFO::2012-06-25 =
09:26:41,707::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,708::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,708::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8820::INFO::2012-06-25 =
09:26:41,708::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,708::task::1172::TaskManager.Task::(prepare) =
Task=3D`91c6babb-1307-4532-8d3b-b6a4cb12cdeb`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,708::task::588::TaskManager.Task::(_updateState) =
Task=3D`91c6babb-1307-4532-8d3b-b6a4cb12cdeb`::moving from state =
preparing -> state finished=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,708::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,709::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8820::DEBUG::2012-06-25 =
09:26:41,709::task::978::TaskManager.Task::(_decref) =
Task=3D`91c6babb-1307-4532-8d3b-b6a4cb12cdeb`::ref 0 aborting False=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,719::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,719::task::588::TaskManager.Task::(_updateState) =
Task=3D`e79c9561-9dbc-45e1-bb2c-f655b32d6e80`::moving from state init -> =
state preparing=0A=
Thread-8822::INFO::2012-06-25 =
09:26:42,720::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,720::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,720::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8822::INFO::2012-06-25 =
09:26:42,720::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,720::task::1172::TaskManager.Task::(prepare) =
Task=3D`e79c9561-9dbc-45e1-bb2c-f655b32d6e80`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,720::task::588::TaskManager.Task::(_updateState) =
Task=3D`e79c9561-9dbc-45e1-bb2c-f655b32d6e80`::moving from state =
preparing -> state finished=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,721::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,721::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8822::DEBUG::2012-06-25 =
09:26:42,721::task::978::TaskManager.Task::(_decref) =
Task=3D`e79c9561-9dbc-45e1-bb2c-f655b32d6e80`::ref 0 aborting False=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,731::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,732::task::588::TaskManager.Task::(_updateState) =
Task=3D`b060b067-2f34-4c79-913f-f6c20f87595a`::moving from state init -> =
state preparing=0A=
Thread-8823::INFO::2012-06-25 =
09:26:43,732::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,732::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,732::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8823::INFO::2012-06-25 =
09:26:43,732::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,733::task::1172::TaskManager.Task::(prepare) =
Task=3D`b060b067-2f34-4c79-913f-f6c20f87595a`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,733::task::588::TaskManager.Task::(_updateState) =
Task=3D`b060b067-2f34-4c79-913f-f6c20f87595a`::moving from state =
preparing -> state finished=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,733::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,733::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8823::DEBUG::2012-06-25 =
09:26:43,733::task::978::TaskManager.Task::(_decref) =
Task=3D`b060b067-2f34-4c79-913f-f6c20f87595a`::ref 0 aborting False=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,744::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,744::task::588::TaskManager.Task::(_updateState) =
Task=3D`241e8b56-3148-4509-8330-c5a6aa28c67f`::moving from state init -> =
state preparing=0A=
Thread-8825::INFO::2012-06-25 =
09:26:44,746::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,746::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,746::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8825::INFO::2012-06-25 =
09:26:44,747::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,747::task::1172::TaskManager.Task::(prepare) =
Task=3D`241e8b56-3148-4509-8330-c5a6aa28c67f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,747::task::588::TaskManager.Task::(_updateState) =
Task=3D`241e8b56-3148-4509-8330-c5a6aa28c67f`::moving from state =
preparing -> state finished=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,747::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,747::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8825::DEBUG::2012-06-25 =
09:26:44,747::task::978::TaskManager.Task::(_decref) =
Task=3D`241e8b56-3148-4509-8330-c5a6aa28c67f`::ref 0 aborting False=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,758::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,759::task::588::TaskManager.Task::(_updateState) =
Task=3D`35b58a65-ea53-4c1d-9780-4ea13ffdc0c6`::moving from state init -> =
state preparing=0A=
Thread-8826::INFO::2012-06-25 =
09:26:45,759::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,759::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,759::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8826::INFO::2012-06-25 =
09:26:45,759::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,759::task::1172::TaskManager.Task::(prepare) =
Task=3D`35b58a65-ea53-4c1d-9780-4ea13ffdc0c6`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,760::task::588::TaskManager.Task::(_updateState) =
Task=3D`35b58a65-ea53-4c1d-9780-4ea13ffdc0c6`::moving from state =
preparing -> state finished=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,760::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,760::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8826::DEBUG::2012-06-25 =
09:26:45,760::task::978::TaskManager.Task::(_decref) =
Task=3D`35b58a65-ea53-4c1d-9780-4ea13ffdc0c6`::ref 0 aborting False=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,771::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,771::task::588::TaskManager.Task::(_updateState) =
Task=3D`64920eee-cef5-41c2-8f20-5467878d1411`::moving from state init -> =
state preparing=0A=
Thread-8828::INFO::2012-06-25 =
09:26:46,771::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,771::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,772::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8828::INFO::2012-06-25 =
09:26:46,772::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,772::task::1172::TaskManager.Task::(prepare) =
Task=3D`64920eee-cef5-41c2-8f20-5467878d1411`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,772::task::588::TaskManager.Task::(_updateState) =
Task=3D`64920eee-cef5-41c2-8f20-5467878d1411`::moving from state =
preparing -> state finished=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,772::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,772::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8828::DEBUG::2012-06-25 =
09:26:46,773::task::978::TaskManager.Task::(_decref) =
Task=3D`64920eee-cef5-41c2-8f20-5467878d1411`::ref 0 aborting False=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,783::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,784::task::588::TaskManager.Task::(_updateState) =
Task=3D`39572f52-bcdf-4b0f-8bf4-92866ecd05ea`::moving from state init -> =
state preparing=0A=
Thread-8829::INFO::2012-06-25 =
09:26:47,784::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,784::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,784::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8829::INFO::2012-06-25 =
09:26:47,784::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,785::task::1172::TaskManager.Task::(prepare) =
Task=3D`39572f52-bcdf-4b0f-8bf4-92866ecd05ea`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,785::task::588::TaskManager.Task::(_updateState) =
Task=3D`39572f52-bcdf-4b0f-8bf4-92866ecd05ea`::moving from state =
preparing -> state finished=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,785::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,785::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8829::DEBUG::2012-06-25 =
09:26:47,785::task::978::TaskManager.Task::(_decref) =
Task=3D`39572f52-bcdf-4b0f-8bf4-92866ecd05ea`::ref 0 aborting False=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,556::task::588::TaskManager.Task::(_updateState) =
Task=3D`84aa6723-c055-4e63-8336-d3fe4f471af9`::moving from state init -> =
state preparing=0A=
Thread-8830::INFO::2012-06-25 =
09:26:48,556::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8830::INFO::2012-06-25 =
09:26:48,556::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00157618522644', 'lastCheck': 1340630799.789799, 'code': 0, =
'valid': True}}=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,556::task::1172::TaskManager.Task::(prepare) =
Task=3D`84aa6723-c055-4e63-8336-d3fe4f471af9`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00157618522644', =
'lastCheck': 1340630799.789799, 'code': 0, 'valid': True}}=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,557::task::588::TaskManager.Task::(_updateState) =
Task=3D`84aa6723-c055-4e63-8336-d3fe4f471af9`::moving from state =
preparing -> state finished=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,557::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,557::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8830::DEBUG::2012-06-25 =
09:26:48,557::task::978::TaskManager.Task::(_decref) =
Task=3D`84aa6723-c055-4e63-8336-d3fe4f471af9`::ref 0 aborting False=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,796::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,796::task::588::TaskManager.Task::(_updateState) =
Task=3D`a17b625f-dbc3-4763-b107-c1d1ef4880d8`::moving from state init -> =
state preparing=0A=
Thread-8832::INFO::2012-06-25 =
09:26:48,796::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,796::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,797::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8832::INFO::2012-06-25 =
09:26:48,797::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,797::task::1172::TaskManager.Task::(prepare) =
Task=3D`a17b625f-dbc3-4763-b107-c1d1ef4880d8`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,797::task::588::TaskManager.Task::(_updateState) =
Task=3D`a17b625f-dbc3-4763-b107-c1d1ef4880d8`::moving from state =
preparing -> state finished=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,797::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,797::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8832::DEBUG::2012-06-25 =
09:26:48,798::task::978::TaskManager.Task::(_decref) =
Task=3D`a17b625f-dbc3-4763-b107-c1d1ef4880d8`::ref 0 aborting False=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,808::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,809::task::588::TaskManager.Task::(_updateState) =
Task=3D`7e16bb61-3578-4e22-bded-13bcda7359a3`::moving from state init -> =
state preparing=0A=
Thread-8833::INFO::2012-06-25 =
09:26:49,814::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,814::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,814::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8833::INFO::2012-06-25 =
09:26:49,814::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,814::task::1172::TaskManager.Task::(prepare) =
Task=3D`7e16bb61-3578-4e22-bded-13bcda7359a3`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,814::task::588::TaskManager.Task::(_updateState) =
Task=3D`7e16bb61-3578-4e22-bded-13bcda7359a3`::moving from state =
preparing -> state finished=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,815::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,815::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8833::DEBUG::2012-06-25 =
09:26:49,815::task::978::TaskManager.Task::(_decref) =
Task=3D`7e16bb61-3578-4e22-bded-13bcda7359a3`::ref 0 aborting False=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,825::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,826::task::588::TaskManager.Task::(_updateState) =
Task=3D`b0bc5ced-d395-494d-8a00-352b4e84beec`::moving from state init -> =
state preparing=0A=
Thread-8835::INFO::2012-06-25 =
09:26:50,826::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,826::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,826::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8835::INFO::2012-06-25 =
09:26:50,826::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,827::task::1172::TaskManager.Task::(prepare) =
Task=3D`b0bc5ced-d395-494d-8a00-352b4e84beec`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,827::task::588::TaskManager.Task::(_updateState) =
Task=3D`b0bc5ced-d395-494d-8a00-352b4e84beec`::moving from state =
preparing -> state finished=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,827::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,827::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8835::DEBUG::2012-06-25 =
09:26:50,827::task::978::TaskManager.Task::(_decref) =
Task=3D`b0bc5ced-d395-494d-8a00-352b4e84beec`::ref 0 aborting False=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,838::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,838::task::588::TaskManager.Task::(_updateState) =
Task=3D`7b8e8cd9-39c4-45bc-b0a4-1c9be71be36b`::moving from state init -> =
state preparing=0A=
Thread-8836::INFO::2012-06-25 =
09:26:51,838::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8836::INFO::2012-06-25 =
09:26:51,839::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::task::1172::TaskManager.Task::(prepare) =
Task=3D`7b8e8cd9-39c4-45bc-b0a4-1c9be71be36b`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::task::588::TaskManager.Task::(_updateState) =
Task=3D`7b8e8cd9-39c4-45bc-b0a4-1c9be71be36b`::moving from state =
preparing -> state finished=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,839::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8836::DEBUG::2012-06-25 =
09:26:51,840::task::978::TaskManager.Task::(_decref) =
Task=3D`7b8e8cd9-39c4-45bc-b0a4-1c9be71be36b`::ref 0 aborting False=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,850::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,851::task::588::TaskManager.Task::(_updateState) =
Task=3D`f4aa433f-a825-424d-9d00-ec078ca6ac45`::moving from state init -> =
state preparing=0A=
Thread-8838::INFO::2012-06-25 =
09:26:52,851::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,851::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,851::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8838::INFO::2012-06-25 =
09:26:52,851::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,851::task::1172::TaskManager.Task::(prepare) =
Task=3D`f4aa433f-a825-424d-9d00-ec078ca6ac45`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,852::task::588::TaskManager.Task::(_updateState) =
Task=3D`f4aa433f-a825-424d-9d00-ec078ca6ac45`::moving from state =
preparing -> state finished=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,852::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,852::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8838::DEBUG::2012-06-25 =
09:26:52,852::task::978::TaskManager.Task::(_decref) =
Task=3D`f4aa433f-a825-424d-9d00-ec078ca6ac45`::ref 0 aborting False=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,660::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,661::safelease::100::ClusterLock::(acquire) Clustered lock =
acquired successfully=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,661::sp::260::Storage.StoragePool::(startSpm) spm lock acquired =
successfully=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,664::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D93', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D4a8a3ebccc1b8af3724d28db7bc1e21543c03a72']=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,665::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,665::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,665::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D1', 'POOL_SPM_LVER=3D94', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D0d8b3665c200ee92d40c020d881ce28cd0ce861d']=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,668::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,669::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
610c05b7-1bb6-4253-a2fd-c6840e0ea378`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,669::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,669::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,669::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
610c05b7-1bb6-4253-a2fd-c6840e0ea378`::Granted request=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::INFO::2012-06-25 =
09:26:53,670::sp::407::Storage.StoragePool::(_upgradePool) Trying to =
upgrade master domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,670::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`0e9c4ade=
-ad85-4a2c-a474-5100f2e37969`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,670::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,671::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,671::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`0e9c4ade=
-ad85-4a2c-a474-5100f2e37969`::Granted request=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,672::sd::423::Storage.StorageDomain::(upgrade) Trying to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db` from version 0 to =
version 0=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,672::sd::430::Storage.StorageDomain::(upgrade) No need to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`, leaving unchanged=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,672::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,672::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,673::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,673::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,673::sp::411::Storage.StoragePool::(_upgradePool) Marking all =
domains for upgrade=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,673::sp::418::Storage.StoragePool::(_upgradePool) Registering =
with state change event=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,673::sp::420::Storage.StoragePool::(_upgradePool) Running =
initial domain upgrade threads=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,674::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,674::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,674::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,674::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,676::sp::309::Storage.StoragePool::(startSpm) ended.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,676::task::588::TaskManager.Task::(_updateState) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::moving from state running =
-> state finished=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,677::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,677::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,677::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,677::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,677::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,678::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,678::task::900::TaskManager.Task::(_runJobs) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::Task.run: exit - success: =
result =0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,678::task::978::TaskManager.Task::(_decref) =
Task=3D`ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc`::ref 0 aborting False=0A=
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc::DEBUG::2012-06-25 =
09:26:53,678::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 0=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,863::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,863::task::588::TaskManager.Task::(_updateState) =
Task=3D`af30d021-d086-48e4-9c67-cd8509330d7b`::moving from state init -> =
state preparing=0A=
Thread-8839::INFO::2012-06-25 =
09:26:53,864::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,864::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,864::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': '1 jobs completed successfully', =
'taskState': 'finished', 'taskResult': 'success', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}=0A=
Thread-8839::INFO::2012-06-25 =
09:26:53,864::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': '1 =
jobs completed successfully', 'taskState': 'finished', 'taskResult': =
'success', 'taskID': 'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,864::task::1172::TaskManager.Task::(prepare) =
Task=3D`af30d021-d086-48e4-9c67-cd8509330d7b`::finished: {'taskStatus': =
{'code': 0, 'message': '1 jobs completed successfully', 'taskState': =
'finished', 'taskResult': 'success', 'taskID': =
'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc'}}=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,864::task::588::TaskManager.Task::(_updateState) =
Task=3D`af30d021-d086-48e4-9c67-cd8509330d7b`::moving from state =
preparing -> state finished=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,865::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,865::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8839::DEBUG::2012-06-25 =
09:26:53,865::task::978::TaskManager.Task::(_decref) =
Task=3D`af30d021-d086-48e4-9c67-cd8509330d7b`::ref 0 aborting False=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,877::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,877::task::588::TaskManager.Task::(_updateState) =
Task=3D`c3463f92-cd20-4d74-b8d2-0cf53a922f83`::moving from state init -> =
state preparing=0A=
Thread-8840::INFO::2012-06-25 =
09:26:53,877::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8840::INFO::2012-06-25 =
09:26:53,878::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 94}}=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,878::task::1172::TaskManager.Task::(prepare) =
Task=3D`c3463f92-cd20-4d74-b8d2-0cf53a922f83`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 94}}=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,878::task::588::TaskManager.Task::(_updateState) =
Task=3D`c3463f92-cd20-4d74-b8d2-0cf53a922f83`::moving from state =
preparing -> state finished=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,878::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,878::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8840::DEBUG::2012-06-25 =
09:26:53,878::task::978::TaskManager.Task::(_decref) =
Task=3D`c3463f92-cd20-4d74-b8d2-0cf53a922f83`::ref 0 aborting False=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,938::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,938::task::588::TaskManager.Task::(_updateState) =
Task=3D`da606030-1098-4844-94a0-52cd73d9608a`::moving from state init -> =
state preparing=0A=
Thread-8841::INFO::2012-06-25 =
09:26:53,938::logUtils::37::dispatcher::(wrapper) Run and protect: =
clearTask(taskID=3D'ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,938::taskManager::161::TaskManager::(clearTask) Entry. taskID: =
ff3a73ae-4e67-4ca7-a670-95ebfce6bdfc=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,938::taskManager::166::TaskManager::(clearTask) Return.=0A=
Thread-8841::INFO::2012-06-25 =
09:26:53,939::logUtils::39::dispatcher::(wrapper) Run and protect: =
clearTask, Return response: None=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,939::task::1172::TaskManager.Task::(prepare) =
Task=3D`da606030-1098-4844-94a0-52cd73d9608a`::finished: None=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,939::task::588::TaskManager.Task::(_updateState) =
Task=3D`da606030-1098-4844-94a0-52cd73d9608a`::moving from state =
preparing -> state finished=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,939::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,939::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8841::DEBUG::2012-06-25 =
09:26:53,939::task::978::TaskManager.Task::(_decref) =
Task=3D`da606030-1098-4844-94a0-52cd73d9608a`::ref 0 aborting False=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,007::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,007::task::588::TaskManager.Task::(_updateState) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::moving from state init -> =
state preparing=0A=
Thread-8842::INFO::2012-06-25 =
09:26:54,007::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,008::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`19133d52=
-2122-4bc4-be64-f64fd6acaf92`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,008::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,008::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,008::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`19133d52=
-2122-4bc4-be64-f64fd6acaf92`::Granted request=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,008::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,009::task::978::TaskManager.Task::(_decref) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::ref 1 aborting False=0A=
Thread-8842::INFO::2012-06-25 =
09:26:54,009::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 1, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 94}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,010::task::1172::TaskManager.Task::(prepare) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::finished: {'info': =
{'spm_id': 1, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 94}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,010::task::588::TaskManager.Task::(_updateState) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::moving from state =
preparing -> state finished=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,010::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,010::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,010::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,011::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,011::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,011::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8842::DEBUG::2012-06-25 =
09:26:54,011::task::978::TaskManager.Task::(_decref) =
Task=3D`11488055-5c19-4cb3-ba0a-32e2403dcf36`::ref 0 aborting False=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,028::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,028::task::588::TaskManager.Task::(_updateState) =
Task=3D`61056157-ba32-481b-9e6a-a1cd73eee76c`::moving from state init -> =
state preparing=0A=
Thread-8843::INFO::2012-06-25 =
09:26:54,028::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,028::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,028::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-8843::INFO::2012-06-25 =
09:26:54,029::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,029::task::1172::TaskManager.Task::(prepare) =
Task=3D`61056157-ba32-481b-9e6a-a1cd73eee76c`::finished: =
{'allTasksInfo': {}}=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,029::task::588::TaskManager.Task::(_updateState) =
Task=3D`61056157-ba32-481b-9e6a-a1cd73eee76c`::moving from state =
preparing -> state finished=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,029::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,029::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8843::DEBUG::2012-06-25 =
09:26:54,029::task::978::TaskManager.Task::(_decref) =
Task=3D`61056157-ba32-481b-9e6a-a1cd73eee76c`::ref 0 aborting False=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,043::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,044::task::588::TaskManager.Task::(_updateState) =
Task=3D`6490b9af-a63a-44c6-931d-b366e5f2c07d`::moving from state init -> =
state preparing=0A=
Thread-8844::INFO::2012-06-25 =
09:26:54,044::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,044::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,044::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-8844::INFO::2012-06-25 =
09:26:54,044::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,044::task::1172::TaskManager.Task::(prepare) =
Task=3D`6490b9af-a63a-44c6-931d-b366e5f2c07d`::finished: =
{'allTasksInfo': {}}=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,045::task::588::TaskManager.Task::(_updateState) =
Task=3D`6490b9af-a63a-44c6-931d-b366e5f2c07d`::moving from state =
preparing -> state finished=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,045::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,045::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8844::DEBUG::2012-06-25 =
09:26:54,045::task::978::TaskManager.Task::(_decref) =
Task=3D`6490b9af-a63a-44c6-931d-b366e5f2c07d`::ref 0 aborting False=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,653::task::588::TaskManager.Task::(_updateState) =
Task=3D`be17d4ac-863b-4dd2-86bc-c157dfacdf4f`::moving from state init -> =
state preparing=0A=
Thread-8847::INFO::2012-06-25 =
09:26:58,653::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8847::INFO::2012-06-25 =
09:26:58,653::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00154495239258', 'lastCheck': 1340630809.7943971, 'code': =
0, 'valid': True}}=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,653::task::1172::TaskManager.Task::(prepare) =
Task=3D`be17d4ac-863b-4dd2-86bc-c157dfacdf4f`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00154495239258', =
'lastCheck': 1340630809.7943971, 'code': 0, 'valid': True}}=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,653::task::588::TaskManager.Task::(_updateState) =
Task=3D`be17d4ac-863b-4dd2-86bc-c157dfacdf4f`::moving from state =
preparing -> state finished=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,654::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,654::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8847::DEBUG::2012-06-25 =
09:26:58,654::task::978::TaskManager.Task::(_decref) =
Task=3D`be17d4ac-863b-4dd2-86bc-c157dfacdf4f`::ref 0 aborting False=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,027::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,027::task::588::TaskManager.Task::(_updateState) =
Task=3D`7a6675b5-a9cd-4905-a384-e79ba921571b`::moving from state init -> =
state preparing=0A=
Thread-8851::INFO::2012-06-25 =
09:27:04,028::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8851::INFO::2012-06-25 =
09:27:04,028::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 94}}=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,028::task::1172::TaskManager.Task::(prepare) =
Task=3D`7a6675b5-a9cd-4905-a384-e79ba921571b`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 94}}=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,028::task::588::TaskManager.Task::(_updateState) =
Task=3D`7a6675b5-a9cd-4905-a384-e79ba921571b`::moving from state =
preparing -> state finished=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,028::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,029::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8851::DEBUG::2012-06-25 =
09:27:04,029::task::978::TaskManager.Task::(_decref) =
Task=3D`7a6675b5-a9cd-4905-a384-e79ba921571b`::ref 0 aborting False=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,038::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,039::task::588::TaskManager.Task::(_updateState) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::moving from state init -> =
state preparing=0A=
Thread-8852::INFO::2012-06-25 =
09:27:04,039::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,039::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`a25ae9e0=
-d2a9-431c-81de-a6790a49ee50`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,040::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,040::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,040::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`a25ae9e0=
-d2a9-431c-81de-a6790a49ee50`::Granted request=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,040::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,040::task::978::TaskManager.Task::(_decref) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::ref 1 aborting False=0A=
Thread-8852::INFO::2012-06-25 =
09:27:04,041::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 1, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 94}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,041::task::1172::TaskManager.Task::(prepare) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::finished: {'info': =
{'spm_id': 1, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 94}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::task::588::TaskManager.Task::(_updateState) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::moving from state =
preparing -> state finished=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,042::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,043::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8852::DEBUG::2012-06-25 =
09:27:04,043::task::978::TaskManager.Task::(_decref) =
Task=3D`fbac9268-2b13-4186-bf6b-3a517f5164e1`::ref 0 aborting False=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,055::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,055::task::588::TaskManager.Task::(_updateState) =
Task=3D`8736252c-c72d-4589-b44b-343ef0e79568`::moving from state init -> =
state preparing=0A=
Thread-8853::INFO::2012-06-25 =
09:27:04,055::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8853::INFO::2012-06-25 =
09:27:04,056::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 1, 'spmStatus': =
'SPM', 'spmLver': 94}}=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,056::task::1172::TaskManager.Task::(prepare) =
Task=3D`8736252c-c72d-4589-b44b-343ef0e79568`::finished: {'spm_st': =
{'spmId': 1, 'spmStatus': 'SPM', 'spmLver': 94}}=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,056::task::588::TaskManager.Task::(_updateState) =
Task=3D`8736252c-c72d-4589-b44b-343ef0e79568`::moving from state =
preparing -> state finished=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,056::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,056::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8853::DEBUG::2012-06-25 =
09:27:04,056::task::978::TaskManager.Task::(_decref) =
Task=3D`8736252c-c72d-4589-b44b-343ef0e79568`::ref 0 aborting False=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,068::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,068::task::588::TaskManager.Task::(_updateState) =
Task=3D`bd911fbc-8c9a-4d6d-8495-6f2720fb7d00`::moving from state init -> =
state preparing=0A=
Thread-8854::INFO::2012-06-25 =
09:27:04,068::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses(spUUID=3DNone, options=3DNone)=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,068::taskManager::103::TaskManager::(getAllTasksStatuses) Entry.=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,069::taskManager::112::TaskManager::(getAllTasksStatuses) =
Return: {}=0A=
Thread-8854::INFO::2012-06-25 =
09:27:04,069::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses, Return response: {'allTasksStatus': {}}=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,069::task::1172::TaskManager.Task::(prepare) =
Task=3D`bd911fbc-8c9a-4d6d-8495-6f2720fb7d00`::finished: =
{'allTasksStatus': {}}=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,069::task::588::TaskManager.Task::(_updateState) =
Task=3D`bd911fbc-8c9a-4d6d-8495-6f2720fb7d00`::moving from state =
preparing -> state finished=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,069::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,069::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8854::DEBUG::2012-06-25 =
09:27:04,070::task::978::TaskManager.Task::(_decref) =
Task=3D`bd911fbc-8c9a-4d6d-8495-6f2720fb7d00`::ref 0 aborting False=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,078::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,079::task::588::TaskManager.Task::(_updateState) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::moving from state init -> =
state preparing=0A=
Thread-8855::INFO::2012-06-25 =
09:27:04,079::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStop(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,079::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`2f221069=
-a1f8-40fc-8576-a0b4a6de620a`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,079::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,080::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,080::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`2f221069=
-a1f8-40fc-8576-a0b4a6de620a`::Granted request=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,080::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,080::task::978::TaskManager.Task::(_decref) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::ref 1 aborting False=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,081::sp::319::Storage.StoragePool::(_shutDownUpgrade) Shutting =
down upgrade process=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,081::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
ee647308-111c-4395-bfd3-796c36215190`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,081::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,081::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,081::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
ee647308-111c-4395-bfd3-796c36215190`::Granted request=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,082::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,082::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,082::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,082::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,084::sp::359::Storage.StoragePool::(cleanupMasterMount) master =
`/rhev/data-center/mnt/blockSD/e5a63624-716e-4bb4-ae60-cd4d7aae9ed2/maste=
r` is not mounted, skipping=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,085::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,085::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,085::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D94', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D9381e6031a9d4513f90f8e0b83dfb4851cf9abf5']=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,088::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
Thread-8855::INFO::2012-06-25 =
09:27:04,088::safelease::110::ClusterLock::(release) Releasing cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:04,088::__init__::1164::Storage.Misc.excCmd::(_log) =
'/usr/libexec/vdsm/spmstop.sh 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd =
/usr/libexec/vdsm)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,124::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,125::safelease::117::ClusterLock::(release) Cluster lock =
released successfully=0A=
Thread-8855::INFO::2012-06-25 =
09:27:05,125::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStop, Return response: None=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,125::task::1172::TaskManager.Task::(prepare) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::finished: None=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,125::task::588::TaskManager.Task::(_updateState) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::moving from state =
preparing -> state finished=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,125::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,126::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,126::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,126::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,126::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,126::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-8855::DEBUG::2012-06-25 =
09:27:05,127::task::978::TaskManager.Task::(_decref) =
Task=3D`cf218009-bf62-4e19-81a4-a9a551b9e6ab`::ref 0 aborting False=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,751::task::588::TaskManager.Task::(_updateState) =
Task=3D`9829ad3e-82ff-4910-90eb-044da719576c`::moving from state init -> =
state preparing=0A=
Thread-8858::INFO::2012-06-25 =
09:27:08,751::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8858::INFO::2012-06-25 =
09:27:08,751::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00137591362', 'lastCheck': 1340630819.7985411, 'code': 0, =
'valid': True}}=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,751::task::1172::TaskManager.Task::(prepare) =
Task=3D`9829ad3e-82ff-4910-90eb-044da719576c`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00137591362', =
'lastCheck': 1340630819.7985411, 'code': 0, 'valid': True}}=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,752::task::588::TaskManager.Task::(_updateState) =
Task=3D`9829ad3e-82ff-4910-90eb-044da719576c`::moving from state =
preparing -> state finished=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,752::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,752::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8858::DEBUG::2012-06-25 =
09:27:08,752::task::978::TaskManager.Task::(_decref) =
Task=3D`9829ad3e-82ff-4910-90eb-044da719576c`::ref 0 aborting False=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,845::task::588::TaskManager.Task::(_updateState) =
Task=3D`a3201917-b0bd-44ff-aabe-d6a7cd551f4e`::moving from state init -> =
state preparing=0A=
Thread-8864::INFO::2012-06-25 =
09:27:18,846::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8864::INFO::2012-06-25 =
09:27:18,846::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00162482261658', 'lastCheck': 1340630829.803262, 'code': 0, =
'valid': True}}=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,846::task::1172::TaskManager.Task::(prepare) =
Task=3D`a3201917-b0bd-44ff-aabe-d6a7cd551f4e`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00162482261658', =
'lastCheck': 1340630829.803262, 'code': 0, 'valid': True}}=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,846::task::588::TaskManager.Task::(_updateState) =
Task=3D`a3201917-b0bd-44ff-aabe-d6a7cd551f4e`::moving from state =
preparing -> state finished=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,846::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,846::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8864::DEBUG::2012-06-25 =
09:27:18,847::task::978::TaskManager.Task::(_decref) =
Task=3D`a3201917-b0bd-44ff-aabe-d6a7cd551f4e`::ref 0 aborting False=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,944::task::588::TaskManager.Task::(_updateState) =
Task=3D`5459a42d-6751-4850-919e-672b8e86fb23`::moving from state init -> =
state preparing=0A=
Thread-8870::INFO::2012-06-25 =
09:27:28,944::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8870::INFO::2012-06-25 =
09:27:28,945::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00154209136963', 'lastCheck': 1340630839.807801, 'code': 0, =
'valid': True}}=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,945::task::1172::TaskManager.Task::(prepare) =
Task=3D`5459a42d-6751-4850-919e-672b8e86fb23`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00154209136963', =
'lastCheck': 1340630839.807801, 'code': 0, 'valid': True}}=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,945::task::588::TaskManager.Task::(_updateState) =
Task=3D`5459a42d-6751-4850-919e-672b8e86fb23`::moving from state =
preparing -> state finished=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,945::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,945::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8870::DEBUG::2012-06-25 =
09:27:28,945::task::978::TaskManager.Task::(_decref) =
Task=3D`5459a42d-6751-4850-919e-672b8e86fb23`::ref 0 aborting False=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,752::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,753::task::588::TaskManager.Task::(_updateState) =
Task=3D`98abe2f3-7dc1-4bdc-af23-c30ef0f4b3e2`::moving from state init -> =
state preparing=0A=
Thread-8875::INFO::2012-06-25 =
09:27:36,753::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-8875::INFO::2012-06-25 =
09:27:36,753::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 94}}=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,754::task::1172::TaskManager.Task::(prepare) =
Task=3D`98abe2f3-7dc1-4bdc-af23-c30ef0f4b3e2`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 94}}=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,754::task::588::TaskManager.Task::(_updateState) =
Task=3D`98abe2f3-7dc1-4bdc-af23-c30ef0f4b3e2`::moving from state =
preparing -> state finished=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,754::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,754::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8875::DEBUG::2012-06-25 =
09:27:36,754::task::978::TaskManager.Task::(_decref) =
Task=3D`98abe2f3-7dc1-4bdc-af23-c30ef0f4b3e2`::ref 0 aborting False=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,773::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,773::task::588::TaskManager.Task::(_updateState) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::moving from state init -> =
state preparing=0A=
Thread-8876::INFO::2012-06-25 =
09:27:36,773::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'94', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,774::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c7d0344e=
-62b1-4e6d-af56-65a9fbc61ec2`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,774::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,774::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,774::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c7d0344e=
-62b1-4e6d-af56-65a9fbc61ec2`::Granted request=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,775::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,775::task::978::TaskManager.Task::(_decref) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::ref 1 aborting False=0A=
Thread-8876::INFO::2012-06-25 =
09:27:36,775::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,775::task::1167::TaskManager.Task::(prepare) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,775::task::588::TaskManager.Task::(_updateState) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::moving from state =
preparing -> state acquiring=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,776::task::588::TaskManager.Task::(_updateState) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::moving from state =
acquiring -> state queued=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,776::taskManager::48::TaskManager::(_queueTask) queuing task: =
74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,776::taskManager::54::TaskManager::(_queueTask) task queued: =
74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
13545e8c-40ff-48ca-a149-d68f9f0ad788::DEBUG::2012-06-25 =
09:27:36,776::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,776::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
74462cb2-4dd3-4ed4-a653-f4c4bec4d048 running: <bound method Task.commit =
of <storage.task.Task instance at 0x7f42283b8b48>> with: None=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::task::1181::TaskManager.Task::(commit) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::committing task: =
74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::task::588::TaskManager.Task::(_updateState) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::moving from state queued =
-> state running=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::task::892::TaskManager.Task::(_runJobs) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '94', 'false', 250, 0) kwargs: {})=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::task::317::TaskManager.Task::(run) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x1385690>> (args: (-1, '94', 'false', 250, 0) kwargs: {}) =
callback None=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,777::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,776::task::1169::TaskManager.Task::(prepare) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::returning=0A=
Thread-8876::DEBUG::2012-06-25 =
09:27:36,778::task::978::TaskManager.Task::(_decref) =
Task=3D`74462cb2-4dd3-4ed4-a653-f4c4bec4d048`::ref 1 aborting False=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,781::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D95', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd1b63f8de250807cf42669c0f2da210b7a58f1c1']=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,781::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,782::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D95', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd1b63f8de250807cf42669c0f2da210b7a58f1c1']=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::INFO::2012-06-25 =
09:27:36,783::sp::250::Storage.StoragePool::(startSpm) expected =
previd:-1 lver:95 got request for previd:-1 lver:94=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,783::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
74462cb2-4dd3-4ed4-a653-f4c4bec4d048::DEBUG::2012-06-25 =
09:27:36,784::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 1 5 =
/rhev/data-center/mnt/_rhev_data-center_mnt_10.1.20.7:__sd2/68aa0dc2-9cd1=
-4549-8008-30b1bae667db/dom_md/leases 60000 10000 3"' (cwd =
/usr/libexec/vdsm)=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,789::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,790::task::588::TaskManager.Task::(_updateState) =
Task=3D`1fe800b4-5288-4768-a39c-ffdf30bc2b03`::moving from state init -> =
state preparing=0A=
Thread-8878::INFO::2012-06-25 =
09:27:37,790::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'74462cb2-4dd3-4ed4-a653-f4c4bec4d048', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,791::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,791::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}=0A=
Thread-8878::INFO::2012-06-25 =
09:27:37,791::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,791::task::1172::TaskManager.Task::(prepare) =
Task=3D`1fe800b4-5288-4768-a39c-ffdf30bc2b03`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,791::task::588::TaskManager.Task::(_updateState) =
Task=3D`1fe800b4-5288-4768-a39c-ffdf30bc2b03`::moving from state =
preparing -> state finished=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,791::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,792::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8878::DEBUG::2012-06-25 =
09:27:37,792::task::978::TaskManager.Task::(_decref) =
Task=3D`1fe800b4-5288-4768-a39c-ffdf30bc2b03`::ref 0 aborting False=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,803::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,803::task::588::TaskManager.Task::(_updateState) =
Task=3D`a33e1800-655e-4648-a61b-56607756f658`::moving from state init -> =
state preparing=0A=
Thread-8879::INFO::2012-06-25 =
09:27:38,804::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'74462cb2-4dd3-4ed4-a653-f4c4bec4d048', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,804::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,804::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}=0A=
Thread-8879::INFO::2012-06-25 =
09:27:38,804::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,804::task::1172::TaskManager.Task::(prepare) =
Task=3D`a33e1800-655e-4648-a61b-56607756f658`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,804::task::588::TaskManager.Task::(_updateState) =
Task=3D`a33e1800-655e-4648-a61b-56607756f658`::moving from state =
preparing -> state finished=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,805::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,805::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8879::DEBUG::2012-06-25 =
09:27:38,805::task::978::TaskManager.Task::(_decref) =
Task=3D`a33e1800-655e-4648-a61b-56607756f658`::ref 0 aborting False=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,043::task::588::TaskManager.Task::(_updateState) =
Task=3D`be3b7633-f51c-4c99-afcf-8e8f7945b423`::moving from state init -> =
state preparing=0A=
Thread-8880::INFO::2012-06-25 =
09:27:39,043::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-8880::INFO::2012-06-25 =
09:27:39,043::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.0018310546875', 'lastCheck': 1340630849.8126249, 'code': 0, =
'valid': True}}=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,044::task::1172::TaskManager.Task::(prepare) =
Task=3D`be3b7633-f51c-4c99-afcf-8e8f7945b423`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.0018310546875', =
'lastCheck': 1340630849.8126249, 'code': 0, 'valid': True}}=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,044::task::588::TaskManager.Task::(_updateState) =
Task=3D`be3b7633-f51c-4c99-afcf-8e8f7945b423`::moving from state =
preparing -> state finished=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,044::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,044::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8880::DEBUG::2012-06-25 =
09:27:39,044::task::978::TaskManager.Task::(_decref) =
Task=3D`be3b7633-f51c-4c99-afcf-8e8f7945b423`::ref 0 aborting False=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,816::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,817::task::588::TaskManager.Task::(_updateState) =
Task=3D`9b30e458-ef95-4e6a-9f20-9f4e23f3c3c6`::moving from state init -> =
state preparing=0A=
Thread-8882::INFO::2012-06-25 =
09:27:39,818::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'74462cb2-4dd3-4ed4-a653-f4c4bec4d048', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,818::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,818::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}=0A=
Thread-8882::INFO::2012-06-25 =
09:27:39,819::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,819::task::1172::TaskManager.Task::(prepare) =
Task=3D`9b30e458-ef95-4e6a-9f20-9f4e23f3c3c6`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,819::task::588::TaskManager.Task::(_updateState) =
Task=3D`9b30e458-ef95-4e6a-9f20-9f4e23f3c3c6`::moving from state =
preparing -> state finished=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,819::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,819::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8882::DEBUG::2012-06-25 =
09:27:39,820::task::978::TaskManager.Task::(_decref) =
Task=3D`9b30e458-ef95-4e6a-9f20-9f4e23f3c3c6`::ref 0 aborting False=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,831::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,831::task::588::TaskManager.Task::(_updateState) =
Task=3D`54c3d71d-1778-4095-828c-c1d2e13dc8b3`::moving from state init -> =
state preparing=0A=
Thread-8883::INFO::2012-06-25 =
09:27:40,853::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'74462cb2-4dd3-4ed4-a653-f4c4bec4d048', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,853::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,853::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}=0A=
Thread-8883::INFO::2012-06-25 =
09:27:40,853::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,854::task::1172::TaskManager.Task::(prepare) =
Task=3D`54c3d71d-1778-4095-828c-c1d2e13dc8b3`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,854::task::588::TaskManager.Task::(_updateState) =
Task=3D`54c3d71d-1778-4095-828c-c1d2e13dc8b3`::moving from state =
preparing -> state finished=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,854::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,854::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8883::DEBUG::2012-06-25 =
09:27:40,854::task::978::TaskManager.Task::(_decref) =
Task=3D`54c3d71d-1778-4095-828c-c1d2e13dc8b3`::ref 0 aborting False=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,866::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,867::task::588::TaskManager.Task::(_updateState) =
Task=3D`69a340cc-6fbd-4984-9edb-97bdff658454`::moving from state init -> =
state preparing=0A=
Thread-8885::INFO::2012-06-25 =
09:27:41,867::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'74462cb2-4dd3-4ed4-a653-f4c4bec4d048', =
spUUID=3DNone, options=3DNone)=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,867::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 74462cb2-4dd3-4ed4-a653-f4c4bec4d048=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,867::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}=0A=
Thread-8885::INFO::2012-06-25 =
09:27:41,868::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,868::task::1172::TaskManager.Task::(prepare) =
Task=3D`69a340cc-6fbd-4984-9edb-97bdff658454`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '74462cb2-4dd3-4ed4-a653-f4c4bec4d048'}}=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,868::task::588::TaskManager.Task::(_updateState) =
Task=3D`69a340cc-6fbd-4984-9edb-97bdff658454`::moving from state =
preparing -> state finished=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,868::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,868::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-8885::DEBUG::2012-06-25 =
09:27:41,868::task::978::TaskManager.Task::(_decref) =
Task=3D`69a340cc-6fbd-4984-9edb-97bdff658454`::ref 0 aborting False=0A=
------=_NextPart_000_0168_01CD52FB.847B6280
Content-Type: application/octet-stream;
name="vdsm-7.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="vdsm-7.log"
Thread-3420::DEBUG::2012-06-25 =
09:11:30,268::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,268::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,268::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,268::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3420::INFO::2012-06-25 =
09:11:30,269::logUtils::39::dispatcher::(wrapper) Run and protect: =
disconnectStorageServer, Return response: {'statuslist': [{'status': 0, =
'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,269::task::1172::TaskManager.Task::(prepare) =
Task=3D`9daef78b-895c-4f6d-9afe-faf8e157202d`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,269::task::588::TaskManager.Task::(_updateState) =
Task=3D`9daef78b-895c-4f6d-9afe-faf8e157202d`::moving from state =
preparing -> state finished=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,269::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,269::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3420::DEBUG::2012-06-25 =
09:11:30,270::task::978::TaskManager.Task::(_decref) =
Task=3D`9daef78b-895c-4f6d-9afe-faf8e157202d`::ref 0 aborting False=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,102::BindingXMLRPC::872::vds::(wrapper) client =
[10.1.20.2]::call getCapabilities with () {} flowID [60baf29e]=0A=
Thread-3421::ERROR::2012-06-25 =
09:24:38,140::caps::294::root::(kernelDict) kernel release not found=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/caps.py", line 292, in kernelDict=0A=
strip().split('-', 1)=0A=
ValueError: need more than 1 value to unpack=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,142::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-kvm' (cwd =
None)=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,171::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,171::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-img' (cwd =
None)=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,198::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,199::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" vdsm' (cwd None)=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,223::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,223::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" spice-server' =
(cwd None)=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,248::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,248::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" libvirt' (cwd =
None)=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,273::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3421::DEBUG::2012-06-25 =
09:24:38,275::BindingXMLRPC::879::vds::(wrapper) return getCapabilities =
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory': =
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:3315822c75c1'}], =
'FC': []}, 'packages2': {'kernel': {'release': '0', 'buildtime': =
1340368826.0, 'version': '0'}, 'spice-server': {'release': '5.el6', =
'buildtime': '1323492018', 'version': '0.8.2'}, 'vdsm': {'release': =
'0.58.gita6f4929.el6', 'buildtime': '1340188618', 'version': '4.10.0'}, =
'qemu-kvm': {'release': '2.209.el6_2.4', 'buildtime': '1327361568', =
'version': '0.12.1.2'}, 'libvirt': {'release': '23.el6', 'buildtime': =
'1323231757', 'version': '0.9.4'}, 'qemu-img': {'release': =
'2.209.el6_2.4', 'buildtime': '1327361568', 'version': '0.12.1.2'}}, =
'cpuModel': 'Intel(R) Xeon(R) CPU 5140 @ 2.33GHz', 'hooks': =
{'before_vm_start': {'50_vhostmd': {'md5': =
'1635e45584995d9ad2629939cb0bcdbf'}, '10_faqemu': {'md5': =
'cc341267049319e0085d1f629d6fb015'}}, 'after_vm_destroy': {'50_vhostmd': =
{'md5': '7e7509430304099f38e4a9de966af090'}}, 'before_vm_dehibernate': =
{'50_vhostmd': {'md5': '1635e45584995d9ad2629939cb0bcdbf'}}, =
'before_vm_migrate_destination': {'50_vhostmd': {'md5': =
'1635e45584995d9ad2629939cb0bcdbf'}}}, 'vmTypes': ['kvm'], =
'supportedProtocols': ['2.2', '2.3'], 'networks': {'ovirtmgmt': {'addr': =
'10.2.20.8', 'cfg': {'DELAY': '0', 'BOOTPROTO': 'dhcp', 'STP': 'no', =
'DEVICE': 'ovirtmgmt', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': =
'1500', 'netmask': '255.255.255.0', 'stp': 'off', 'bridged': True, =
'gateway': '10.2.20.1', 'ports': ['eth0.20']}, 'vlan58': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan58', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.58']}, 'vlan56': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan56', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.56']}, 'vlan57': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan57', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.57']}, 'vlan54': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan54', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.54']}, 'vlan55': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan55', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.55']}, 'vm53': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vm53', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.53']}}, 'uuid': =
'54748E0A-54FC-6615-54FD-661559792E0B_00:1c:c4:74:b0:96', =
'lastClientIface': 'ovirtmgmt', 'nics': {'eth1': {'hwaddr': =
'00:1c:c4:74:b0:97', 'netmask': '', 'speed': 0, 'addr': '', 'mtu': =
'1500'}, 'eth0': {'hwaddr': '00:1c:c4:74:b0:96', 'netmask': '', 'speed': =
1000, 'addr': '', 'mtu': '1500'}}, 'software_revision': '0.58', =
'management_ip': '', 'clusterLevels': ['3.0', '3.1'], 'cpuFlags': =
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36=
,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_t=
sc,arch_perfmon,pebs,bts,rep_good,nopl,aperfmperf,pni,dtes64,monitor,ds_c=
pl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,lahf_lm,dts,tpr_shadow,model_Conr=
oe', 'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:3315822c75c1', =
'netConfigDirty': 'False', 'memSize': '16080', 'reservedMem': '321', =
'bondings': {'bond4': {'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': =
'', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond0': {'addr': '', =
'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr': =
'00:00:00:00:00:00'}, 'bond1': {'addr': '', 'cfg': {}, 'mtu': '1500', =
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond2': =
{'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], =
'hwaddr': '00:00:00:00:00:00'}, 'bond3': {'addr': '', 'cfg': {}, 'mtu': =
'1500', 'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}}, =
'software_version': '4.10', 'cpuSpeed': '2327.450', 'cpuSockets': '1', =
'vlans': {'eth0.58': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.57': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.56': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.55': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.54': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.53': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.20': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}}, 'cpuCores': '2', 'kvmEnabled': 'true', 'guestOverhead': '65', =
'supportedRHEVMs': ['3.0', '3.1'], 'version_name': 'Snow Man', =
'emulatedMachines': [u'rhel6.2.0', u'pc', u'rhel6.1.0', u'rhel6.0.0', =
u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0', u'rhel6.2.0', u'pc', =
u'rhel6.1.0', u'rhel6.0.0', u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0'], =
'operatingSystem': {'release': '1.1', 'version': '6.2', 'name': 'oVirt =
Node'}, 'lastClient': '10.1.20.2'}}=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:38,970::BindingXMLRPC::872::vds::(wrapper) client =
[10.1.20.2]::call getCapabilities with () {} flowID [73b82ca1]=0A=
Thread-3422::ERROR::2012-06-25 =
09:24:39,004::caps::294::root::(kernelDict) kernel release not found=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/caps.py", line 292, in kernelDict=0A=
strip().split('-', 1)=0A=
ValueError: need more than 1 value to unpack=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,005::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-kvm' (cwd =
None)=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,032::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,032::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" qemu-img' (cwd =
None)=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,059::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,059::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" vdsm' (cwd None)=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,084::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,084::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" spice-server' =
(cwd None)=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,109::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,109::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/rpm -q =
--qf "%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n" libvirt' (cwd =
None)=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,135::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3422::DEBUG::2012-06-25 =
09:24:39,136::BindingXMLRPC::879::vds::(wrapper) return getCapabilities =
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory': =
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:3315822c75c1'}], =
'FC': []}, 'packages2': {'kernel': {'release': '0', 'buildtime': =
1340368826.0, 'version': '0'}, 'spice-server': {'release': '5.el6', =
'buildtime': '1323492018', 'version': '0.8.2'}, 'vdsm': {'release': =
'0.58.gita6f4929.el6', 'buildtime': '1340188618', 'version': '4.10.0'}, =
'qemu-kvm': {'release': '2.209.el6_2.4', 'buildtime': '1327361568', =
'version': '0.12.1.2'}, 'libvirt': {'release': '23.el6', 'buildtime': =
'1323231757', 'version': '0.9.4'}, 'qemu-img': {'release': =
'2.209.el6_2.4', 'buildtime': '1327361568', 'version': '0.12.1.2'}}, =
'cpuModel': 'Intel(R) Xeon(R) CPU 5140 @ 2.33GHz', 'hooks': =
{'before_vm_start': {'50_vhostmd': {'md5': =
'1635e45584995d9ad2629939cb0bcdbf'}, '10_faqemu': {'md5': =
'cc341267049319e0085d1f629d6fb015'}}, 'after_vm_destroy': {'50_vhostmd': =
{'md5': '7e7509430304099f38e4a9de966af090'}}, 'before_vm_dehibernate': =
{'50_vhostmd': {'md5': '1635e45584995d9ad2629939cb0bcdbf'}}, =
'before_vm_migrate_destination': {'50_vhostmd': {'md5': =
'1635e45584995d9ad2629939cb0bcdbf'}}}, 'vmTypes': ['kvm'], =
'supportedProtocols': ['2.2', '2.3'], 'networks': {'ovirtmgmt': {'addr': =
'10.2.20.8', 'cfg': {'DELAY': '0', 'BOOTPROTO': 'dhcp', 'STP': 'no', =
'DEVICE': 'ovirtmgmt', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': =
'1500', 'netmask': '255.255.255.0', 'stp': 'off', 'bridged': True, =
'gateway': '10.2.20.1', 'ports': ['eth0.20']}, 'vlan58': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan58', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.58']}, 'vlan56': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan56', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.56']}, 'vlan57': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan57', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.57']}, 'vlan54': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vlan54', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.54']}, 'vlan55': {'addr': '', =
'cfg': {'DELAY': '0', 'BOOTPROTO': 'none', 'STP': 'no', 'DEVICE': =
'vlan55', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': =
'', 'stp': 'off', 'bridged': True, 'gateway': '0.0.0.0', 'ports': =
['eth0.55']}, 'vm53': {'addr': '', 'cfg': {'DELAY': '0', 'BOOTPROTO': =
'none', 'STP': 'no', 'DEVICE': 'vm53', 'TYPE': 'Bridge', 'ONBOOT': =
'yes'}, 'mtu': '1500', 'netmask': '', 'stp': 'off', 'bridged': True, =
'gateway': '0.0.0.0', 'ports': ['eth0.53']}}, 'uuid': =
'54748E0A-54FC-6615-54FD-661559792E0B_00:1c:c4:74:b0:96', =
'lastClientIface': 'ovirtmgmt', 'nics': {'eth1': {'hwaddr': =
'00:1c:c4:74:b0:97', 'netmask': '', 'speed': 0, 'addr': '', 'mtu': =
'1500'}, 'eth0': {'hwaddr': '00:1c:c4:74:b0:96', 'netmask': '', 'speed': =
1000, 'addr': '', 'mtu': '1500'}}, 'software_revision': '0.58', =
'management_ip': '', 'clusterLevels': ['3.0', '3.1'], 'cpuFlags': =
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36=
,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,lm,constant_t=
sc,arch_perfmon,pebs,bts,rep_good,nopl,aperfmperf,pni,dtes64,monitor,ds_c=
pl,vmx,est,tm2,ssse3,cx16,xtpr,pdcm,dca,lahf_lm,dts,tpr_shadow,model_Conr=
oe', 'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:3315822c75c1', =
'netConfigDirty': 'False', 'memSize': '16080', 'reservedMem': '321', =
'bondings': {'bond4': {'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': =
'', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond0': {'addr': '', =
'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr': =
'00:00:00:00:00:00'}, 'bond1': {'addr': '', 'cfg': {}, 'mtu': '1500', =
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond2': =
{'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [], =
'hwaddr': '00:00:00:00:00:00'}, 'bond3': {'addr': '', 'cfg': {}, 'mtu': =
'1500', 'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}}, =
'software_version': '4.10', 'cpuSpeed': '2327.450', 'cpuSockets': '1', =
'vlans': {'eth0.58': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.57': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.56': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.55': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.54': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.53': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}, 'eth0.20': {'netmask': '', 'iface': 'eth0', 'addr': '', 'mtu': =
'1500'}}, 'cpuCores': '2', 'kvmEnabled': 'true', 'guestOverhead': '65', =
'supportedRHEVMs': ['3.0', '3.1'], 'version_name': 'Snow Man', =
'emulatedMachines': [u'rhel6.2.0', u'pc', u'rhel6.1.0', u'rhel6.0.0', =
u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0', u'rhel6.2.0', u'pc', =
u'rhel6.1.0', u'rhel6.0.0', u'rhel5.5.0', u'rhel5.4.4', u'rhel5.4.0'], =
'operatingSystem': {'release': '1.1', 'version': '6.2', 'name': 'oVirt =
Node'}, 'lastClient': '10.1.20.2'}}=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,162::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,162::task::588::TaskManager.Task::(_updateState) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::moving from state init -> =
state preparing=0A=
Thread-3424::INFO::2012-06-25 =
09:24:41,162::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3424::ERROR::2012-06-25 =
09:24:41,163::task::853::TaskManager.Task::(_setError) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,163::task::872::TaskManager.Task::(_run) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::Task._run: =
91a74d72-1f39-466f-aa56-ffa3cb8cffee =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,163::task::1199::TaskManager.Task::(stop) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::stopping in state =
preparing (force False)=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,163::task::978::TaskManager.Task::(_decref) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::ref 1 aborting True=0A=
Thread-3424::INFO::2012-06-25 =
09:24:41,164::task::1157::TaskManager.Task::(prepare) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::task::1162::TaskManager.Task::(prepare) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::task::978::TaskManager.Task::(_decref) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::ref 0 aborting True=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::task::913::TaskManager.Task::(_doAbort) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::Task._doAbort: force False=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::task::588::TaskManager.Task::(_updateState) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::moving from state =
preparing -> state aborting=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,164::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::_aborting: recover policy =
none=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,165::task::588::TaskManager.Task::(_updateState) =
Task=3D`91a74d72-1f39-466f-aa56-ffa3cb8cffee`::moving from state =
aborting -> state failed=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,165::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3424::DEBUG::2012-06-25 =
09:24:41,165::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3424::ERROR::2012-06-25 =
09:24:41,165::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,211::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,211::task::588::TaskManager.Task::(_updateState) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::moving from state init -> =
state preparing=0A=
Thread-3425::INFO::2012-06-25 =
09:24:41,212::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D2, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,212::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4ff1a66b=
-d8bf-4d1f-9eab-216e76da5d65`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,212::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,213::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,213::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4ff1a66b=
-d8bf-4d1f-9eab-216e76da5d65`::Granted request=0A=
Thread-3425::INFO::2012-06-25 =
09:24:41,213::sp::625::Storage.StoragePool::(connect) Connect host #2 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,214::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,214::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,214::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,214::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,215::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,216::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,237::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,237::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,403::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,496::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,498::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,498::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,498::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,498::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,499::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,499::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,499::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,499::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,501::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000cca0050b56e8%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,671::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-3425::WARNING::2012-06-25 =
09:24:41,672::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,673::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,676::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,677::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,677::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,677::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3425::ERROR::2012-06-25 =
09:24:41,677::task::853::TaskManager.Task::(_setError) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 817, in connectStoragePool=0A=
return self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID, =
masterVersion, options)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 859, in _connectStoragePool=0A=
res =3D pool.connect(hostID, scsiKey, msdUUID, masterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 641, in connect=0A=
self.__rebuild(msdUUID=3DmsdUUID, masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1109, in __rebuild=0A=
self.masterDomain =3D self.getMasterDomain(msdUUID=3DmsdUUID, =
masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1448, in getMasterDomain=0A=
raise se.StoragePoolMasterNotFound(self.spUUID, msdUUID)=0A=
StoragePoolMasterNotFound: Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,678::task::872::TaskManager.Task::(_run) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::Task._run: =
4ec7953b-340d-4f54-ba98-fc2ef9a4a710 =
('b1c7875a-964d-4633-8ea4-2b191d68c105', 2, =
'b1c7875a-964d-4633-8ea4-2b191d68c105', =
'68aa0dc2-9cd1-4549-8008-30b1bae667db', 1) {} failed - stopping task=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,678::task::1199::TaskManager.Task::(stop) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::stopping in state =
preparing (force False)=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,678::task::978::TaskManager.Task::(_decref) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::ref 1 aborting True=0A=
Thread-3425::INFO::2012-06-25 =
09:24:41,679::task::1157::TaskManager.Task::(prepare) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::aborting: Task is =
aborted: 'Cannot find master domain' - code 304=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,679::task::1162::TaskManager.Task::(prepare) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::Prepare: aborted: Cannot =
find master domain=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,679::task::978::TaskManager.Task::(_decref) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::ref 0 aborting True=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,679::task::913::TaskManager.Task::(_doAbort) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::Task._doAbort: force False=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,679::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,679::task::588::TaskManager.Task::(_updateState) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::moving from state =
preparing -> state aborting=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,680::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::_aborting: recover policy =
none=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,680::task::588::TaskManager.Task::(_updateState) =
Task=3D`4ec7953b-340d-4f54-ba98-fc2ef9a4a710`::moving from state =
aborting -> state failed=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,680::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3425::DEBUG::2012-06-25 =
09:24:41,680::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3425::ERROR::2012-06-25 =
09:24:41,680::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'", 'code': 304}}=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,699::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,699::task::588::TaskManager.Task::(_updateState) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::moving from state init -> =
state preparing=0A=
Thread-3432::INFO::2012-06-25 =
09:24:41,699::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3432::ERROR::2012-06-25 =
09:24:41,700::task::853::TaskManager.Task::(_setError) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,700::task::872::TaskManager.Task::(_run) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::Task._run: =
b2684c3b-47d9-4e62-98b8-bc4d2055a1e4 =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,700::task::1199::TaskManager.Task::(stop) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::stopping in state =
preparing (force False)=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,700::task::978::TaskManager.Task::(_decref) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::ref 1 aborting True=0A=
Thread-3432::INFO::2012-06-25 =
09:24:41,700::task::1157::TaskManager.Task::(prepare) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::task::1162::TaskManager.Task::(prepare) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::task::978::TaskManager.Task::(_decref) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::ref 0 aborting True=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::task::913::TaskManager.Task::(_doAbort) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::Task._doAbort: force False=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::task::588::TaskManager.Task::(_updateState) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::moving from state =
preparing -> state aborting=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,701::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::_aborting: recover policy =
none=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,702::task::588::TaskManager.Task::(_updateState) =
Task=3D`b2684c3b-47d9-4e62-98b8-bc4d2055a1e4`::moving from state =
aborting -> state failed=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,702::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3432::DEBUG::2012-06-25 =
09:24:41,702::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3432::ERROR::2012-06-25 =
09:24:41,702::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,274::task::588::TaskManager.Task::(_updateState) =
Task=3D`f3e9146b-55f7-487a-b2d8-311dfea554a1`::moving from state init -> =
state preparing=0A=
Thread-3433::INFO::2012-06-25 =
09:24:43,274::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3433::INFO::2012-06-25 =
09:24:43,274::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,274::task::1172::TaskManager.Task::(prepare) =
Task=3D`f3e9146b-55f7-487a-b2d8-311dfea554a1`::finished: {}=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,275::task::588::TaskManager.Task::(_updateState) =
Task=3D`f3e9146b-55f7-487a-b2d8-311dfea554a1`::moving from state =
preparing -> state finished=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,275::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,275::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3433::DEBUG::2012-06-25 =
09:24:43,275::task::978::TaskManager.Task::(_decref) =
Task=3D`f3e9146b-55f7-487a-b2d8-311dfea554a1`::ref 0 aborting False=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,274::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,274::task::588::TaskManager.Task::(_updateState) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::moving from state init -> =
state preparing=0A=
Thread-3439::INFO::2012-06-25 =
09:24:52,274::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3439::ERROR::2012-06-25 =
09:24:52,275::task::853::TaskManager.Task::(_setError) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,275::task::872::TaskManager.Task::(_run) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::Task._run: =
6b581a4f-f969-4a1d-ba33-7f7b05a70f61 =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,275::task::1199::TaskManager.Task::(stop) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::stopping in state =
preparing (force False)=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,275::task::978::TaskManager.Task::(_decref) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::ref 1 aborting True=0A=
Thread-3439::INFO::2012-06-25 =
09:24:52,275::task::1157::TaskManager.Task::(prepare) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::task::1162::TaskManager.Task::(prepare) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::task::978::TaskManager.Task::(_decref) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::ref 0 aborting True=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::task::913::TaskManager.Task::(_doAbort) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::Task._doAbort: force False=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::task::588::TaskManager.Task::(_updateState) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::moving from state =
preparing -> state aborting=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,276::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::_aborting: recover policy =
none=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,277::task::588::TaskManager.Task::(_updateState) =
Task=3D`6b581a4f-f969-4a1d-ba33-7f7b05a70f61`::moving from state =
aborting -> state failed=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,277::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3439::DEBUG::2012-06-25 =
09:24:52,277::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3439::ERROR::2012-06-25 =
09:24:52,277::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,306::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,306::task::588::TaskManager.Task::(_updateState) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::moving from state init -> =
state preparing=0A=
Thread-3440::INFO::2012-06-25 =
09:24:52,306::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D2, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,307::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`86d8ac26=
-50e5-4595-914e-4596fece6f99`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,307::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,307::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,307::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`86d8ac26=
-50e5-4595-914e-4596fece6f99`::Granted request=0A=
Thread-3440::INFO::2012-06-25 =
09:24:52,308::sp::625::Storage.StoragePool::(connect) Connect host #2 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,308::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,308::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,309::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,309::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,309::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,309::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,310::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,310::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,310::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,310::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,310::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,330::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,331::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,496::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,546::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,547::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,547::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,547::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,548::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,548::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,548::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,548::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,549::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,550::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000cca0050b56e8%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,694::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-3440::WARNING::2012-06-25 =
09:24:52,695::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,696::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,699::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,699::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,699::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,700::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3440::ERROR::2012-06-25 =
09:24:52,700::task::853::TaskManager.Task::(_setError) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 817, in connectStoragePool=0A=
return self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID, =
masterVersion, options)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 859, in _connectStoragePool=0A=
res =3D pool.connect(hostID, scsiKey, msdUUID, masterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 641, in connect=0A=
self.__rebuild(msdUUID=3DmsdUUID, masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1109, in __rebuild=0A=
self.masterDomain =3D self.getMasterDomain(msdUUID=3DmsdUUID, =
masterVersion=3DmasterVersion)=0A=
File "/usr/share/vdsm/storage/sp.py", line 1448, in getMasterDomain=0A=
raise se.StoragePoolMasterNotFound(self.spUUID, msdUUID)=0A=
StoragePoolMasterNotFound: Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,700::task::872::TaskManager.Task::(_run) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::Task._run: =
c679246b-03d4-4861-9d23-2c2f5b97b343 =
('b1c7875a-964d-4633-8ea4-2b191d68c105', 2, =
'b1c7875a-964d-4633-8ea4-2b191d68c105', =
'68aa0dc2-9cd1-4549-8008-30b1bae667db', 1) {} failed - stopping task=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,701::task::1199::TaskManager.Task::(stop) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::stopping in state =
preparing (force False)=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,701::task::978::TaskManager.Task::(_decref) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::ref 1 aborting True=0A=
Thread-3440::INFO::2012-06-25 =
09:24:52,701::task::1157::TaskManager.Task::(prepare) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::aborting: Task is =
aborted: 'Cannot find master domain' - code 304=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,701::task::1162::TaskManager.Task::(prepare) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::Prepare: aborted: Cannot =
find master domain=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,701::task::978::TaskManager.Task::(_decref) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::ref 0 aborting True=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,701::task::913::TaskManager.Task::(_doAbort) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::Task._doAbort: force False=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::task::588::TaskManager.Task::(_updateState) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::moving from state =
preparing -> state aborting=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::_aborting: recover policy =
none=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::task::588::TaskManager.Task::(_updateState) =
Task=3D`c679246b-03d4-4861-9d23-2c2f5b97b343`::moving from state =
aborting -> state failed=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3440::DEBUG::2012-06-25 =
09:24:52,702::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3440::ERROR::2012-06-25 =
09:24:52,703::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Cannot find master domain: =
'spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105, =
msdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db'", 'code': 304}}=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,734::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,735::task::588::TaskManager.Task::(_updateState) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::moving from state init -> =
state preparing=0A=
Thread-3446::INFO::2012-06-25 =
09:24:52,735::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3446::ERROR::2012-06-25 =
09:24:52,735::task::853::TaskManager.Task::(_setError) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,735::task::872::TaskManager.Task::(_run) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::Task._run: =
96c8e6fc-0e1e-457f-a069-2db7bcbba600 =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,735::task::1199::TaskManager.Task::(stop) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::stopping in state =
preparing (force False)=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,736::task::978::TaskManager.Task::(_decref) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::ref 1 aborting True=0A=
Thread-3446::INFO::2012-06-25 =
09:24:52,736::task::1157::TaskManager.Task::(prepare) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,736::task::1162::TaskManager.Task::(prepare) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,736::task::978::TaskManager.Task::(_decref) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::ref 0 aborting True=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,736::task::913::TaskManager.Task::(_doAbort) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::Task._doAbort: force False=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,736::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,737::task::588::TaskManager.Task::(_updateState) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::moving from state =
preparing -> state aborting=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,737::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::_aborting: recover policy =
none=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,737::task::588::TaskManager.Task::(_updateState) =
Task=3D`96c8e6fc-0e1e-457f-a069-2db7bcbba600`::moving from state =
aborting -> state failed=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,737::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3446::DEBUG::2012-06-25 =
09:24:52,737::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3446::ERROR::2012-06-25 =
09:24:52,737::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,122::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,123::task::588::TaskManager.Task::(_updateState) =
Task=3D`c9f52b54-4c30-429f-9ec0-b7f5ede2f164`::moving from state init -> =
state preparing=0A=
Thread-3447::INFO::2012-06-25 =
09:24:53,123::logUtils::37::dispatcher::(wrapper) Run and protect: =
validateStorageServerConnection(domType=3D6, =
spUUID=3D'00000000-0000-0000-0000-000000000000', conList=3D[{'port': '', =
'connection': '10.1.20.7:/sd2', 'iqn': '', 'portal': '', 'user': '', =
'vfs_type': 'glusterfs', 'password': '******', 'id': =
'b98d9f47-106a-44d7-886d-ac43d1c60596'}], options=3DNone)=0A=
Thread-3447::INFO::2012-06-25 =
09:24:53,123::logUtils::39::dispatcher::(wrapper) Run and protect: =
validateStorageServerConnection, Return response: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,123::task::1172::TaskManager.Task::(prepare) =
Task=3D`c9f52b54-4c30-429f-9ec0-b7f5ede2f164`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,123::task::588::TaskManager.Task::(_updateState) =
Task=3D`c9f52b54-4c30-429f-9ec0-b7f5ede2f164`::moving from state =
preparing -> state finished=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,123::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,124::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3447::DEBUG::2012-06-25 =
09:24:53,124::task::978::TaskManager.Task::(_decref) =
Task=3D`c9f52b54-4c30-429f-9ec0-b7f5ede2f164`::ref 0 aborting False=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:53,140::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:53,140::task::588::TaskManager.Task::(_updateState) =
Task=3D`d5812614-251c-49f0-8df9-308cb2d25102`::moving from state init -> =
state preparing=0A=
Thread-3448::INFO::2012-06-25 =
09:24:53,141::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStorageServer(domType=3D6, =
spUUID=3D'00000000-0000-0000-0000-000000000000', conList=3D[{'port': '', =
'connection': '10.1.20.7:/sd2', 'iqn': '', 'portal': '', 'user': '', =
'vfs_type': 'glusterfs', 'password': '******', 'id': =
'b98d9f47-106a-44d7-886d-ac43d1c60596'}], options=3DNone)=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:53,144::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /bin/mount -t glusterfs 10.1.20.7:/sd2 =
/rhev/data-center/mnt/10.1.20.7:_sd2' (cwd None)=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,382::task::588::TaskManager.Task::(_updateState) =
Task=3D`fdd2ed59-75d1-4bbc-8303-2bb073dc2ddd`::moving from state init -> =
state preparing=0A=
Thread-3449::INFO::2012-06-25 =
09:24:53,382::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3449::INFO::2012-06-25 =
09:24:53,382::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {}=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,382::task::1172::TaskManager.Task::(prepare) =
Task=3D`fdd2ed59-75d1-4bbc-8303-2bb073dc2ddd`::finished: {}=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,382::task::588::TaskManager.Task::(_updateState) =
Task=3D`fdd2ed59-75d1-4bbc-8303-2bb073dc2ddd`::moving from state =
preparing -> state finished=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,383::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,383::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3449::DEBUG::2012-06-25 =
09:24:53,383::task::978::TaskManager.Task::(_decref) =
Task=3D`fdd2ed59-75d1-4bbc-8303-2bb073dc2ddd`::ref 0 aborting False=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,215::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,215::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,215::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,216::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,216::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,216::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3448::INFO::2012-06-25 =
09:24:57,216::logUtils::39::dispatcher::(wrapper) Run and protect: =
connectStorageServer, Return response: {'statuslist': [{'status': 0, =
'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,216::task::1172::TaskManager.Task::(prepare) =
Task=3D`d5812614-251c-49f0-8df9-308cb2d25102`::finished: {'statuslist': =
[{'status': 0, 'id': 'b98d9f47-106a-44d7-886d-ac43d1c60596'}]}=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,217::task::588::TaskManager.Task::(_updateState) =
Task=3D`d5812614-251c-49f0-8df9-308cb2d25102`::moving from state =
preparing -> state finished=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,217::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,217::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3448::DEBUG::2012-06-25 =
09:24:57,217::task::978::TaskManager.Task::(_decref) =
Task=3D`d5812614-251c-49f0-8df9-308cb2d25102`::ref 0 aborting False=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,267::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,267::task::588::TaskManager.Task::(_updateState) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::moving from state init -> =
state preparing=0A=
Thread-3452::INFO::2012-06-25 =
09:24:57,268::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3452::ERROR::2012-06-25 =
09:24:57,268::task::853::TaskManager.Task::(_setError) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::Unexpected error=0A=
Traceback (most recent call last):=0A=
File "/usr/share/vdsm/storage/task.py", line 861, in _run=0A=
return fn(*args, **kargs)=0A=
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper=0A=
res =3D f(*args, **kwargs)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 528, in getSpmStatus=0A=
pool =3D self.getPool(spUUID)=0A=
File "/usr/share/vdsm/storage/hsm.py", line 265, in getPool=0A=
raise se.StoragePoolUnknown(spUUID)=0A=
StoragePoolUnknown: Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,268::task::872::TaskManager.Task::(_run) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::Task._run: =
766203b8-ae3b-49ce-90c4-7022b0105a5b =
('b1c7875a-964d-4633-8ea4-2b191d68c105',) {} failed - stopping task=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,268::task::1199::TaskManager.Task::(stop) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::stopping in state =
preparing (force False)=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,268::task::978::TaskManager.Task::(_decref) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::ref 1 aborting True=0A=
Thread-3452::INFO::2012-06-25 =
09:24:57,269::task::1157::TaskManager.Task::(prepare) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::aborting: Task is =
aborted: 'Unknown pool id, pool not connected' - code 309=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,269::task::1162::TaskManager.Task::(prepare) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::Prepare: aborted: Unknown =
pool id, pool not connected=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,269::task::978::TaskManager.Task::(_decref) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::ref 0 aborting True=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,269::task::913::TaskManager.Task::(_doAbort) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::Task._doAbort: force False=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,269::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,269::task::588::TaskManager.Task::(_updateState) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::moving from state =
preparing -> state aborting=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,270::task::537::TaskManager.Task::(__state_aborting) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::_aborting: recover policy =
none=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,270::task::588::TaskManager.Task::(_updateState) =
Task=3D`766203b8-ae3b-49ce-90c4-7022b0105a5b`::moving from state =
aborting -> state failed=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,270::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3452::DEBUG::2012-06-25 =
09:24:57,270::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3452::ERROR::2012-06-25 =
09:24:57,270::dispatcher::66::Storage.Dispatcher.Protect::(run) =
{'status': {'message': "Unknown pool id, pool not connected: =
('b1c7875a-964d-4633-8ea4-2b191d68c105',)", 'code': 309}}=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,299::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,299::task::588::TaskManager.Task::(_updateState) =
Task=3D`d0989ce2-9ac1-4089-ab86-b8e17fcfecbc`::moving from state init -> =
state preparing=0A=
Thread-3453::INFO::2012-06-25 =
09:24:57,300::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D2, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,300::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`82066634=
-32cf-4fe4-b569-cb0bfe2945cb`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,300::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,300::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,301::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`82066634=
-32cf-4fe4-b569-cb0bfe2945cb`::Granted request=0A=
Thread-3453::INFO::2012-06-25 =
09:24:57,301::sp::625::Storage.StoragePool::(connect) Connect host #2 to =
the storage pool b1c7875a-964d-4633-8ea4-2b191d68c105 with master =
domain: 68aa0dc2-9cd1-4549-8008-30b1bae667db (ver =3D 1)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,301::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,302::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,302::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,302::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,302::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sdc.refreshStorage)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.iscsi.rescan)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,303::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/iscsiadm -m session -R' (cwd None)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,327::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D 'iscsiadm: No session found.\n'; <rc> =3D 21=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,328::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,509::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/multipath' (cwd None)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,557::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,558::lvm::459::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,558::lvm::461::OperationMutex::(_invalidateAllPvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,558::lvm::471::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,559::lvm::473::OperationMutex::(_invalidateAllVgs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,559::lvm::492::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,559::lvm::494::OperationMutex::(_invalidateAllLvs) Operation =
'lvm invalidate operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,559::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,559::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,561::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000cca0050b56e8%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd None)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,705::__init__::1164::Storage.Misc.excCmd::(_log) FAILED: <err> =
=3D ' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found\n'; =
<rc> =3D 5=0A=
Thread-3453::WARNING::2012-06-25 =
09:24:57,707::lvm::355::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] =
[' Volume group "68aa0dc2-9cd1-4549-8008-30b1bae667db" not found']=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,707::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,721::fileSD::107::Storage.StorageDomain::(__init__) Reading =
domain in path =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,722::persistentDict::185::Storage.PersistentDict::(__init__) =
Created a persistent dict with FileMetadataRW backend=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,725::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D90', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd49af129aa9002f80775e98f959f75b9a77541c5']=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,730::fileSD::420::Storage.StorageDomain::(imageGarbageCollector)=
Removing remnants of deleted images []=0A=
Thread-3453::WARNING::2012-06-25 =
09:24:57,730::sd::348::Storage.StorageDomain::(_registerResourceNamespace=
s) Resource namespace 68aa0dc2-9cd1-4549-8008-30b1bae667db_imageNS =
already registered=0A=
Thread-3453::WARNING::2012-06-25 =
09:24:57,730::sd::356::Storage.StorageDomain::(_registerResourceNamespace=
s) Resource namespace 68aa0dc2-9cd1-4549-8008-30b1bae667db_volumeNS =
already registered=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,730::sp::1465::Storage.StoragePool::(getMasterDomain) Master =
domain 68aa0dc2-9cd1-4549-8008-30b1bae667db verified, version 1=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,731::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,731::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,739::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D90', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd49af129aa9002f80775e98f959f75b9a77541c5']=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,740::sp::1495::Storage.StoragePool::(updateMonitoringThreads) =
sp `b1c7875a-964d-4633-8ea4-2b191d68c105` started monitoring domain =
`68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,740::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,741::lvm::351::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' got the operation mutex=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,741::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /sbin/lvm vgs --config " devices { preferred_names =3D =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=3D1 write_cache_state=3D0 =
disable_after_error_count=3D3 filter =3D [ \\"a%35000cca0050b56e8%\\", =
\\"r%.*%\\" ] } global { locking_type=3D1 prioritise_write_locks=3D1 =
wait_for_locks=3D1 } backup { retain_min =3D 50 retain_days =3D 0 } " =
--noheadings --units b --nosuffix --separator | -o =
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_=
size,vg_mda_free' (cwd None)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,893::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D " Couldn't find device with uuid =
aXZBfL-bRsR-1SgH-KIin-AxdV-b1tI-xjJcaJ.\n"; <rc> =3D 0=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,894::lvm::378::OperationMutex::(_reloadvgs) Operation 'lvm =
reload operation' released the operation mutex=0A=
Thread-3453::INFO::2012-06-25 =
09:24:57,901::sp::1064::Storage.StoragePool::(_linkStorageDomain) =
Linking =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=
to =
/rhev/data-center/b1c7875a-964d-4633-8ea4-2b191d68c105/68aa0dc2-9cd1-4549=
-8008-30b1bae667db=0A=
Thread-3453::INFO::2012-06-25 =
09:24:57,902::sp::1064::Storage.StoragePool::(_linkStorageDomain) =
Linking =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=
to /rhev/data-center/b1c7875a-964d-4633-8ea4-2b191d68c105/mastersd=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,903::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,903::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,903::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,903::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3453::INFO::2012-06-25 =
09:24:57,904::logUtils::39::dispatcher::(wrapper) Run and protect: =
connectStoragePool, Return response: True=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,904::task::1172::TaskManager.Task::(prepare) =
Task=3D`d0989ce2-9ac1-4089-ab86-b8e17fcfecbc`::finished: True=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,904::task::588::TaskManager.Task::(_updateState) =
Task=3D`d0989ce2-9ac1-4089-ab86-b8e17fcfecbc`::moving from state =
preparing -> state finished=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,904::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,904::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3453::DEBUG::2012-06-25 =
09:24:57,904::task::978::TaskManager.Task::(_decref) =
Task=3D`d0989ce2-9ac1-4089-ab86-b8e17fcfecbc`::ref 0 aborting False=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,919::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,919::task::588::TaskManager.Task::(_updateState) =
Task=3D`80b8e308-20ea-4c16-8ee0-77b686bd7c80`::moving from state init -> =
state preparing=0A=
Thread-3468::INFO::2012-06-25 =
09:24:57,919::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3468::INFO::2012-06-25 =
09:24:57,919::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 90}}=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,920::task::1172::TaskManager.Task::(prepare) =
Task=3D`80b8e308-20ea-4c16-8ee0-77b686bd7c80`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 90}}=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,920::task::588::TaskManager.Task::(_updateState) =
Task=3D`80b8e308-20ea-4c16-8ee0-77b686bd7c80`::moving from state =
preparing -> state finished=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,920::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,920::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3468::DEBUG::2012-06-25 =
09:24:57,920::task::978::TaskManager.Task::(_decref) =
Task=3D`80b8e308-20ea-4c16-8ee0-77b686bd7c80`::ref 0 aborting False=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,941::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,941::task::588::TaskManager.Task::(_updateState) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::moving from state init -> =
state preparing=0A=
Thread-3469::INFO::2012-06-25 =
09:24:57,941::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'90', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,942::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c494bdbb=
-59b8-429b-8e04-579cc510f286`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,942::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,942::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,942::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c494bdbb=
-59b8-429b-8e04-579cc510f286`::Granted request=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,943::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,943::task::978::TaskManager.Task::(_decref) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::ref 1 aborting False=0A=
Thread-3469::INFO::2012-06-25 =
09:24:57,943::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,943::task::1167::TaskManager.Task::(prepare) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,943::task::588::TaskManager.Task::(_updateState) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::moving from state =
preparing -> state acquiring=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,944::task::588::TaskManager.Task::(_updateState) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::moving from state =
acquiring -> state queued=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,944::taskManager::48::TaskManager::(_queueTask) queuing task: =
3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,944::taskManager::54::TaskManager::(_queueTask) task queued: =
3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-10::DEBUG::2012-06-25 =
09:24:57,944::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,944::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
3924189d-dd0a-48d4-8e20-bc849ac279b9 running: <bound method Task.commit =
of <storage.task.Task instance at 0x7fe6e84157e8>> with: None=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,945::task::1181::TaskManager.Task::(commit) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::committing task: =
3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,945::task::588::TaskManager.Task::(_updateState) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::moving from state queued =
-> state running=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,945::task::892::TaskManager.Task::(_runJobs) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '90', 'false', 250, 0) kwargs: {})=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,945::task::317::TaskManager.Task::(run) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '90', 'false', 250, 0) kwargs: =
{}) callback None=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,945::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,946::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,944::task::1169::TaskManager.Task::(prepare) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::returning=0A=
Thread-3469::DEBUG::2012-06-25 =
09:24:57,946::task::978::TaskManager.Task::(_decref) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::ref 1 aborting False=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,948::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D90', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd49af129aa9002f80775e98f959f75b9a77541c5']=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,949::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,951::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D90', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd49af129aa9002f80775e98f959f75b9a77541c5']=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,952::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:24:57,952::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 2 5 =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=
/dom_md/leases 60000 10000 3"' (cwd /usr/libexec/vdsm)=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,964::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,965::task::588::TaskManager.Task::(_updateState) =
Task=3D`e8b14488-bed9-40d5-a41e-4579f5168313`::moving from state init -> =
state preparing=0A=
Thread-3470::INFO::2012-06-25 =
09:24:58,965::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,965::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,966::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3470::INFO::2012-06-25 =
09:24:58,966::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,966::task::1172::TaskManager.Task::(prepare) =
Task=3D`e8b14488-bed9-40d5-a41e-4579f5168313`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,966::task::588::TaskManager.Task::(_updateState) =
Task=3D`e8b14488-bed9-40d5-a41e-4579f5168313`::moving from state =
preparing -> state finished=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,966::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,966::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3470::DEBUG::2012-06-25 =
09:24:58,967::task::978::TaskManager.Task::(_decref) =
Task=3D`e8b14488-bed9-40d5-a41e-4579f5168313`::ref 0 aborting False=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,979::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,979::task::588::TaskManager.Task::(_updateState) =
Task=3D`1f7392a5-9dc8-40c2-baa7-bd67f0d9acc3`::moving from state init -> =
state preparing=0A=
Thread-3472::INFO::2012-06-25 =
09:24:59,980::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,980::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,980::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3472::INFO::2012-06-25 =
09:24:59,980::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,980::task::1172::TaskManager.Task::(prepare) =
Task=3D`1f7392a5-9dc8-40c2-baa7-bd67f0d9acc3`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,981::task::588::TaskManager.Task::(_updateState) =
Task=3D`1f7392a5-9dc8-40c2-baa7-bd67f0d9acc3`::moving from state =
preparing -> state finished=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,981::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,981::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3472::DEBUG::2012-06-25 =
09:24:59,981::task::978::TaskManager.Task::(_decref) =
Task=3D`1f7392a5-9dc8-40c2-baa7-bd67f0d9acc3`::ref 0 aborting False=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,993::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,993::task::588::TaskManager.Task::(_updateState) =
Task=3D`523580eb-7509-4e2a-b389-47bdf84769a9`::moving from state init -> =
state preparing=0A=
Thread-3473::INFO::2012-06-25 =
09:25:00,994::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,994::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,994::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3473::INFO::2012-06-25 =
09:25:00,994::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,994::task::1172::TaskManager.Task::(prepare) =
Task=3D`523580eb-7509-4e2a-b389-47bdf84769a9`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,994::task::588::TaskManager.Task::(_updateState) =
Task=3D`523580eb-7509-4e2a-b389-47bdf84769a9`::moving from state =
preparing -> state finished=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,995::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,995::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3473::DEBUG::2012-06-25 =
09:25:00,995::task::978::TaskManager.Task::(_decref) =
Task=3D`523580eb-7509-4e2a-b389-47bdf84769a9`::ref 0 aborting False=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,009::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,009::task::588::TaskManager.Task::(_updateState) =
Task=3D`1da50526-638a-430f-a85a-3aede8adf97d`::moving from state init -> =
state preparing=0A=
Thread-3475::INFO::2012-06-25 =
09:25:02,009::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,010::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,010::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3475::INFO::2012-06-25 =
09:25:02,010::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,010::task::1172::TaskManager.Task::(prepare) =
Task=3D`1da50526-638a-430f-a85a-3aede8adf97d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,010::task::588::TaskManager.Task::(_updateState) =
Task=3D`1da50526-638a-430f-a85a-3aede8adf97d`::moving from state =
preparing -> state finished=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,010::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,011::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3475::DEBUG::2012-06-25 =
09:25:02,011::task::978::TaskManager.Task::(_decref) =
Task=3D`1da50526-638a-430f-a85a-3aede8adf97d`::ref 0 aborting False=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,022::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,023::task::588::TaskManager.Task::(_updateState) =
Task=3D`cb08664d-36ef-4c07-acd4-75a199a82418`::moving from state init -> =
state preparing=0A=
Thread-3476::INFO::2012-06-25 =
09:25:03,023::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,023::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,023::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3476::INFO::2012-06-25 =
09:25:03,023::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,024::task::1172::TaskManager.Task::(prepare) =
Task=3D`cb08664d-36ef-4c07-acd4-75a199a82418`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,024::task::588::TaskManager.Task::(_updateState) =
Task=3D`cb08664d-36ef-4c07-acd4-75a199a82418`::moving from state =
preparing -> state finished=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,024::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,024::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3476::DEBUG::2012-06-25 =
09:25:03,024::task::978::TaskManager.Task::(_decref) =
Task=3D`cb08664d-36ef-4c07-acd4-75a199a82418`::ref 0 aborting False=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,486::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad1c5c5c-6e4e-4ed5-a187-251225322bd1`::moving from state init -> =
state preparing=0A=
Thread-3477::INFO::2012-06-25 =
09:25:03,486::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3477::INFO::2012-06-25 =
09:25:03,486::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00225591659546', 'lastCheck': 1340630697.7609661, 'code': =
0, 'valid': True}}=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,486::task::1172::TaskManager.Task::(prepare) =
Task=3D`ad1c5c5c-6e4e-4ed5-a187-251225322bd1`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00225591659546', =
'lastCheck': 1340630697.7609661, 'code': 0, 'valid': True}}=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,487::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad1c5c5c-6e4e-4ed5-a187-251225322bd1`::moving from state =
preparing -> state finished=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,487::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,487::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3477::DEBUG::2012-06-25 =
09:25:03,487::task::978::TaskManager.Task::(_decref) =
Task=3D`ad1c5c5c-6e4e-4ed5-a187-251225322bd1`::ref 0 aborting False=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,036::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,036::task::588::TaskManager.Task::(_updateState) =
Task=3D`277b729e-2311-4f4f-8aaf-8a8a3fd5b3ab`::moving from state init -> =
state preparing=0A=
Thread-3479::INFO::2012-06-25 =
09:25:04,037::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,037::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,037::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3479::INFO::2012-06-25 =
09:25:04,037::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,037::task::1172::TaskManager.Task::(prepare) =
Task=3D`277b729e-2311-4f4f-8aaf-8a8a3fd5b3ab`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,038::task::588::TaskManager.Task::(_updateState) =
Task=3D`277b729e-2311-4f4f-8aaf-8a8a3fd5b3ab`::moving from state =
preparing -> state finished=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,038::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,038::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3479::DEBUG::2012-06-25 =
09:25:04,038::task::978::TaskManager.Task::(_decref) =
Task=3D`277b729e-2311-4f4f-8aaf-8a8a3fd5b3ab`::ref 0 aborting False=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,051::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,051::task::588::TaskManager.Task::(_updateState) =
Task=3D`c00631d3-055c-44f3-9663-35f95359c831`::moving from state init -> =
state preparing=0A=
Thread-3480::INFO::2012-06-25 =
09:25:05,051::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,052::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,052::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3480::INFO::2012-06-25 =
09:25:05,052::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,052::task::1172::TaskManager.Task::(prepare) =
Task=3D`c00631d3-055c-44f3-9663-35f95359c831`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,052::task::588::TaskManager.Task::(_updateState) =
Task=3D`c00631d3-055c-44f3-9663-35f95359c831`::moving from state =
preparing -> state finished=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,052::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,053::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3480::DEBUG::2012-06-25 =
09:25:05,053::task::978::TaskManager.Task::(_decref) =
Task=3D`c00631d3-055c-44f3-9663-35f95359c831`::ref 0 aborting False=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,066::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,066::task::588::TaskManager.Task::(_updateState) =
Task=3D`97f8cd0e-0858-491a-85bc-b88062779259`::moving from state init -> =
state preparing=0A=
Thread-3482::INFO::2012-06-25 =
09:25:06,066::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,067::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,067::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3482::INFO::2012-06-25 =
09:25:06,067::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,067::task::1172::TaskManager.Task::(prepare) =
Task=3D`97f8cd0e-0858-491a-85bc-b88062779259`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,067::task::588::TaskManager.Task::(_updateState) =
Task=3D`97f8cd0e-0858-491a-85bc-b88062779259`::moving from state =
preparing -> state finished=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,067::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,068::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3482::DEBUG::2012-06-25 =
09:25:06,068::task::978::TaskManager.Task::(_decref) =
Task=3D`97f8cd0e-0858-491a-85bc-b88062779259`::ref 0 aborting False=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,080::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,080::task::588::TaskManager.Task::(_updateState) =
Task=3D`1c06f2a3-2ac5-4441-b81e-ffbe24100f8d`::moving from state init -> =
state preparing=0A=
Thread-3483::INFO::2012-06-25 =
09:25:07,081::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,081::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,081::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3483::INFO::2012-06-25 =
09:25:07,081::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,081::task::1172::TaskManager.Task::(prepare) =
Task=3D`1c06f2a3-2ac5-4441-b81e-ffbe24100f8d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,081::task::588::TaskManager.Task::(_updateState) =
Task=3D`1c06f2a3-2ac5-4441-b81e-ffbe24100f8d`::moving from state =
preparing -> state finished=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,081::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,082::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3483::DEBUG::2012-06-25 =
09:25:07,082::task::978::TaskManager.Task::(_decref) =
Task=3D`1c06f2a3-2ac5-4441-b81e-ffbe24100f8d`::ref 0 aborting False=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,095::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,095::task::588::TaskManager.Task::(_updateState) =
Task=3D`22554cca-a3a3-4f59-9a52-0c9e552fb676`::moving from state init -> =
state preparing=0A=
Thread-3485::INFO::2012-06-25 =
09:25:08,096::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,096::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,096::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3485::INFO::2012-06-25 =
09:25:08,096::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,096::task::1172::TaskManager.Task::(prepare) =
Task=3D`22554cca-a3a3-4f59-9a52-0c9e552fb676`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,096::task::588::TaskManager.Task::(_updateState) =
Task=3D`22554cca-a3a3-4f59-9a52-0c9e552fb676`::moving from state =
preparing -> state finished=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,097::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,097::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3485::DEBUG::2012-06-25 =
09:25:08,097::task::978::TaskManager.Task::(_decref) =
Task=3D`22554cca-a3a3-4f59-9a52-0c9e552fb676`::ref 0 aborting False=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,110::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,111::task::588::TaskManager.Task::(_updateState) =
Task=3D`f2a31db2-3e3d-4df5-8d20-10cc38c5fcde`::moving from state init -> =
state preparing=0A=
Thread-3486::INFO::2012-06-25 =
09:25:09,111::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,111::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,111::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3486::INFO::2012-06-25 =
09:25:09,111::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,112::task::1172::TaskManager.Task::(prepare) =
Task=3D`f2a31db2-3e3d-4df5-8d20-10cc38c5fcde`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,112::task::588::TaskManager.Task::(_updateState) =
Task=3D`f2a31db2-3e3d-4df5-8d20-10cc38c5fcde`::moving from state =
preparing -> state finished=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,112::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,112::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3486::DEBUG::2012-06-25 =
09:25:09,112::task::978::TaskManager.Task::(_decref) =
Task=3D`f2a31db2-3e3d-4df5-8d20-10cc38c5fcde`::ref 0 aborting False=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,126::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,126::task::588::TaskManager.Task::(_updateState) =
Task=3D`87584ea5-9209-4f86-828f-ab771f8d3416`::moving from state init -> =
state preparing=0A=
Thread-3488::INFO::2012-06-25 =
09:25:10,127::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,127::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,127::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3488::INFO::2012-06-25 =
09:25:10,127::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,127::task::1172::TaskManager.Task::(prepare) =
Task=3D`87584ea5-9209-4f86-828f-ab771f8d3416`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,127::task::588::TaskManager.Task::(_updateState) =
Task=3D`87584ea5-9209-4f86-828f-ab771f8d3416`::moving from state =
preparing -> state finished=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,128::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,128::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3488::DEBUG::2012-06-25 =
09:25:10,128::task::978::TaskManager.Task::(_decref) =
Task=3D`87584ea5-9209-4f86-828f-ab771f8d3416`::ref 0 aborting False=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,140::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,140::task::588::TaskManager.Task::(_updateState) =
Task=3D`4197dab7-1a9e-4758-95ee-d4bb4494d608`::moving from state init -> =
state preparing=0A=
Thread-3489::INFO::2012-06-25 =
09:25:11,140::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,140::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,140::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3489::INFO::2012-06-25 =
09:25:11,141::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,141::task::1172::TaskManager.Task::(prepare) =
Task=3D`4197dab7-1a9e-4758-95ee-d4bb4494d608`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,141::task::588::TaskManager.Task::(_updateState) =
Task=3D`4197dab7-1a9e-4758-95ee-d4bb4494d608`::moving from state =
preparing -> state finished=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,141::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,141::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3489::DEBUG::2012-06-25 =
09:25:11,141::task::978::TaskManager.Task::(_decref) =
Task=3D`4197dab7-1a9e-4758-95ee-d4bb4494d608`::ref 0 aborting False=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,154::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,154::task::588::TaskManager.Task::(_updateState) =
Task=3D`dca14ded-8e61-4cad-8662-c4883470755f`::moving from state init -> =
state preparing=0A=
Thread-3491::INFO::2012-06-25 =
09:25:12,159::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,160::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,160::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3491::INFO::2012-06-25 =
09:25:12,160::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,160::task::1172::TaskManager.Task::(prepare) =
Task=3D`dca14ded-8e61-4cad-8662-c4883470755f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,160::task::588::TaskManager.Task::(_updateState) =
Task=3D`dca14ded-8e61-4cad-8662-c4883470755f`::moving from state =
preparing -> state finished=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,160::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,161::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3491::DEBUG::2012-06-25 =
09:25:12,161::task::978::TaskManager.Task::(_decref) =
Task=3D`dca14ded-8e61-4cad-8662-c4883470755f`::ref 0 aborting False=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,173::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,173::task::588::TaskManager.Task::(_updateState) =
Task=3D`47d71165-0fcd-4381-89a6-442a5ea43801`::moving from state init -> =
state preparing=0A=
Thread-3492::INFO::2012-06-25 =
09:25:13,173::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,173::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,173::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3492::INFO::2012-06-25 =
09:25:13,174::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,174::task::1172::TaskManager.Task::(prepare) =
Task=3D`47d71165-0fcd-4381-89a6-442a5ea43801`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,174::task::588::TaskManager.Task::(_updateState) =
Task=3D`47d71165-0fcd-4381-89a6-442a5ea43801`::moving from state =
preparing -> state finished=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,174::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,174::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3492::DEBUG::2012-06-25 =
09:25:13,174::task::978::TaskManager.Task::(_decref) =
Task=3D`47d71165-0fcd-4381-89a6-442a5ea43801`::ref 0 aborting False=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,604::task::588::TaskManager.Task::(_updateState) =
Task=3D`19e362c6-b71e-4e9d-b72d-ce4393c8575d`::moving from state init -> =
state preparing=0A=
Thread-3493::INFO::2012-06-25 =
09:25:13,605::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3493::INFO::2012-06-25 =
09:25:13,605::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00345683097839', 'lastCheck': 1340630707.773957, 'code': 0, =
'valid': True}}=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,605::task::1172::TaskManager.Task::(prepare) =
Task=3D`19e362c6-b71e-4e9d-b72d-ce4393c8575d`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00345683097839', =
'lastCheck': 1340630707.773957, 'code': 0, 'valid': True}}=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,605::task::588::TaskManager.Task::(_updateState) =
Task=3D`19e362c6-b71e-4e9d-b72d-ce4393c8575d`::moving from state =
preparing -> state finished=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,605::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,606::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3493::DEBUG::2012-06-25 =
09:25:13,606::task::978::TaskManager.Task::(_decref) =
Task=3D`19e362c6-b71e-4e9d-b72d-ce4393c8575d`::ref 0 aborting False=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,188::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,188::task::588::TaskManager.Task::(_updateState) =
Task=3D`3bca657d-69ce-4cd4-abe9-f6026c3cd365`::moving from state init -> =
state preparing=0A=
Thread-3495::INFO::2012-06-25 =
09:25:14,188::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,188::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,189::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3495::INFO::2012-06-25 =
09:25:14,189::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,189::task::1172::TaskManager.Task::(prepare) =
Task=3D`3bca657d-69ce-4cd4-abe9-f6026c3cd365`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,189::task::588::TaskManager.Task::(_updateState) =
Task=3D`3bca657d-69ce-4cd4-abe9-f6026c3cd365`::moving from state =
preparing -> state finished=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,189::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,189::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3495::DEBUG::2012-06-25 =
09:25:14,190::task::978::TaskManager.Task::(_decref) =
Task=3D`3bca657d-69ce-4cd4-abe9-f6026c3cd365`::ref 0 aborting False=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,202::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,202::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc29040d-ff81-446a-9b0f-dca4fe7a4a6f`::moving from state init -> =
state preparing=0A=
Thread-3496::INFO::2012-06-25 =
09:25:15,202::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,202::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,202::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3496::INFO::2012-06-25 =
09:25:15,203::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,203::task::1172::TaskManager.Task::(prepare) =
Task=3D`dc29040d-ff81-446a-9b0f-dca4fe7a4a6f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,203::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc29040d-ff81-446a-9b0f-dca4fe7a4a6f`::moving from state =
preparing -> state finished=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,203::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,203::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3496::DEBUG::2012-06-25 =
09:25:15,203::task::978::TaskManager.Task::(_decref) =
Task=3D`dc29040d-ff81-446a-9b0f-dca4fe7a4a6f`::ref 0 aborting False=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,216::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,217::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad9ca458-fb53-417a-a625-3a2babf81f71`::moving from state init -> =
state preparing=0A=
Thread-3498::INFO::2012-06-25 =
09:25:16,217::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,217::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,217::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3498::INFO::2012-06-25 =
09:25:16,217::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,217::task::1172::TaskManager.Task::(prepare) =
Task=3D`ad9ca458-fb53-417a-a625-3a2babf81f71`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,218::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad9ca458-fb53-417a-a625-3a2babf81f71`::moving from state =
preparing -> state finished=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,218::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,218::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3498::DEBUG::2012-06-25 =
09:25:16,218::task::978::TaskManager.Task::(_decref) =
Task=3D`ad9ca458-fb53-417a-a625-3a2babf81f71`::ref 0 aborting False=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,231::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,232::task::588::TaskManager.Task::(_updateState) =
Task=3D`85c8c037-f9ce-41a8-8686-7089b1f32fc1`::moving from state init -> =
state preparing=0A=
Thread-3499::INFO::2012-06-25 =
09:25:17,238::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,238::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,238::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3499::INFO::2012-06-25 =
09:25:17,238::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,238::task::1172::TaskManager.Task::(prepare) =
Task=3D`85c8c037-f9ce-41a8-8686-7089b1f32fc1`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,239::task::588::TaskManager.Task::(_updateState) =
Task=3D`85c8c037-f9ce-41a8-8686-7089b1f32fc1`::moving from state =
preparing -> state finished=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,239::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,239::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3499::DEBUG::2012-06-25 =
09:25:17,239::task::978::TaskManager.Task::(_decref) =
Task=3D`85c8c037-f9ce-41a8-8686-7089b1f32fc1`::ref 0 aborting False=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,008::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,009::safelease::100::ClusterLock::(acquire) Clustered lock =
acquired successfully=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,009::sp::260::Storage.StoragePool::(startSpm) spm lock acquired =
successfully=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,013::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D90', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd49af129aa9002f80775e98f959f75b9a77541c5']=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,015::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,015::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,015::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D2', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D6a83f54acbb91db4b75641dc37c83a15e3c8073e']=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,025::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,026::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
7f60808a-22a8-4328-b1f5-f48b16ac7af3`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,026::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,026::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,026::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
7f60808a-22a8-4328-b1f5-f48b16ac7af3`::Granted request=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::INFO::2012-06-25 =
09:25:18,027::sp::407::Storage.StoragePool::(_upgradePool) Trying to =
upgrade master domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,027::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`ae44f6dc=
-791f-4295-9174-a42018c47456`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,027::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,027::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,028::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`ae44f6dc=
-791f-4295-9174-a42018c47456`::Granted request=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,028::sd::423::Storage.StorageDomain::(upgrade) Trying to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db` from version 0 to =
version 0=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,028::sd::430::Storage.StorageDomain::(upgrade) No need to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`, leaving unchanged=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,028::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,028::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::sp::411::Storage.StoragePool::(_upgradePool) Marking all =
domains for upgrade=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::sp::418::Storage.StoragePool::(_upgradePool) Registering =
with state change event=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::sp::420::Storage.StoragePool::(_upgradePool) Running =
initial domain upgrade threads=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,029::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,030::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,030::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,030::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,033::sp::309::Storage.StoragePool::(startSpm) ended.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,033::task::588::TaskManager.Task::(_updateState) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::moving from state running =
-> state finished=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,033::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,034::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,034::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,034::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,034::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,034::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,035::task::900::TaskManager.Task::(_runJobs) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::Task.run: exit - success: =
result =0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,035::task::978::TaskManager.Task::(_decref) =
Task=3D`3924189d-dd0a-48d4-8e20-bc849ac279b9`::ref 0 aborting False=0A=
3924189d-dd0a-48d4-8e20-bc849ac279b9::DEBUG::2012-06-25 =
09:25:18,035::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 0=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,252::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,253::task::588::TaskManager.Task::(_updateState) =
Task=3D`313a2146-3644-4872-8abb-6df586d384de`::moving from state init -> =
state preparing=0A=
Thread-3501::INFO::2012-06-25 =
09:25:18,253::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,253::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,253::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': '1 jobs completed successfully', =
'taskState': 'finished', 'taskResult': 'success', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}=0A=
Thread-3501::INFO::2012-06-25 =
09:25:18,254::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': '1 =
jobs completed successfully', 'taskState': 'finished', 'taskResult': =
'success', 'taskID': '3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,254::task::1172::TaskManager.Task::(prepare) =
Task=3D`313a2146-3644-4872-8abb-6df586d384de`::finished: {'taskStatus': =
{'code': 0, 'message': '1 jobs completed successfully', 'taskState': =
'finished', 'taskResult': 'success', 'taskID': =
'3924189d-dd0a-48d4-8e20-bc849ac279b9'}}=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,254::task::588::TaskManager.Task::(_updateState) =
Task=3D`313a2146-3644-4872-8abb-6df586d384de`::moving from state =
preparing -> state finished=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,254::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,254::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3501::DEBUG::2012-06-25 =
09:25:18,254::task::978::TaskManager.Task::(_decref) =
Task=3D`313a2146-3644-4872-8abb-6df586d384de`::ref 0 aborting False=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,265::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,266::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad964b52-8d7d-4475-8fb6-9346e5407929`::moving from state init -> =
state preparing=0A=
Thread-3502::INFO::2012-06-25 =
09:25:18,266::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3502::INFO::2012-06-25 =
09:25:18,266::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 91}}=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,266::task::1172::TaskManager.Task::(prepare) =
Task=3D`ad964b52-8d7d-4475-8fb6-9346e5407929`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 91}}=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,267::task::588::TaskManager.Task::(_updateState) =
Task=3D`ad964b52-8d7d-4475-8fb6-9346e5407929`::moving from state =
preparing -> state finished=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,267::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,267::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3502::DEBUG::2012-06-25 =
09:25:18,267::task::978::TaskManager.Task::(_decref) =
Task=3D`ad964b52-8d7d-4475-8fb6-9346e5407929`::ref 0 aborting False=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,281::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,281::task::588::TaskManager.Task::(_updateState) =
Task=3D`7aae2b6b-d8e8-496b-a4f8-7c82a717b3b5`::moving from state init -> =
state preparing=0A=
Thread-3503::INFO::2012-06-25 =
09:25:18,282::logUtils::37::dispatcher::(wrapper) Run and protect: =
clearTask(taskID=3D'3924189d-dd0a-48d4-8e20-bc849ac279b9', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,282::taskManager::161::TaskManager::(clearTask) Entry. taskID: =
3924189d-dd0a-48d4-8e20-bc849ac279b9=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,282::taskManager::166::TaskManager::(clearTask) Return.=0A=
Thread-3503::INFO::2012-06-25 =
09:25:18,282::logUtils::39::dispatcher::(wrapper) Run and protect: =
clearTask, Return response: None=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,282::task::1172::TaskManager.Task::(prepare) =
Task=3D`7aae2b6b-d8e8-496b-a4f8-7c82a717b3b5`::finished: None=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,282::task::588::TaskManager.Task::(_updateState) =
Task=3D`7aae2b6b-d8e8-496b-a4f8-7c82a717b3b5`::moving from state =
preparing -> state finished=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,282::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,283::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3503::DEBUG::2012-06-25 =
09:25:18,283::task::978::TaskManager.Task::(_decref) =
Task=3D`7aae2b6b-d8e8-496b-a4f8-7c82a717b3b5`::ref 0 aborting False=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,311::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,311::task::588::TaskManager.Task::(_updateState) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::moving from state init -> =
state preparing=0A=
Thread-3504::INFO::2012-06-25 =
09:25:18,312::logUtils::37::dispatcher::(wrapper) Run and protect: =
activateStorageDomain(sdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', =
spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,312::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4506c609=
-6363-41c0-844e-6ab726afda75`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,312::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,312::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,313::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4506c609=
-6363-41c0-844e-6ab726afda75`::Granted request=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,314::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,314::task::978::TaskManager.Task::(_decref) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::ref 1 aborting False=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,314::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`1341c487=
-19d0-4a41-921f-2d9283f72e8d`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,314::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,315::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,315::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`1341c487=
-19d0-4a41-921f-2d9283f72e8d`::Granted request=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,315::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::_resourcesAcquired: =
Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db (exclusive)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,315::task::978::TaskManager.Task::(_decref) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::ref 1 aborting False=0A=
Thread-3504::INFO::2012-06-25 =
09:25:18,315::sp::986::Storage.StoragePool::(activateSD) =
sdUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db =
spUUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105=0A=
Thread-3504::INFO::2012-06-25 =
09:25:18,316::logUtils::39::dispatcher::(wrapper) Run and protect: =
activateStorageDomain, Return response: None=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,316::task::1172::TaskManager.Task::(prepare) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::finished: None=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,316::task::588::TaskManager.Task::(_updateState) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::moving from state =
preparing -> state finished=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,316::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>, 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db': < ResourceRef =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', isValid: 'True' obj: =
'None'>}=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,316::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,317::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,317::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,317::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,317::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,317::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,318::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,318::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,318::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
Thread-3504::DEBUG::2012-06-25 =
09:25:18,318::task::978::TaskManager.Task::(_decref) =
Task=3D`7cf4c1ff-31ec-4669-a359-a242964fa4ed`::ref 0 aborting False=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,332::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,333::task::588::TaskManager.Task::(_updateState) =
Task=3D`c7478396-ed4d-4d1b-9672-ef4f3ff76ec6`::moving from state init -> =
state preparing=0A=
Thread-3505::INFO::2012-06-25 =
09:25:18,333::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3505::INFO::2012-06-25 =
09:25:18,333::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 91}}=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,333::task::1172::TaskManager.Task::(prepare) =
Task=3D`c7478396-ed4d-4d1b-9672-ef4f3ff76ec6`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 91}}=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,333::task::588::TaskManager.Task::(_updateState) =
Task=3D`c7478396-ed4d-4d1b-9672-ef4f3ff76ec6`::moving from state =
preparing -> state finished=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,334::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,334::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3505::DEBUG::2012-06-25 =
09:25:18,334::task::978::TaskManager.Task::(_decref) =
Task=3D`c7478396-ed4d-4d1b-9672-ef4f3ff76ec6`::ref 0 aborting False=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,353::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,353::task::588::TaskManager.Task::(_updateState) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::moving from state init -> =
state preparing=0A=
Thread-3506::INFO::2012-06-25 =
09:25:18,354::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,354::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`494b1936=
-3c6c-43f4-87bc-6a5fe25cb21f`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,354::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,354::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,355::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`494b1936=
-3c6c-43f4-87bc-6a5fe25cb21f`::Granted request=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,355::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,355::task::978::TaskManager.Task::(_decref) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::ref 1 aborting False=0A=
Thread-3506::INFO::2012-06-25 =
09:25:18,358::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 2, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 91}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504541696', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,358::task::1172::TaskManager.Task::(prepare) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::finished: {'info': =
{'spm_id': 2, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 91}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504541696', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,358::task::588::TaskManager.Task::(_updateState) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::moving from state =
preparing -> state finished=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,359::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,359::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,359::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,359::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,359::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,360::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3506::DEBUG::2012-06-25 =
09:25:18,360::task::978::TaskManager.Task::(_decref) =
Task=3D`19e73db5-26e7-4bba-a04e-84a2832c5297`::ref 0 aborting False=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,379::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,379::task::588::TaskManager.Task::(_updateState) =
Task=3D`0c1c8725-4bdb-4b79-81ff-cd346f0e0af2`::moving from state init -> =
state preparing=0A=
Thread-3507::INFO::2012-06-25 =
09:25:18,379::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3507::INFO::2012-06-25 =
09:25:18,379::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 91}}=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,380::task::1172::TaskManager.Task::(prepare) =
Task=3D`0c1c8725-4bdb-4b79-81ff-cd346f0e0af2`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 91}}=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,380::task::588::TaskManager.Task::(_updateState) =
Task=3D`0c1c8725-4bdb-4b79-81ff-cd346f0e0af2`::moving from state =
preparing -> state finished=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,380::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,380::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3507::DEBUG::2012-06-25 =
09:25:18,380::task::978::TaskManager.Task::(_decref) =
Task=3D`0c1c8725-4bdb-4b79-81ff-cd346f0e0af2`::ref 0 aborting False=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,396::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,397::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,397::task::588::TaskManager.Task::(_updateState) =
Task=3D`cb0528fb-d6cb-4880-8358-75650baeba9a`::moving from state init -> =
state preparing=0A=
Thread-3508::INFO::2012-06-25 =
09:25:18,397::logUtils::37::dispatcher::(wrapper) Run and protect: =
connectStoragePool(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
hostID=3D2, scsiKey=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
msdUUID=3D'68aa0dc2-9cd1-4549-8008-30b1bae667db', masterVersion=3D1, =
options=3DNone)=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,398::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`a8f48c82=
-965d-4052-9dcd-52bb0bdd7fe9`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,398::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,398::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,398::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`a8f48c82=
-965d-4052-9dcd-52bb0bdd7fe9`::Granted request=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,399::task::588::TaskManager.Task::(_updateState) =
Task=3D`0aea3348-1a51-4700-a686-b9e49460bceb`::moving from state init -> =
state preparing=0A=
Thread-3509::INFO::2012-06-25 =
09:25:18,399::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses(spUUID=3DNone, options=3DNone)=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::taskManager::103::TaskManager::(getAllTasksStatuses) Entry.=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::taskManager::112::TaskManager::(getAllTasksStatuses) =
Return: {}=0A=
Thread-3509::INFO::2012-06-25 =
09:25:18,400::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses, Return response: {'allTasksStatus': {}}=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::task::1172::TaskManager.Task::(prepare) =
Task=3D`0aea3348-1a51-4700-a686-b9e49460bceb`::finished: =
{'allTasksStatus': {}}=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::task::588::TaskManager.Task::(_updateState) =
Task=3D`0aea3348-1a51-4700-a686-b9e49460bceb`::moving from state =
preparing -> state finished=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,400::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3509::DEBUG::2012-06-25 =
09:25:18,401::task::978::TaskManager.Task::(_decref) =
Task=3D`0aea3348-1a51-4700-a686-b9e49460bceb`::ref 0 aborting False=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,399::sp::1465::Storage.StoragePool::(getMasterDomain) Master =
domain 68aa0dc2-9cd1-4549-8008-30b1bae667db verified, version 1=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,402::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,402::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,402::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,402::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3508::INFO::2012-06-25 =
09:25:18,402::logUtils::39::dispatcher::(wrapper) Run and protect: =
connectStoragePool, Return response: None=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,402::task::1172::TaskManager.Task::(prepare) =
Task=3D`cb0528fb-d6cb-4880-8358-75650baeba9a`::finished: None=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,403::task::588::TaskManager.Task::(_updateState) =
Task=3D`cb0528fb-d6cb-4880-8358-75650baeba9a`::moving from state =
preparing -> state finished=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,403::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,403::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3508::DEBUG::2012-06-25 =
09:25:18,403::task::978::TaskManager.Task::(_decref) =
Task=3D`cb0528fb-d6cb-4880-8358-75650baeba9a`::ref 0 aborting False=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,411::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,412::task::588::TaskManager.Task::(_updateState) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::moving from state init -> =
state preparing=0A=
Thread-3510::INFO::2012-06-25 =
09:25:18,412::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStop(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,412::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4436972f=
-457e-40a0-bb83-30103d0aa219`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,412::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,413::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,413::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`4436972f=
-457e-40a0-bb83-30103d0aa219`::Granted request=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,413::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,413::task::978::TaskManager.Task::(_decref) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::ref 1 aborting False=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,414::sp::319::Storage.StoragePool::(_shutDownUpgrade) Shutting =
down upgrade process=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,414::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
e80b0df4-1479-4342-971d-49ef101ad48a`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,414::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,414::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,414::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
e80b0df4-1479-4342-971d-49ef101ad48a`::Granted request=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,415::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,415::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,415::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,415::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,418::sp::359::Storage.StoragePool::(cleanupMasterMount) master =
`/rhev/data-center/mnt/blockSD/e5a63624-716e-4bb4-ae60-cd4d7aae9ed2/maste=
r` is not mounted, skipping=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,418::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,418::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,419::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D91', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D7bbf7d5c432953f6e9fba58d5042f4d32f26755c']=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,423::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
Thread-3510::INFO::2012-06-25 =
09:25:18,423::safelease::110::ClusterLock::(release) Releasing cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:18,423::__init__::1164::Storage.Misc.excCmd::(_log) =
'/usr/libexec/vdsm/spmstop.sh 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd =
/usr/libexec/vdsm)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,514::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,514::safelease::117::ClusterLock::(release) Cluster lock =
released successfully=0A=
Thread-3510::INFO::2012-06-25 =
09:25:19,514::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStop, Return response: None=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,515::task::1172::TaskManager.Task::(prepare) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::finished: None=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,515::task::588::TaskManager.Task::(_updateState) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::moving from state =
preparing -> state finished=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,515::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,515::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,516::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,516::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,516::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,516::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3510::DEBUG::2012-06-25 =
09:25:19,516::task::978::TaskManager.Task::(_decref) =
Task=3D`f97b0b42-7368-44e0-bdb3-e256203ce56d`::ref 0 aborting False=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,711::task::588::TaskManager.Task::(_updateState) =
Task=3D`2d5d9921-bb3c-4e7d-bd15-ce6a7e019a40`::moving from state init -> =
state preparing=0A=
Thread-3513::INFO::2012-06-25 =
09:25:23,712::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3513::INFO::2012-06-25 =
09:25:23,712::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00342202186584', 'lastCheck': 1340630717.7862711, 'code': =
0, 'valid': True}}=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,712::task::1172::TaskManager.Task::(prepare) =
Task=3D`2d5d9921-bb3c-4e7d-bd15-ce6a7e019a40`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00342202186584', =
'lastCheck': 1340630717.7862711, 'code': 0, 'valid': True}}=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,712::task::588::TaskManager.Task::(_updateState) =
Task=3D`2d5d9921-bb3c-4e7d-bd15-ce6a7e019a40`::moving from state =
preparing -> state finished=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,712::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,712::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3513::DEBUG::2012-06-25 =
09:25:23,713::task::978::TaskManager.Task::(_decref) =
Task=3D`2d5d9921-bb3c-4e7d-bd15-ce6a7e019a40`::ref 0 aborting False=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,816::task::588::TaskManager.Task::(_updateState) =
Task=3D`676e76a0-625f-449e-ad7a-b054c40ed4ec`::moving from state init -> =
state preparing=0A=
Thread-3519::INFO::2012-06-25 =
09:25:33,817::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3519::INFO::2012-06-25 =
09:25:33,817::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00346684455872', 'lastCheck': 1340630727.7992909, 'code': =
0, 'valid': True}}=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,817::task::1172::TaskManager.Task::(prepare) =
Task=3D`676e76a0-625f-449e-ad7a-b054c40ed4ec`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00346684455872', =
'lastCheck': 1340630727.7992909, 'code': 0, 'valid': True}}=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,817::task::588::TaskManager.Task::(_updateState) =
Task=3D`676e76a0-625f-449e-ad7a-b054c40ed4ec`::moving from state =
preparing -> state finished=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,818::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,818::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3519::DEBUG::2012-06-25 =
09:25:33,818::task::978::TaskManager.Task::(_decref) =
Task=3D`676e76a0-625f-449e-ad7a-b054c40ed4ec`::ref 0 aborting False=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,922::task::588::TaskManager.Task::(_updateState) =
Task=3D`f04e77e0-dc78-41a0-9958-564b1dc490a3`::moving from state init -> =
state preparing=0A=
Thread-3525::INFO::2012-06-25 =
09:25:43,923::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3525::INFO::2012-06-25 =
09:25:43,923::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00346183776855', 'lastCheck': 1340630737.8116391, 'code': =
0, 'valid': True}}=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,923::task::1172::TaskManager.Task::(prepare) =
Task=3D`f04e77e0-dc78-41a0-9958-564b1dc490a3`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00346183776855', =
'lastCheck': 1340630737.8116391, 'code': 0, 'valid': True}}=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,923::task::588::TaskManager.Task::(_updateState) =
Task=3D`f04e77e0-dc78-41a0-9958-564b1dc490a3`::moving from state =
preparing -> state finished=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,923::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,924::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3525::DEBUG::2012-06-25 =
09:25:43,924::task::978::TaskManager.Task::(_decref) =
Task=3D`f04e77e0-dc78-41a0-9958-564b1dc490a3`::ref 0 aborting False=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,061::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,062::task::588::TaskManager.Task::(_updateState) =
Task=3D`fc61fa5f-e703-4550-9e6f-e7e1473d00e1`::moving from state init -> =
state preparing=0A=
Thread-3530::INFO::2012-06-25 =
09:25:51,062::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3530::INFO::2012-06-25 =
09:25:51,062::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 91}}=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,062::task::1172::TaskManager.Task::(prepare) =
Task=3D`fc61fa5f-e703-4550-9e6f-e7e1473d00e1`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 91}}=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,062::task::588::TaskManager.Task::(_updateState) =
Task=3D`fc61fa5f-e703-4550-9e6f-e7e1473d00e1`::moving from state =
preparing -> state finished=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,063::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,063::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3530::DEBUG::2012-06-25 =
09:25:51,063::task::978::TaskManager.Task::(_decref) =
Task=3D`fc61fa5f-e703-4550-9e6f-e7e1473d00e1`::ref 0 aborting False=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,083::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,083::task::588::TaskManager.Task::(_updateState) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::moving from state init -> =
state preparing=0A=
Thread-3531::INFO::2012-06-25 =
09:25:51,084::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'91', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,084::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`adf76713=
-9e98-488d-8e1d-5c0404c96639`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,084::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,085::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,085::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`adf76713=
-9e98-488d-8e1d-5c0404c96639`::Granted request=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,085::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,085::task::978::TaskManager.Task::(_decref) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::ref 1 aborting False=0A=
Thread-3531::INFO::2012-06-25 =
09:25:51,085::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,086::task::1167::TaskManager.Task::(prepare) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,086::task::588::TaskManager.Task::(_updateState) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::moving from state =
preparing -> state acquiring=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,086::task::588::TaskManager.Task::(_updateState) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::moving from state =
acquiring -> state queued=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,086::taskManager::48::TaskManager::(_queueTask) queuing task: =
147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,086::taskManager::54::TaskManager::(_queueTask) task queued: =
147a5293-2fd7-4055-9aeb-9927366bc820=0A=
ab5a0611-033b-410f-ad0b-f3e7e1573006::DEBUG::2012-06-25 =
09:25:51,086::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,087::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
147a5293-2fd7-4055-9aeb-9927366bc820 running: <bound method Task.commit =
of <storage.task.Task instance at 0x7fe6e8348638>> with: None=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,087::task::1181::TaskManager.Task::(commit) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::committing task: =
147a5293-2fd7-4055-9aeb-9927366bc820=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,087::task::588::TaskManager.Task::(_updateState) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::moving from state queued =
-> state running=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,087::task::892::TaskManager.Task::(_runJobs) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '91', 'false', 250, 0) kwargs: {})=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,088::task::317::TaskManager.Task::(run) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '91', 'false', 250, 0) kwargs: =
{}) callback None=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,088::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,088::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,087::task::1169::TaskManager.Task::(prepare) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::returning=0A=
Thread-3531::DEBUG::2012-06-25 =
09:25:51,088::task::978::TaskManager.Task::(_decref) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::ref 1 aborting False=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,094::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D92', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D5d79dc3b69b5c85b0bba6d2deedb5d4467a73ea1']=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,095::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,097::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D92', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D5d79dc3b69b5c85b0bba6d2deedb5d4467a73ea1']=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::INFO::2012-06-25 =
09:25:51,097::sp::250::Storage.StoragePool::(startSpm) expected =
previd:-1 lver:92 got request for previd:-1 lver:91=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,098::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:25:51,098::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 2 5 =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=
/dom_md/leases 60000 10000 3"' (cwd /usr/libexec/vdsm)=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,101::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,101::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec9182b3-9e1f-4012-bfa2-b8a2ed5e9726`::moving from state init -> =
state preparing=0A=
Thread-3533::INFO::2012-06-25 =
09:25:52,101::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,102::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,102::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3533::INFO::2012-06-25 =
09:25:52,102::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,102::task::1172::TaskManager.Task::(prepare) =
Task=3D`ec9182b3-9e1f-4012-bfa2-b8a2ed5e9726`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,102::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec9182b3-9e1f-4012-bfa2-b8a2ed5e9726`::moving from state =
preparing -> state finished=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,102::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,103::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3533::DEBUG::2012-06-25 =
09:25:52,103::task::978::TaskManager.Task::(_decref) =
Task=3D`ec9182b3-9e1f-4012-bfa2-b8a2ed5e9726`::ref 0 aborting False=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,115::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,115::task::588::TaskManager.Task::(_updateState) =
Task=3D`e8976f6b-6f7d-47f0-81f7-a5552cc2078a`::moving from state init -> =
state preparing=0A=
Thread-3534::INFO::2012-06-25 =
09:25:53,116::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,116::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,116::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3534::INFO::2012-06-25 =
09:25:53,116::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,116::task::1172::TaskManager.Task::(prepare) =
Task=3D`e8976f6b-6f7d-47f0-81f7-a5552cc2078a`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,116::task::588::TaskManager.Task::(_updateState) =
Task=3D`e8976f6b-6f7d-47f0-81f7-a5552cc2078a`::moving from state =
preparing -> state finished=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,117::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,117::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3534::DEBUG::2012-06-25 =
09:25:53,117::task::978::TaskManager.Task::(_decref) =
Task=3D`e8976f6b-6f7d-47f0-81f7-a5552cc2078a`::ref 0 aborting False=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,034::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc8d7fb0-681a-4ea8-8621-e8a084cdf7bf`::moving from state init -> =
state preparing=0A=
Thread-3535::INFO::2012-06-25 =
09:25:54,034::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3535::INFO::2012-06-25 =
09:25:54,035::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.0049741268158', 'lastCheck': 1340630747.8253551, 'code': 0, =
'valid': True}}=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,035::task::1172::TaskManager.Task::(prepare) =
Task=3D`dc8d7fb0-681a-4ea8-8621-e8a084cdf7bf`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.0049741268158', =
'lastCheck': 1340630747.8253551, 'code': 0, 'valid': True}}=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,035::task::588::TaskManager.Task::(_updateState) =
Task=3D`dc8d7fb0-681a-4ea8-8621-e8a084cdf7bf`::moving from state =
preparing -> state finished=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,035::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,035::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3535::DEBUG::2012-06-25 =
09:25:54,035::task::978::TaskManager.Task::(_decref) =
Task=3D`dc8d7fb0-681a-4ea8-8621-e8a084cdf7bf`::ref 0 aborting False=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,129::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,129::task::588::TaskManager.Task::(_updateState) =
Task=3D`3a776599-8b52-480d-b64a-6e8410407954`::moving from state init -> =
state preparing=0A=
Thread-3537::INFO::2012-06-25 =
09:25:54,129::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3537::INFO::2012-06-25 =
09:25:54,130::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::task::1172::TaskManager.Task::(prepare) =
Task=3D`3a776599-8b52-480d-b64a-6e8410407954`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::task::588::TaskManager.Task::(_updateState) =
Task=3D`3a776599-8b52-480d-b64a-6e8410407954`::moving from state =
preparing -> state finished=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,130::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3537::DEBUG::2012-06-25 =
09:25:54,131::task::978::TaskManager.Task::(_decref) =
Task=3D`3a776599-8b52-480d-b64a-6e8410407954`::ref 0 aborting False=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,143::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,143::task::588::TaskManager.Task::(_updateState) =
Task=3D`da4ec41c-1e3d-4b3c-852e-4cf9cda82a6d`::moving from state init -> =
state preparing=0A=
Thread-3538::INFO::2012-06-25 =
09:25:55,144::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,144::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,144::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3538::INFO::2012-06-25 =
09:25:55,144::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,144::task::1172::TaskManager.Task::(prepare) =
Task=3D`da4ec41c-1e3d-4b3c-852e-4cf9cda82a6d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,144::task::588::TaskManager.Task::(_updateState) =
Task=3D`da4ec41c-1e3d-4b3c-852e-4cf9cda82a6d`::moving from state =
preparing -> state finished=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,145::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,145::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3538::DEBUG::2012-06-25 =
09:25:55,145::task::978::TaskManager.Task::(_decref) =
Task=3D`da4ec41c-1e3d-4b3c-852e-4cf9cda82a6d`::ref 0 aborting False=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,157::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,157::task::588::TaskManager.Task::(_updateState) =
Task=3D`92832fc7-5d0a-463b-b955-4bb16f1a49a5`::moving from state init -> =
state preparing=0A=
Thread-3540::INFO::2012-06-25 =
09:25:56,157::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,157::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,158::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3540::INFO::2012-06-25 =
09:25:56,158::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,158::task::1172::TaskManager.Task::(prepare) =
Task=3D`92832fc7-5d0a-463b-b955-4bb16f1a49a5`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,158::task::588::TaskManager.Task::(_updateState) =
Task=3D`92832fc7-5d0a-463b-b955-4bb16f1a49a5`::moving from state =
preparing -> state finished=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,158::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,158::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3540::DEBUG::2012-06-25 =
09:25:56,159::task::978::TaskManager.Task::(_decref) =
Task=3D`92832fc7-5d0a-463b-b955-4bb16f1a49a5`::ref 0 aborting False=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,171::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,171::task::588::TaskManager.Task::(_updateState) =
Task=3D`24d08e7c-6e9d-4847-8745-24cee4b161e8`::moving from state init -> =
state preparing=0A=
Thread-3541::INFO::2012-06-25 =
09:25:57,171::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,171::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,172::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3541::INFO::2012-06-25 =
09:25:57,172::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,172::task::1172::TaskManager.Task::(prepare) =
Task=3D`24d08e7c-6e9d-4847-8745-24cee4b161e8`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,172::task::588::TaskManager.Task::(_updateState) =
Task=3D`24d08e7c-6e9d-4847-8745-24cee4b161e8`::moving from state =
preparing -> state finished=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,172::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,172::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3541::DEBUG::2012-06-25 =
09:25:57,173::task::978::TaskManager.Task::(_decref) =
Task=3D`24d08e7c-6e9d-4847-8745-24cee4b161e8`::ref 0 aborting False=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,184::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,185::task::588::TaskManager.Task::(_updateState) =
Task=3D`ba187669-44be-4343-a573-07bcfdb4e1da`::moving from state init -> =
state preparing=0A=
Thread-3543::INFO::2012-06-25 =
09:25:58,189::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3543::INFO::2012-06-25 =
09:25:58,190::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::task::1172::TaskManager.Task::(prepare) =
Task=3D`ba187669-44be-4343-a573-07bcfdb4e1da`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::task::588::TaskManager.Task::(_updateState) =
Task=3D`ba187669-44be-4343-a573-07bcfdb4e1da`::moving from state =
preparing -> state finished=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,190::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3543::DEBUG::2012-06-25 =
09:25:58,191::task::978::TaskManager.Task::(_decref) =
Task=3D`ba187669-44be-4343-a573-07bcfdb4e1da`::ref 0 aborting False=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,203::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,203::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec395c76-0087-4b09-9651-b54b6c8fd5a2`::moving from state init -> =
state preparing=0A=
Thread-3544::INFO::2012-06-25 =
09:25:59,204::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,204::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,204::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3544::INFO::2012-06-25 =
09:25:59,204::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,204::task::1172::TaskManager.Task::(prepare) =
Task=3D`ec395c76-0087-4b09-9651-b54b6c8fd5a2`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,204::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec395c76-0087-4b09-9651-b54b6c8fd5a2`::moving from state =
preparing -> state finished=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,205::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,205::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3544::DEBUG::2012-06-25 =
09:25:59,205::task::978::TaskManager.Task::(_decref) =
Task=3D`ec395c76-0087-4b09-9651-b54b6c8fd5a2`::ref 0 aborting False=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,217::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,217::task::588::TaskManager.Task::(_updateState) =
Task=3D`a00820aa-157f-4bcd-90e9-29ff3fc8396d`::moving from state init -> =
state preparing=0A=
Thread-3546::INFO::2012-06-25 =
09:26:00,217::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,217::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,217::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3546::INFO::2012-06-25 =
09:26:00,218::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,218::task::1172::TaskManager.Task::(prepare) =
Task=3D`a00820aa-157f-4bcd-90e9-29ff3fc8396d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,218::task::588::TaskManager.Task::(_updateState) =
Task=3D`a00820aa-157f-4bcd-90e9-29ff3fc8396d`::moving from state =
preparing -> state finished=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,218::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,218::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3546::DEBUG::2012-06-25 =
09:26:00,218::task::978::TaskManager.Task::(_decref) =
Task=3D`a00820aa-157f-4bcd-90e9-29ff3fc8396d`::ref 0 aborting False=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,230::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,231::task::588::TaskManager.Task::(_updateState) =
Task=3D`4e1b582d-2ecb-427e-81d3-9d82cf2ac333`::moving from state init -> =
state preparing=0A=
Thread-3547::INFO::2012-06-25 =
09:26:01,231::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,231::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,231::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3547::INFO::2012-06-25 =
09:26:01,231::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,232::task::1172::TaskManager.Task::(prepare) =
Task=3D`4e1b582d-2ecb-427e-81d3-9d82cf2ac333`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,232::task::588::TaskManager.Task::(_updateState) =
Task=3D`4e1b582d-2ecb-427e-81d3-9d82cf2ac333`::moving from state =
preparing -> state finished=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,232::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,232::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3547::DEBUG::2012-06-25 =
09:26:01,232::task::978::TaskManager.Task::(_decref) =
Task=3D`4e1b582d-2ecb-427e-81d3-9d82cf2ac333`::ref 0 aborting False=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,244::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,244::task::588::TaskManager.Task::(_updateState) =
Task=3D`a0bf4b13-d71f-41ff-b7ae-9f1ad4a0d981`::moving from state init -> =
state preparing=0A=
Thread-3549::INFO::2012-06-25 =
09:26:02,245::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,245::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,245::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3549::INFO::2012-06-25 =
09:26:02,245::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,245::task::1172::TaskManager.Task::(prepare) =
Task=3D`a0bf4b13-d71f-41ff-b7ae-9f1ad4a0d981`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,245::task::588::TaskManager.Task::(_updateState) =
Task=3D`a0bf4b13-d71f-41ff-b7ae-9f1ad4a0d981`::moving from state =
preparing -> state finished=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,246::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,246::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3549::DEBUG::2012-06-25 =
09:26:02,246::task::978::TaskManager.Task::(_decref) =
Task=3D`a0bf4b13-d71f-41ff-b7ae-9f1ad4a0d981`::ref 0 aborting False=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,259::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,260::task::588::TaskManager.Task::(_updateState) =
Task=3D`00e59739-3b43-4ac0-a208-e4e1d787c2be`::moving from state init -> =
state preparing=0A=
Thread-3550::INFO::2012-06-25 =
09:26:03,264::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,264::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,265::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3550::INFO::2012-06-25 =
09:26:03,265::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,265::task::1172::TaskManager.Task::(prepare) =
Task=3D`00e59739-3b43-4ac0-a208-e4e1d787c2be`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,265::task::588::TaskManager.Task::(_updateState) =
Task=3D`00e59739-3b43-4ac0-a208-e4e1d787c2be`::moving from state =
preparing -> state finished=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,265::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,265::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3550::DEBUG::2012-06-25 =
09:26:03,266::task::978::TaskManager.Task::(_decref) =
Task=3D`00e59739-3b43-4ac0-a208-e4e1d787c2be`::ref 0 aborting False=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,137::task::588::TaskManager.Task::(_updateState) =
Task=3D`bf99d9f6-66f4-446f-b8e7-59e278b42c8d`::moving from state init -> =
state preparing=0A=
Thread-3551::INFO::2012-06-25 =
09:26:04,138::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3551::INFO::2012-06-25 =
09:26:04,138::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00345802307129', 'lastCheck': 1340630757.8378029, 'code': =
0, 'valid': True}}=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,138::task::1172::TaskManager.Task::(prepare) =
Task=3D`bf99d9f6-66f4-446f-b8e7-59e278b42c8d`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00345802307129', =
'lastCheck': 1340630757.8378029, 'code': 0, 'valid': True}}=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,138::task::588::TaskManager.Task::(_updateState) =
Task=3D`bf99d9f6-66f4-446f-b8e7-59e278b42c8d`::moving from state =
preparing -> state finished=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,138::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,138::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3551::DEBUG::2012-06-25 =
09:26:04,139::task::978::TaskManager.Task::(_decref) =
Task=3D`bf99d9f6-66f4-446f-b8e7-59e278b42c8d`::ref 0 aborting False=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,280::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,280::task::588::TaskManager.Task::(_updateState) =
Task=3D`4167aa29-c3ce-4abd-a7c7-b0bd2183fc7d`::moving from state init -> =
state preparing=0A=
Thread-3553::INFO::2012-06-25 =
09:26:04,280::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,280::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,281::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3553::INFO::2012-06-25 =
09:26:04,281::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,281::task::1172::TaskManager.Task::(prepare) =
Task=3D`4167aa29-c3ce-4abd-a7c7-b0bd2183fc7d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,281::task::588::TaskManager.Task::(_updateState) =
Task=3D`4167aa29-c3ce-4abd-a7c7-b0bd2183fc7d`::moving from state =
preparing -> state finished=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,281::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,281::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3553::DEBUG::2012-06-25 =
09:26:04,282::task::978::TaskManager.Task::(_decref) =
Task=3D`4167aa29-c3ce-4abd-a7c7-b0bd2183fc7d`::ref 0 aborting False=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,293::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,293::task::588::TaskManager.Task::(_updateState) =
Task=3D`6f159356-83f5-4b89-bce9-49d2388ef2e3`::moving from state init -> =
state preparing=0A=
Thread-3554::INFO::2012-06-25 =
09:26:05,293::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,294::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,294::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3554::INFO::2012-06-25 =
09:26:05,294::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,294::task::1172::TaskManager.Task::(prepare) =
Task=3D`6f159356-83f5-4b89-bce9-49d2388ef2e3`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,294::task::588::TaskManager.Task::(_updateState) =
Task=3D`6f159356-83f5-4b89-bce9-49d2388ef2e3`::moving from state =
preparing -> state finished=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,294::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,295::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3554::DEBUG::2012-06-25 =
09:26:05,295::task::978::TaskManager.Task::(_decref) =
Task=3D`6f159356-83f5-4b89-bce9-49d2388ef2e3`::ref 0 aborting False=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,307::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,307::task::588::TaskManager.Task::(_updateState) =
Task=3D`df90f763-c718-4707-8dbf-12cda56adacd`::moving from state init -> =
state preparing=0A=
Thread-3556::INFO::2012-06-25 =
09:26:06,307::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,307::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,308::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3556::INFO::2012-06-25 =
09:26:06,308::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,308::task::1172::TaskManager.Task::(prepare) =
Task=3D`df90f763-c718-4707-8dbf-12cda56adacd`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,308::task::588::TaskManager.Task::(_updateState) =
Task=3D`df90f763-c718-4707-8dbf-12cda56adacd`::moving from state =
preparing -> state finished=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,308::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,308::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3556::DEBUG::2012-06-25 =
09:26:06,309::task::978::TaskManager.Task::(_decref) =
Task=3D`df90f763-c718-4707-8dbf-12cda56adacd`::ref 0 aborting False=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,320::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,321::task::588::TaskManager.Task::(_updateState) =
Task=3D`dd77ca5e-43f8-48ab-a8f6-3652caf60116`::moving from state init -> =
state preparing=0A=
Thread-3557::INFO::2012-06-25 =
09:26:07,321::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,321::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,321::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3557::INFO::2012-06-25 =
09:26:07,321::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,322::task::1172::TaskManager.Task::(prepare) =
Task=3D`dd77ca5e-43f8-48ab-a8f6-3652caf60116`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,322::task::588::TaskManager.Task::(_updateState) =
Task=3D`dd77ca5e-43f8-48ab-a8f6-3652caf60116`::moving from state =
preparing -> state finished=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,322::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,322::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3557::DEBUG::2012-06-25 =
09:26:07,322::task::978::TaskManager.Task::(_decref) =
Task=3D`dd77ca5e-43f8-48ab-a8f6-3652caf60116`::ref 0 aborting False=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,334::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,335::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec7a7e3d-a891-4327-b4cc-c3b6e54d1358`::moving from state init -> =
state preparing=0A=
Thread-3559::INFO::2012-06-25 =
09:26:08,339::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,339::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,339::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3559::INFO::2012-06-25 =
09:26:08,339::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,339::task::1172::TaskManager.Task::(prepare) =
Task=3D`ec7a7e3d-a891-4327-b4cc-c3b6e54d1358`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,339::task::588::TaskManager.Task::(_updateState) =
Task=3D`ec7a7e3d-a891-4327-b4cc-c3b6e54d1358`::moving from state =
preparing -> state finished=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,340::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,340::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3559::DEBUG::2012-06-25 =
09:26:08,340::task::978::TaskManager.Task::(_decref) =
Task=3D`ec7a7e3d-a891-4327-b4cc-c3b6e54d1358`::ref 0 aborting False=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,352::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,352::task::588::TaskManager.Task::(_updateState) =
Task=3D`50893790-e302-4d94-ac15-c3cf98015a6d`::moving from state init -> =
state preparing=0A=
Thread-3560::INFO::2012-06-25 =
09:26:09,352::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,352::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,353::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3560::INFO::2012-06-25 =
09:26:09,353::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,353::task::1172::TaskManager.Task::(prepare) =
Task=3D`50893790-e302-4d94-ac15-c3cf98015a6d`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,353::task::588::TaskManager.Task::(_updateState) =
Task=3D`50893790-e302-4d94-ac15-c3cf98015a6d`::moving from state =
preparing -> state finished=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,353::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,353::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3560::DEBUG::2012-06-25 =
09:26:09,354::task::978::TaskManager.Task::(_decref) =
Task=3D`50893790-e302-4d94-ac15-c3cf98015a6d`::ref 0 aborting False=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,366::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,366::task::588::TaskManager.Task::(_updateState) =
Task=3D`5dc205fc-e706-4adc-bc74-bb7b8b605130`::moving from state init -> =
state preparing=0A=
Thread-3562::INFO::2012-06-25 =
09:26:10,366::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,367::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,367::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3562::INFO::2012-06-25 =
09:26:10,367::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,367::task::1172::TaskManager.Task::(prepare) =
Task=3D`5dc205fc-e706-4adc-bc74-bb7b8b605130`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,367::task::588::TaskManager.Task::(_updateState) =
Task=3D`5dc205fc-e706-4adc-bc74-bb7b8b605130`::moving from state =
preparing -> state finished=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,367::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,368::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3562::DEBUG::2012-06-25 =
09:26:10,368::task::978::TaskManager.Task::(_decref) =
Task=3D`5dc205fc-e706-4adc-bc74-bb7b8b605130`::ref 0 aborting False=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,157::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,158::safelease::100::ClusterLock::(acquire) Clustered lock =
acquired successfully=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,158::sp::260::Storage.StoragePool::(startSpm) spm lock acquired =
successfully=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,164::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D92', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D5d79dc3b69b5c85b0bba6d2deedb5d4467a73ea1']=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,164::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,165::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,165::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D2', 'POOL_SPM_LVER=3D93', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D697c119b12a376d0b910f2eea0553732e0369be2']=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,184::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,185::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
6e712a70-5873-476a-8454-2067d6aa297a`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,185::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,185::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,185::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
6e712a70-5873-476a-8454-2067d6aa297a`::Granted request=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::INFO::2012-06-25 =
09:26:11,186::sp::407::Storage.StoragePool::(_upgradePool) Trying to =
upgrade master domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,186::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`9528fe4c=
-fc1e-4892-b2f5-095b0ab5e2df`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,186::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,187::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,187::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`9528fe4c=
-fc1e-4892-b2f5-095b0ab5e2df`::Granted request=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,187::sd::423::Storage.StorageDomain::(upgrade) Trying to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db` from version 0 to =
version 0=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,187::sd::430::Storage.StorageDomain::(upgrade) No need to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`, leaving unchanged=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,187::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::sp::411::Storage.StoragePool::(_upgradePool) Marking all =
domains for upgrade=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::sp::418::Storage.StoragePool::(_upgradePool) Registering =
with state change event=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,188::sp::420::Storage.StoragePool::(_upgradePool) Running =
initial domain upgrade threads=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,189::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,189::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,189::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,189::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,194::sp::309::Storage.StoragePool::(startSpm) ended.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,194::task::588::TaskManager.Task::(_updateState) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::moving from state running =
-> state finished=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,195::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,195::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,195::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,195::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,195::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,196::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,196::task::900::TaskManager.Task::(_runJobs) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::Task.run: exit - success: =
result =0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,196::task::978::TaskManager.Task::(_decref) =
Task=3D`147a5293-2fd7-4055-9aeb-9927366bc820`::ref 0 aborting False=0A=
147a5293-2fd7-4055-9aeb-9927366bc820::DEBUG::2012-06-25 =
09:26:11,196::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 0=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,380::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,380::task::588::TaskManager.Task::(_updateState) =
Task=3D`57248274-cfa9-44b6-ab65-a8f345c79434`::moving from state init -> =
state preparing=0A=
Thread-3563::INFO::2012-06-25 =
09:26:11,380::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,380::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: 147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,380::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': '1 jobs completed successfully', =
'taskState': 'finished', 'taskResult': 'success', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}=0A=
Thread-3563::INFO::2012-06-25 =
09:26:11,381::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': '1 =
jobs completed successfully', 'taskState': 'finished', 'taskResult': =
'success', 'taskID': '147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,381::task::1172::TaskManager.Task::(prepare) =
Task=3D`57248274-cfa9-44b6-ab65-a8f345c79434`::finished: {'taskStatus': =
{'code': 0, 'message': '1 jobs completed successfully', 'taskState': =
'finished', 'taskResult': 'success', 'taskID': =
'147a5293-2fd7-4055-9aeb-9927366bc820'}}=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,381::task::588::TaskManager.Task::(_updateState) =
Task=3D`57248274-cfa9-44b6-ab65-a8f345c79434`::moving from state =
preparing -> state finished=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,381::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,381::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3563::DEBUG::2012-06-25 =
09:26:11,381::task::978::TaskManager.Task::(_decref) =
Task=3D`57248274-cfa9-44b6-ab65-a8f345c79434`::ref 0 aborting False=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,393::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,393::task::588::TaskManager.Task::(_updateState) =
Task=3D`cabf941b-9d3b-4e83-a763-36138d416ccf`::moving from state init -> =
state preparing=0A=
Thread-3564::INFO::2012-06-25 =
09:26:11,393::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3564::INFO::2012-06-25 =
09:26:11,393::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 93}}=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,394::task::1172::TaskManager.Task::(prepare) =
Task=3D`cabf941b-9d3b-4e83-a763-36138d416ccf`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 93}}=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,394::task::588::TaskManager.Task::(_updateState) =
Task=3D`cabf941b-9d3b-4e83-a763-36138d416ccf`::moving from state =
preparing -> state finished=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,394::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,394::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3564::DEBUG::2012-06-25 =
09:26:11,394::task::978::TaskManager.Task::(_decref) =
Task=3D`cabf941b-9d3b-4e83-a763-36138d416ccf`::ref 0 aborting False=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,407::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,407::task::588::TaskManager.Task::(_updateState) =
Task=3D`b860f93e-ef1c-42f1-b3e7-20af3a2c4e61`::moving from state init -> =
state preparing=0A=
Thread-3565::INFO::2012-06-25 =
09:26:11,408::logUtils::37::dispatcher::(wrapper) Run and protect: =
clearTask(taskID=3D'147a5293-2fd7-4055-9aeb-9927366bc820', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,408::taskManager::161::TaskManager::(clearTask) Entry. taskID: =
147a5293-2fd7-4055-9aeb-9927366bc820=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,408::taskManager::166::TaskManager::(clearTask) Return.=0A=
Thread-3565::INFO::2012-06-25 =
09:26:11,408::logUtils::39::dispatcher::(wrapper) Run and protect: =
clearTask, Return response: None=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,408::task::1172::TaskManager.Task::(prepare) =
Task=3D`b860f93e-ef1c-42f1-b3e7-20af3a2c4e61`::finished: None=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,408::task::588::TaskManager.Task::(_updateState) =
Task=3D`b860f93e-ef1c-42f1-b3e7-20af3a2c4e61`::moving from state =
preparing -> state finished=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,408::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,409::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3565::DEBUG::2012-06-25 =
09:26:11,409::task::978::TaskManager.Task::(_decref) =
Task=3D`b860f93e-ef1c-42f1-b3e7-20af3a2c4e61`::ref 0 aborting False=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,438::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,438::task::588::TaskManager.Task::(_updateState) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::moving from state init -> =
state preparing=0A=
Thread-3566::INFO::2012-06-25 =
09:26:11,439::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,439::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`570089b6=
-9889-4732-8428-80235d04e613`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,439::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,440::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,440::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`570089b6=
-9889-4732-8428-80235d04e613`::Granted request=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,441::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,441::task::978::TaskManager.Task::(_decref) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::ref 1 aborting False=0A=
Thread-3566::INFO::2012-06-25 =
09:26:11,445::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 2, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 93}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,445::task::1172::TaskManager.Task::(prepare) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::finished: {'info': =
{'spm_id': 2, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 93}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,446::task::588::TaskManager.Task::(_updateState) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::moving from state =
preparing -> state finished=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,446::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,446::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,447::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,447::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,447::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,447::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3566::DEBUG::2012-06-25 =
09:26:11,448::task::978::TaskManager.Task::(_decref) =
Task=3D`50e01aa2-d5fe-4d7f-9b3f-d5e648db9931`::ref 0 aborting False=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,466::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,466::task::588::TaskManager.Task::(_updateState) =
Task=3D`d1329c5e-8a0c-42a0-bd4a-89be4cef1337`::moving from state init -> =
state preparing=0A=
Thread-3567::INFO::2012-06-25 =
09:26:11,466::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-3567::INFO::2012-06-25 =
09:26:11,467::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::task::1172::TaskManager.Task::(prepare) =
Task=3D`d1329c5e-8a0c-42a0-bd4a-89be4cef1337`::finished: =
{'allTasksInfo': {}}=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::task::588::TaskManager.Task::(_updateState) =
Task=3D`d1329c5e-8a0c-42a0-bd4a-89be4cef1337`::moving from state =
preparing -> state finished=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,467::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3567::DEBUG::2012-06-25 =
09:26:11,468::task::978::TaskManager.Task::(_decref) =
Task=3D`d1329c5e-8a0c-42a0-bd4a-89be4cef1337`::ref 0 aborting False=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,483::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,483::task::588::TaskManager.Task::(_updateState) =
Task=3D`3fb2e0d0-6dd5-4d25-958b-a674aaae7c10`::moving from state init -> =
state preparing=0A=
Thread-3568::INFO::2012-06-25 =
09:26:11,484::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,484::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,484::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-3568::INFO::2012-06-25 =
09:26:11,484::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,484::task::1172::TaskManager.Task::(prepare) =
Task=3D`3fb2e0d0-6dd5-4d25-958b-a674aaae7c10`::finished: =
{'allTasksInfo': {}}=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,484::task::588::TaskManager.Task::(_updateState) =
Task=3D`3fb2e0d0-6dd5-4d25-958b-a674aaae7c10`::moving from state =
preparing -> state finished=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,484::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,485::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3568::DEBUG::2012-06-25 =
09:26:11,485::task::978::TaskManager.Task::(_decref) =
Task=3D`3fb2e0d0-6dd5-4d25-958b-a674aaae7c10`::ref 0 aborting False=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,244::task::588::TaskManager.Task::(_updateState) =
Task=3D`b716dd3a-34f5-4260-af58-2cb9648296ac`::moving from state init -> =
state preparing=0A=
Thread-3570::INFO::2012-06-25 =
09:26:14,244::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3570::INFO::2012-06-25 =
09:26:14,244::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00342893600464', 'lastCheck': 1340630767.8500199, 'code': =
0, 'valid': True}}=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,244::task::1172::TaskManager.Task::(prepare) =
Task=3D`b716dd3a-34f5-4260-af58-2cb9648296ac`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00342893600464', =
'lastCheck': 1340630767.8500199, 'code': 0, 'valid': True}}=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,244::task::588::TaskManager.Task::(_updateState) =
Task=3D`b716dd3a-34f5-4260-af58-2cb9648296ac`::moving from state =
preparing -> state finished=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,245::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,245::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3570::DEBUG::2012-06-25 =
09:26:14,245::task::978::TaskManager.Task::(_decref) =
Task=3D`b716dd3a-34f5-4260-af58-2cb9648296ac`::ref 0 aborting False=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,465::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,465::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c084ce1-7833-41fe-a71d-435042dd6b53`::moving from state init -> =
state preparing=0A=
Thread-3575::INFO::2012-06-25 =
09:26:21,465::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3575::INFO::2012-06-25 =
09:26:21,466::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 93}}=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,466::task::1172::TaskManager.Task::(prepare) =
Task=3D`3c084ce1-7833-41fe-a71d-435042dd6b53`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 93}}=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,466::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c084ce1-7833-41fe-a71d-435042dd6b53`::moving from state =
preparing -> state finished=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,466::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,466::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3575::DEBUG::2012-06-25 =
09:26:21,466::task::978::TaskManager.Task::(_decref) =
Task=3D`3c084ce1-7833-41fe-a71d-435042dd6b53`::ref 0 aborting False=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,477::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,478::task::588::TaskManager.Task::(_updateState) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::moving from state init -> =
state preparing=0A=
Thread-3576::INFO::2012-06-25 =
09:26:21,478::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,478::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`3cbd1aa7=
-fc05-41a5-bf7b-b3e20046bc71`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,478::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,479::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,479::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`3cbd1aa7=
-fc05-41a5-bf7b-b3e20046bc71`::Granted request=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,479::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,479::task::978::TaskManager.Task::(_decref) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::ref 1 aborting False=0A=
Thread-3576::INFO::2012-06-25 =
09:26:21,482::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 2, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 93}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,483::task::1172::TaskManager.Task::(prepare) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::finished: {'info': =
{'spm_id': 2, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 93}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504279552', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,483::task::588::TaskManager.Task::(_updateState) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::moving from state =
preparing -> state finished=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,483::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,483::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,483::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,484::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,484::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,484::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3576::DEBUG::2012-06-25 =
09:26:21,484::task::978::TaskManager.Task::(_decref) =
Task=3D`d0a385b8-8adf-4fa1-95d9-373d191ef764`::ref 0 aborting False=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,498::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,498::task::588::TaskManager.Task::(_updateState) =
Task=3D`a435ce0e-eb1f-4cbe-b87d-5cc3e0ce6123`::moving from state init -> =
state preparing=0A=
Thread-3577::INFO::2012-06-25 =
09:26:21,498::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3577::INFO::2012-06-25 =
09:26:21,498::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 93}}=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,499::task::1172::TaskManager.Task::(prepare) =
Task=3D`a435ce0e-eb1f-4cbe-b87d-5cc3e0ce6123`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 93}}=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,499::task::588::TaskManager.Task::(_updateState) =
Task=3D`a435ce0e-eb1f-4cbe-b87d-5cc3e0ce6123`::moving from state =
preparing -> state finished=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,499::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,499::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3577::DEBUG::2012-06-25 =
09:26:21,499::task::978::TaskManager.Task::(_decref) =
Task=3D`a435ce0e-eb1f-4cbe-b87d-5cc3e0ce6123`::ref 0 aborting False=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,512::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,513::task::588::TaskManager.Task::(_updateState) =
Task=3D`a94aff26-890a-48fe-8ad6-f75e6c5697a7`::moving from state init -> =
state preparing=0A=
Thread-3578::INFO::2012-06-25 =
09:26:21,513::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses(spUUID=3DNone, options=3DNone)=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,513::taskManager::103::TaskManager::(getAllTasksStatuses) Entry.=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,513::taskManager::112::TaskManager::(getAllTasksStatuses) =
Return: {}=0A=
Thread-3578::INFO::2012-06-25 =
09:26:21,513::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses, Return response: {'allTasksStatus': {}}=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,513::task::1172::TaskManager.Task::(prepare) =
Task=3D`a94aff26-890a-48fe-8ad6-f75e6c5697a7`::finished: =
{'allTasksStatus': {}}=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,514::task::588::TaskManager.Task::(_updateState) =
Task=3D`a94aff26-890a-48fe-8ad6-f75e6c5697a7`::moving from state =
preparing -> state finished=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,514::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,514::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3578::DEBUG::2012-06-25 =
09:26:21,514::task::978::TaskManager.Task::(_decref) =
Task=3D`a94aff26-890a-48fe-8ad6-f75e6c5697a7`::ref 0 aborting False=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,525::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,525::task::588::TaskManager.Task::(_updateState) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::moving from state init -> =
state preparing=0A=
Thread-3579::INFO::2012-06-25 =
09:26:21,525::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStop(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,525::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c6e85400=
-6ae2-403a-a3ec-b338c7bd0c4d`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,526::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,526::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,526::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`c6e85400=
-6ae2-403a-a3ec-b338c7bd0c4d`::Granted request=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,526::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,527::task::978::TaskManager.Task::(_decref) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::ref 1 aborting False=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,527::sp::319::Storage.StoragePool::(_shutDownUpgrade) Shutting =
down upgrade process=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,527::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
f6bef29f-4604-4d40-8086-26920761855a`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,527::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,527::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,528::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
f6bef29f-4604-4d40-8086-26920761855a`::Granted request=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,528::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,528::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,528::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,528::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,531::sp::359::Storage.StoragePool::(cleanupMasterMount) master =
`/rhev/data-center/mnt/blockSD/e5a63624-716e-4bb4-ae60-cd4d7aae9ed2/maste=
r` is not mounted, skipping=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,531::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,531::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,532::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D93', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D4a8a3ebccc1b8af3724d28db7bc1e21543c03a72']=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,542::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
Thread-3579::INFO::2012-06-25 =
09:26:21,542::safelease::110::ClusterLock::(release) Releasing cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:21,542::__init__::1164::Storage.Misc.excCmd::(_log) =
'/usr/libexec/vdsm/spmstop.sh 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd =
/usr/libexec/vdsm)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,577::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,578::safelease::117::ClusterLock::(release) Cluster lock =
released successfully=0A=
Thread-3579::INFO::2012-06-25 =
09:26:22,578::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStop, Return response: None=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,578::task::1172::TaskManager.Task::(prepare) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::finished: None=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,578::task::588::TaskManager.Task::(_updateState) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::moving from state =
preparing -> state finished=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,578::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,579::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,579::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,579::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,579::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,579::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3579::DEBUG::2012-06-25 =
09:26:22,580::task::978::TaskManager.Task::(_decref) =
Task=3D`ebf21967-0aff-4578-9c20-7c17ef30d1b2`::ref 0 aborting False=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,356::task::588::TaskManager.Task::(_updateState) =
Task=3D`a4707814-c1f5-415e-a2dc-eb7c81a9d782`::moving from state init -> =
state preparing=0A=
Thread-3581::INFO::2012-06-25 =
09:26:24,357::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3581::INFO::2012-06-25 =
09:26:24,376::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00284886360168', 'lastCheck': 1340630777.860255, 'code': 0, =
'valid': True}}=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,376::task::1172::TaskManager.Task::(prepare) =
Task=3D`a4707814-c1f5-415e-a2dc-eb7c81a9d782`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00284886360168', =
'lastCheck': 1340630777.860255, 'code': 0, 'valid': True}}=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,377::task::588::TaskManager.Task::(_updateState) =
Task=3D`a4707814-c1f5-415e-a2dc-eb7c81a9d782`::moving from state =
preparing -> state finished=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,377::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,377::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3581::DEBUG::2012-06-25 =
09:26:24,377::task::978::TaskManager.Task::(_decref) =
Task=3D`a4707814-c1f5-415e-a2dc-eb7c81a9d782`::ref 0 aborting False=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,481::task::588::TaskManager.Task::(_updateState) =
Task=3D`30c4c11e-c000-4959-8104-6bdb11e115ec`::moving from state init -> =
state preparing=0A=
Thread-3587::INFO::2012-06-25 =
09:26:34,481::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3587::INFO::2012-06-25 =
09:26:34,481::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00353288650513', 'lastCheck': 1340630787.872817, 'code': 0, =
'valid': True}}=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,481::task::1172::TaskManager.Task::(prepare) =
Task=3D`30c4c11e-c000-4959-8104-6bdb11e115ec`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00353288650513', =
'lastCheck': 1340630787.872817, 'code': 0, 'valid': True}}=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,482::task::588::TaskManager.Task::(_updateState) =
Task=3D`30c4c11e-c000-4959-8104-6bdb11e115ec`::moving from state =
preparing -> state finished=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,482::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,482::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3587::DEBUG::2012-06-25 =
09:26:34,482::task::978::TaskManager.Task::(_decref) =
Task=3D`30c4c11e-c000-4959-8104-6bdb11e115ec`::ref 0 aborting False=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,584::task::588::TaskManager.Task::(_updateState) =
Task=3D`22e1d570-f686-4a1b-8e24-3717cfc90a42`::moving from state init -> =
state preparing=0A=
Thread-3593::INFO::2012-06-25 =
09:26:44,584::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3593::INFO::2012-06-25 =
09:26:44,585::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00343894958496', 'lastCheck': 1340630797.885067, 'code': 0, =
'valid': True}}=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,585::task::1172::TaskManager.Task::(prepare) =
Task=3D`22e1d570-f686-4a1b-8e24-3717cfc90a42`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00343894958496', =
'lastCheck': 1340630797.885067, 'code': 0, 'valid': True}}=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,585::task::588::TaskManager.Task::(_updateState) =
Task=3D`22e1d570-f686-4a1b-8e24-3717cfc90a42`::moving from state =
preparing -> state finished=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,585::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,585::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3593::DEBUG::2012-06-25 =
09:26:44,586::task::978::TaskManager.Task::(_decref) =
Task=3D`22e1d570-f686-4a1b-8e24-3717cfc90a42`::ref 0 aborting False=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,188::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,189::task::588::TaskManager.Task::(_updateState) =
Task=3D`4c3c5a31-9501-4bdf-b4d4-06e9ac4f1a22`::moving from state init -> =
state preparing=0A=
Thread-3599::INFO::2012-06-25 =
09:26:54,189::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3599::INFO::2012-06-25 =
09:26:54,189::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': -1, 'spmStatus': =
'Free', 'spmLver': 93}}=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,189::task::1172::TaskManager.Task::(prepare) =
Task=3D`4c3c5a31-9501-4bdf-b4d4-06e9ac4f1a22`::finished: {'spm_st': =
{'spmId': -1, 'spmStatus': 'Free', 'spmLver': 93}}=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,190::task::588::TaskManager.Task::(_updateState) =
Task=3D`4c3c5a31-9501-4bdf-b4d4-06e9ac4f1a22`::moving from state =
preparing -> state finished=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,190::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,190::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3599::DEBUG::2012-06-25 =
09:26:54,190::task::978::TaskManager.Task::(_decref) =
Task=3D`4c3c5a31-9501-4bdf-b4d4-06e9ac4f1a22`::ref 0 aborting False=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,210::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,210::task::588::TaskManager.Task::(_updateState) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::moving from state init -> =
state preparing=0A=
Thread-3600::INFO::2012-06-25 =
09:26:54,210::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStart(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', prevID=3D-1, =
prevLVER=3D'93', recoveryMode=3DNone, scsiFencing=3D'false', =
maxHostID=3D250, domVersion=3D'0', options=3DNone)=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,211::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`71cfd4b1=
-840b-4802-9248-85bdbc4838a2`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,211::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,211::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,211::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`71cfd4b1=
-840b-4802-9248-85bdbc4838a2`::Granted request=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,212::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,212::task::978::TaskManager.Task::(_decref) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::ref 1 aborting False=0A=
Thread-3600::INFO::2012-06-25 =
09:26:54,212::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStart, Return response: None=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,212::task::1167::TaskManager.Task::(prepare) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::Prepare: 1 jobs exist, =
move to acquiring=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,212::task::588::TaskManager.Task::(_updateState) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::moving from state =
preparing -> state acquiring=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,213::task::588::TaskManager.Task::(_updateState) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::moving from state =
acquiring -> state queued=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,213::taskManager::48::TaskManager::(_queueTask) queuing task: =
af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,213::taskManager::54::TaskManager::(_queueTask) task queued: =
af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
cd4f4d57-ec33-4ace-bb0a-dda1fe011931::DEBUG::2012-06-25 =
09:26:54,213::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 1=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,213::threadPool::212::Misc.ThreadPool.WorkerThread::(run) Task: =
af3d14c2-f950-4cbb-9aa7-0a7464b984d2 running: <bound method Task.commit =
of <storage.task.Task instance at 0x7fe6e8348488>> with: None=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::task::1181::TaskManager.Task::(commit) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::committing task: =
af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::task::588::TaskManager.Task::(_updateState) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::moving from state queued =
-> state running=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::task::892::TaskManager.Task::(_runJobs) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::Task.run: running job 0: =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '93', 'false', 250, 0) kwargs: {})=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::task::317::TaskManager.Task::(run) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::Job.run: running =
spmStart: <bound method StoragePool.startSpm of <storage.sp.StoragePool =
object at 0x7fe6e8448c10>> (args: (-1, '93', 'false', 250, 0) kwargs: =
{}) callback None=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::misc::1053::SamplingMethod::(__call__) Trying to enter =
sampling method (storage.sp.updateMonitoringThreads)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,214::misc::1055::SamplingMethod::(__call__) Got in to sampling =
method=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,213::task::1169::TaskManager.Task::(prepare) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::returning=0A=
Thread-3600::DEBUG::2012-06-25 =
09:26:54,215::task::978::TaskManager.Task::(_decref) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::ref 1 aborting False=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,221::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D94', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D9381e6031a9d4513f90f8e0b83dfb4851cf9abf5']=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,221::misc::1063::SamplingMethod::(__call__) Returning last =
result=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,224::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D94', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D9381e6031a9d4513f90f8e0b83dfb4851cf9abf5']=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::INFO::2012-06-25 =
09:26:54,224::sp::250::Storage.StoragePool::(startSpm) expected =
previd:-1 lver:94 got request for previd:-1 lver:93=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,224::safelease::85::ClusterLock::(acquire) Acquiring cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:26:54,225::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo =
-n /usr/bin/setsid /usr/bin/ionice -c1 -n0 /bin/su vdsm -s /bin/sh -c =
"/usr/libexec/vdsm/spmprotect.sh start =
68aa0dc2-9cd1-4549-8008-30b1bae667db 2 5 =
/rhev/data-center/mnt/10.1.20.7:_sd2/68aa0dc2-9cd1-4549-8008-30b1bae667db=
/dom_md/leases 60000 10000 3"' (cwd /usr/libexec/vdsm)=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,693::task::588::TaskManager.Task::(_updateState) =
Task=3D`5c41a4a5-de8d-4ee9-9002-cfa64623ea5f`::moving from state init -> =
state preparing=0A=
Thread-3601::INFO::2012-06-25 =
09:26:54,697::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3601::INFO::2012-06-25 =
09:26:54,698::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00494313240051', 'lastCheck': 1340630807.8988321, 'code': =
0, 'valid': True}}=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,698::task::1172::TaskManager.Task::(prepare) =
Task=3D`5c41a4a5-de8d-4ee9-9002-cfa64623ea5f`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00494313240051', =
'lastCheck': 1340630807.8988321, 'code': 0, 'valid': True}}=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,698::task::588::TaskManager.Task::(_updateState) =
Task=3D`5c41a4a5-de8d-4ee9-9002-cfa64623ea5f`::moving from state =
preparing -> state finished=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,698::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,698::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3601::DEBUG::2012-06-25 =
09:26:54,699::task::978::TaskManager.Task::(_decref) =
Task=3D`5c41a4a5-de8d-4ee9-9002-cfa64623ea5f`::ref 0 aborting False=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,228::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,229::task::588::TaskManager.Task::(_updateState) =
Task=3D`0b78fe91-06f7-4672-88b4-21c169971748`::moving from state init -> =
state preparing=0A=
Thread-3603::INFO::2012-06-25 =
09:26:55,229::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,229::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,229::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3603::INFO::2012-06-25 =
09:26:55,229::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,229::task::1172::TaskManager.Task::(prepare) =
Task=3D`0b78fe91-06f7-4672-88b4-21c169971748`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,230::task::588::TaskManager.Task::(_updateState) =
Task=3D`0b78fe91-06f7-4672-88b4-21c169971748`::moving from state =
preparing -> state finished=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,230::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,230::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3603::DEBUG::2012-06-25 =
09:26:55,230::task::978::TaskManager.Task::(_decref) =
Task=3D`0b78fe91-06f7-4672-88b4-21c169971748`::ref 0 aborting False=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,242::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,243::task::588::TaskManager.Task::(_updateState) =
Task=3D`2af3d28a-c8f1-461c-a415-b693de745edf`::moving from state init -> =
state preparing=0A=
Thread-3604::INFO::2012-06-25 =
09:26:56,243::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,243::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,243::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3604::INFO::2012-06-25 =
09:26:56,243::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,243::task::1172::TaskManager.Task::(prepare) =
Task=3D`2af3d28a-c8f1-461c-a415-b693de745edf`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,244::task::588::TaskManager.Task::(_updateState) =
Task=3D`2af3d28a-c8f1-461c-a415-b693de745edf`::moving from state =
preparing -> state finished=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,244::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,244::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3604::DEBUG::2012-06-25 =
09:26:56,244::task::978::TaskManager.Task::(_decref) =
Task=3D`2af3d28a-c8f1-461c-a415-b693de745edf`::ref 0 aborting False=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,256::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,256::task::588::TaskManager.Task::(_updateState) =
Task=3D`edefca6a-4d8a-423d-9a23-841a44a33f05`::moving from state init -> =
state preparing=0A=
Thread-3606::INFO::2012-06-25 =
09:26:57,256::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,257::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,257::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3606::INFO::2012-06-25 =
09:26:57,257::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,257::task::1172::TaskManager.Task::(prepare) =
Task=3D`edefca6a-4d8a-423d-9a23-841a44a33f05`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,257::task::588::TaskManager.Task::(_updateState) =
Task=3D`edefca6a-4d8a-423d-9a23-841a44a33f05`::moving from state =
preparing -> state finished=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,257::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,258::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3606::DEBUG::2012-06-25 =
09:26:57,258::task::978::TaskManager.Task::(_decref) =
Task=3D`edefca6a-4d8a-423d-9a23-841a44a33f05`::ref 0 aborting False=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,270::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,270::task::588::TaskManager.Task::(_updateState) =
Task=3D`b9b8b136-786e-4b0e-9d60-bed13d22e820`::moving from state init -> =
state preparing=0A=
Thread-3607::INFO::2012-06-25 =
09:26:58,270::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,271::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,271::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3607::INFO::2012-06-25 =
09:26:58,271::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,271::task::1172::TaskManager.Task::(prepare) =
Task=3D`b9b8b136-786e-4b0e-9d60-bed13d22e820`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,271::task::588::TaskManager.Task::(_updateState) =
Task=3D`b9b8b136-786e-4b0e-9d60-bed13d22e820`::moving from state =
preparing -> state finished=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,271::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,272::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3607::DEBUG::2012-06-25 =
09:26:58,272::task::978::TaskManager.Task::(_decref) =
Task=3D`b9b8b136-786e-4b0e-9d60-bed13d22e820`::ref 0 aborting False=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,284::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,284::task::588::TaskManager.Task::(_updateState) =
Task=3D`ba936385-656c-48f4-b297-73057b75ab88`::moving from state init -> =
state preparing=0A=
Thread-3609::INFO::2012-06-25 =
09:26:59,299::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,300::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,300::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3609::INFO::2012-06-25 =
09:26:59,300::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,300::task::1172::TaskManager.Task::(prepare) =
Task=3D`ba936385-656c-48f4-b297-73057b75ab88`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,300::task::588::TaskManager.Task::(_updateState) =
Task=3D`ba936385-656c-48f4-b297-73057b75ab88`::moving from state =
preparing -> state finished=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,300::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,301::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3609::DEBUG::2012-06-25 =
09:26:59,301::task::978::TaskManager.Task::(_decref) =
Task=3D`ba936385-656c-48f4-b297-73057b75ab88`::ref 0 aborting False=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,313::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,314::task::588::TaskManager.Task::(_updateState) =
Task=3D`84a5d4ae-8229-483b-84f9-bfe18a3d6810`::moving from state init -> =
state preparing=0A=
Thread-3610::INFO::2012-06-25 =
09:27:00,314::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,314::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,314::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3610::INFO::2012-06-25 =
09:27:00,314::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,315::task::1172::TaskManager.Task::(prepare) =
Task=3D`84a5d4ae-8229-483b-84f9-bfe18a3d6810`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,315::task::588::TaskManager.Task::(_updateState) =
Task=3D`84a5d4ae-8229-483b-84f9-bfe18a3d6810`::moving from state =
preparing -> state finished=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,315::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,315::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3610::DEBUG::2012-06-25 =
09:27:00,315::task::978::TaskManager.Task::(_decref) =
Task=3D`84a5d4ae-8229-483b-84f9-bfe18a3d6810`::ref 0 aborting False=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,332::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,333::task::588::TaskManager.Task::(_updateState) =
Task=3D`e0b617d4-ac4e-4a41-bacf-44fbe1a3bda9`::moving from state init -> =
state preparing=0A=
Thread-3612::INFO::2012-06-25 =
09:27:01,333::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,333::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,333::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3612::INFO::2012-06-25 =
09:27:01,333::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,334::task::1172::TaskManager.Task::(prepare) =
Task=3D`e0b617d4-ac4e-4a41-bacf-44fbe1a3bda9`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,334::task::588::TaskManager.Task::(_updateState) =
Task=3D`e0b617d4-ac4e-4a41-bacf-44fbe1a3bda9`::moving from state =
preparing -> state finished=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,334::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,334::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3612::DEBUG::2012-06-25 =
09:27:01,334::task::978::TaskManager.Task::(_decref) =
Task=3D`e0b617d4-ac4e-4a41-bacf-44fbe1a3bda9`::ref 0 aborting False=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,346::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,347::task::588::TaskManager.Task::(_updateState) =
Task=3D`82d4b400-251b-47ad-a60e-297ecda7aace`::moving from state init -> =
state preparing=0A=
Thread-3613::INFO::2012-06-25 =
09:27:02,347::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,347::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,347::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3613::INFO::2012-06-25 =
09:27:02,347::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,348::task::1172::TaskManager.Task::(prepare) =
Task=3D`82d4b400-251b-47ad-a60e-297ecda7aace`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,348::task::588::TaskManager.Task::(_updateState) =
Task=3D`82d4b400-251b-47ad-a60e-297ecda7aace`::moving from state =
preparing -> state finished=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,348::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,348::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3613::DEBUG::2012-06-25 =
09:27:02,348::task::978::TaskManager.Task::(_decref) =
Task=3D`82d4b400-251b-47ad-a60e-297ecda7aace`::ref 0 aborting False=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,360::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,361::task::588::TaskManager.Task::(_updateState) =
Task=3D`ab934a8d-0211-4d45-9dd8-af96846465d3`::moving from state init -> =
state preparing=0A=
Thread-3615::INFO::2012-06-25 =
09:27:03,361::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,361::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,361::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3615::INFO::2012-06-25 =
09:27:03,361::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,361::task::1172::TaskManager.Task::(prepare) =
Task=3D`ab934a8d-0211-4d45-9dd8-af96846465d3`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,362::task::588::TaskManager.Task::(_updateState) =
Task=3D`ab934a8d-0211-4d45-9dd8-af96846465d3`::moving from state =
preparing -> state finished=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,362::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,362::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3615::DEBUG::2012-06-25 =
09:27:03,362::task::978::TaskManager.Task::(_decref) =
Task=3D`ab934a8d-0211-4d45-9dd8-af96846465d3`::ref 0 aborting False=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,374::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,375::task::588::TaskManager.Task::(_updateState) =
Task=3D`a71170d8-f99d-4e85-9882-e60cd4077884`::moving from state init -> =
state preparing=0A=
Thread-3616::INFO::2012-06-25 =
09:27:04,381::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,382::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,382::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3616::INFO::2012-06-25 =
09:27:04,382::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,382::task::1172::TaskManager.Task::(prepare) =
Task=3D`a71170d8-f99d-4e85-9882-e60cd4077884`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,382::task::588::TaskManager.Task::(_updateState) =
Task=3D`a71170d8-f99d-4e85-9882-e60cd4077884`::moving from state =
preparing -> state finished=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,382::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,383::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3616::DEBUG::2012-06-25 =
09:27:04,383::task::978::TaskManager.Task::(_decref) =
Task=3D`a71170d8-f99d-4e85-9882-e60cd4077884`::ref 0 aborting False=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,799::task::588::TaskManager.Task::(_updateState) =
Task=3D`3a20fa05-6fe5-4afa-8688-234afc2fa9a1`::moving from state init -> =
state preparing=0A=
Thread-3617::INFO::2012-06-25 =
09:27:04,799::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3617::INFO::2012-06-25 =
09:27:04,800::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.0034339427948', 'lastCheck': 1340630817.9112799, 'code': 0, =
'valid': True}}=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,800::task::1172::TaskManager.Task::(prepare) =
Task=3D`3a20fa05-6fe5-4afa-8688-234afc2fa9a1`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.0034339427948', =
'lastCheck': 1340630817.9112799, 'code': 0, 'valid': True}}=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,800::task::588::TaskManager.Task::(_updateState) =
Task=3D`3a20fa05-6fe5-4afa-8688-234afc2fa9a1`::moving from state =
preparing -> state finished=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,800::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,800::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3617::DEBUG::2012-06-25 =
09:27:04,800::task::978::TaskManager.Task::(_decref) =
Task=3D`3a20fa05-6fe5-4afa-8688-234afc2fa9a1`::ref 0 aborting False=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,395::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,395::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c25d0dc-71a7-4560-ae4b-1dd7360941f7`::moving from state init -> =
state preparing=0A=
Thread-3619::INFO::2012-06-25 =
09:27:05,395::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,396::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,396::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3619::INFO::2012-06-25 =
09:27:05,396::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,396::task::1172::TaskManager.Task::(prepare) =
Task=3D`3c25d0dc-71a7-4560-ae4b-1dd7360941f7`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,396::task::588::TaskManager.Task::(_updateState) =
Task=3D`3c25d0dc-71a7-4560-ae4b-1dd7360941f7`::moving from state =
preparing -> state finished=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,396::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,397::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3619::DEBUG::2012-06-25 =
09:27:05,397::task::978::TaskManager.Task::(_decref) =
Task=3D`3c25d0dc-71a7-4560-ae4b-1dd7360941f7`::ref 0 aborting False=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,409::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,409::task::588::TaskManager.Task::(_updateState) =
Task=3D`bb55d2c1-b83d-4df4-8ba2-14fb7cedae27`::moving from state init -> =
state preparing=0A=
Thread-3620::INFO::2012-06-25 =
09:27:06,409::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,409::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,410::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3620::INFO::2012-06-25 =
09:27:06,410::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,410::task::1172::TaskManager.Task::(prepare) =
Task=3D`bb55d2c1-b83d-4df4-8ba2-14fb7cedae27`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,410::task::588::TaskManager.Task::(_updateState) =
Task=3D`bb55d2c1-b83d-4df4-8ba2-14fb7cedae27`::moving from state =
preparing -> state finished=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,410::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,410::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3620::DEBUG::2012-06-25 =
09:27:06,411::task::978::TaskManager.Task::(_decref) =
Task=3D`bb55d2c1-b83d-4df4-8ba2-14fb7cedae27`::ref 0 aborting False=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,424::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,424::task::588::TaskManager.Task::(_updateState) =
Task=3D`13e217ec-6afb-4c9e-acda-a89b7108b84f`::moving from state init -> =
state preparing=0A=
Thread-3622::INFO::2012-06-25 =
09:27:07,424::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,425::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,425::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3622::INFO::2012-06-25 =
09:27:07,425::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,425::task::1172::TaskManager.Task::(prepare) =
Task=3D`13e217ec-6afb-4c9e-acda-a89b7108b84f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,425::task::588::TaskManager.Task::(_updateState) =
Task=3D`13e217ec-6afb-4c9e-acda-a89b7108b84f`::moving from state =
preparing -> state finished=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,425::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,426::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3622::DEBUG::2012-06-25 =
09:27:07,426::task::978::TaskManager.Task::(_decref) =
Task=3D`13e217ec-6afb-4c9e-acda-a89b7108b84f`::ref 0 aborting False=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,438::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,439::task::588::TaskManager.Task::(_updateState) =
Task=3D`cc888bde-13d4-4533-8586-b278ac616669`::moving from state init -> =
state preparing=0A=
Thread-3623::INFO::2012-06-25 =
09:27:08,439::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,439::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,439::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3623::INFO::2012-06-25 =
09:27:08,439::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,439::task::1172::TaskManager.Task::(prepare) =
Task=3D`cc888bde-13d4-4533-8586-b278ac616669`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,440::task::588::TaskManager.Task::(_updateState) =
Task=3D`cc888bde-13d4-4533-8586-b278ac616669`::moving from state =
preparing -> state finished=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,440::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,440::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3623::DEBUG::2012-06-25 =
09:27:08,440::task::978::TaskManager.Task::(_decref) =
Task=3D`cc888bde-13d4-4533-8586-b278ac616669`::ref 0 aborting False=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,452::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,452::task::588::TaskManager.Task::(_updateState) =
Task=3D`16deec8f-a506-47e0-97f5-59864ad188f6`::moving from state init -> =
state preparing=0A=
Thread-3625::INFO::2012-06-25 =
09:27:09,456::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,456::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,456::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3625::INFO::2012-06-25 =
09:27:09,456::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,456::task::1172::TaskManager.Task::(prepare) =
Task=3D`16deec8f-a506-47e0-97f5-59864ad188f6`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,457::task::588::TaskManager.Task::(_updateState) =
Task=3D`16deec8f-a506-47e0-97f5-59864ad188f6`::moving from state =
preparing -> state finished=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,457::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,457::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3625::DEBUG::2012-06-25 =
09:27:09,457::task::978::TaskManager.Task::(_decref) =
Task=3D`16deec8f-a506-47e0-97f5-59864ad188f6`::ref 0 aborting False=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,469::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,469::task::588::TaskManager.Task::(_updateState) =
Task=3D`c0416bed-a002-42a6-a131-05b6768b13e0`::moving from state init -> =
state preparing=0A=
Thread-3626::INFO::2012-06-25 =
09:27:10,470::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,470::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,470::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3626::INFO::2012-06-25 =
09:27:10,470::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,470::task::1172::TaskManager.Task::(prepare) =
Task=3D`c0416bed-a002-42a6-a131-05b6768b13e0`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,470::task::588::TaskManager.Task::(_updateState) =
Task=3D`c0416bed-a002-42a6-a131-05b6768b13e0`::moving from state =
preparing -> state finished=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,471::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,471::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3626::DEBUG::2012-06-25 =
09:27:10,471::task::978::TaskManager.Task::(_decref) =
Task=3D`c0416bed-a002-42a6-a131-05b6768b13e0`::ref 0 aborting False=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,483::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,483::task::588::TaskManager.Task::(_updateState) =
Task=3D`54bf24ff-35c6-4d00-91c7-e672e7d28d85`::moving from state init -> =
state preparing=0A=
Thread-3628::INFO::2012-06-25 =
09:27:11,483::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,484::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,484::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3628::INFO::2012-06-25 =
09:27:11,484::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,484::task::1172::TaskManager.Task::(prepare) =
Task=3D`54bf24ff-35c6-4d00-91c7-e672e7d28d85`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,484::task::588::TaskManager.Task::(_updateState) =
Task=3D`54bf24ff-35c6-4d00-91c7-e672e7d28d85`::moving from state =
preparing -> state finished=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,484::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,485::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3628::DEBUG::2012-06-25 =
09:27:11,485::task::978::TaskManager.Task::(_decref) =
Task=3D`54bf24ff-35c6-4d00-91c7-e672e7d28d85`::ref 0 aborting False=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,497::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,498::task::588::TaskManager.Task::(_updateState) =
Task=3D`e0439a95-efd0-439d-a893-64c353711d6f`::moving from state init -> =
state preparing=0A=
Thread-3629::INFO::2012-06-25 =
09:27:12,498::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,498::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,498::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3629::INFO::2012-06-25 =
09:27:12,498::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,498::task::1172::TaskManager.Task::(prepare) =
Task=3D`e0439a95-efd0-439d-a893-64c353711d6f`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,499::task::588::TaskManager.Task::(_updateState) =
Task=3D`e0439a95-efd0-439d-a893-64c353711d6f`::moving from state =
preparing -> state finished=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,499::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,499::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3629::DEBUG::2012-06-25 =
09:27:12,499::task::978::TaskManager.Task::(_decref) =
Task=3D`e0439a95-efd0-439d-a893-64c353711d6f`::ref 0 aborting False=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,511::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,512::task::588::TaskManager.Task::(_updateState) =
Task=3D`9f870414-4fa8-4e89-9e1a-623e8132eebc`::moving from state init -> =
state preparing=0A=
Thread-3631::INFO::2012-06-25 =
09:27:13,512::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,512::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,512::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': 'Task is initializing', 'taskState': =
'running', 'taskResult': '', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3631::INFO::2012-06-25 =
09:27:13,512::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': =
'Task is initializing', 'taskState': 'running', 'taskResult': '', =
'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,513::task::1172::TaskManager.Task::(prepare) =
Task=3D`9f870414-4fa8-4e89-9e1a-623e8132eebc`::finished: {'taskStatus': =
{'code': 0, 'message': 'Task is initializing', 'taskState': 'running', =
'taskResult': '', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,513::task::588::TaskManager.Task::(_updateState) =
Task=3D`9f870414-4fa8-4e89-9e1a-623e8132eebc`::moving from state =
preparing -> state finished=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,513::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,513::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3631::DEBUG::2012-06-25 =
09:27:13,513::task::978::TaskManager.Task::(_decref) =
Task=3D`9f870414-4fa8-4e89-9e1a-623e8132eebc`::ref 0 aborting False=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,271::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,272::safelease::100::ClusterLock::(acquire) Clustered lock =
acquired successfully=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,272::sp::260::Storage.StoragePool::(startSpm) spm lock acquired =
successfully=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,278::persistentDict::226::Storage.PersistentDict::(refresh) =
read lines (FileMetadataRW)=3D['CLASS=3DData', 'DESCRIPTION=3Ddsfsdf', =
'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', 'LEASETIMESEC=3D60', =
'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', 'MASTER_VERSION=3D1', =
'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D94', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D9381e6031a9d4513f90f8e0b83dfb4851cf9abf5']=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,279::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,279::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,279::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D2', 'POOL_SPM_LVER=3D95', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3D048feea0a395fdad175e394882a2e3f3772e823c']=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,284::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,284::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
7ecadc07-557e-42f2-bba9-eaa99323c4b9`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,284::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,285::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,285::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
7ecadc07-557e-42f2-bba9-eaa99323c4b9`::Granted request=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::INFO::2012-06-25 =
09:27:14,285::sp::407::Storage.StoragePool::(_upgradePool) Trying to =
upgrade master domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,285::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`44d9bdbb=
-86d3-4ce9-93f5-1dd83d144c4e`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,285::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' for lock type 'exclusive'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,286::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free. Now =
locking as 'exclusive' (1 active user)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,286::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db`ReqID=3D`44d9bdbb=
-86d3-4ce9-93f5-1dd83d144c4e`::Granted request=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,286::sd::423::Storage.StorageDomain::(upgrade) Trying to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db` from version 0 to =
version 0=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,286::sd::430::Storage.StorageDomain::(upgrade) No need to =
upgrade domain `68aa0dc2-9cd1-4549-8008-30b1bae667db`, leaving unchanged=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,287::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,287::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' (0 =
active users)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,287::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db' is free, finding =
out if anyone is waiting for it.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,287::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.68aa0dc2-9cd1-4549-8008-30b1bae667db', Clearing records.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,287::sp::411::Storage.StoragePool::(_upgradePool) Marking all =
domains for upgrade=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::sp::418::Storage.StoragePool::(_upgradePool) Registering =
with state change event=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::sp::420::Storage.StoragePool::(_upgradePool) Running =
initial domain upgrade threads=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,288::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,293::sp::309::Storage.StoragePool::(startSpm) ended.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,294::task::588::TaskManager.Task::(_updateState) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::moving from state running =
-> state finished=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,294::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,294::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,294::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,295::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,295::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,295::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,295::task::900::TaskManager.Task::(_runJobs) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::Task.run: exit - success: =
result =0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,296::task::978::TaskManager.Task::(_decref) =
Task=3D`af3d14c2-f950-4cbb-9aa7-0a7464b984d2`::ref 0 aborting False=0A=
af3d14c2-f950-4cbb-9aa7-0a7464b984d2::DEBUG::2012-06-25 =
09:27:14,296::threadPool::67::Misc.ThreadPool::(setRunningTask) Number =
of running tasks: 0=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,526::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,527::task::588::TaskManager.Task::(_updateState) =
Task=3D`4ac88359-4772-4d7d-964d-56fc4d8e46a4`::moving from state init -> =
state preparing=0A=
Thread-3632::INFO::2012-06-25 =
09:27:14,527::logUtils::37::dispatcher::(wrapper) Run and protect: =
getTaskStatus(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,527::taskManager::93::TaskManager::(getTaskStatus) Entry. =
taskID: af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,527::taskManager::96::TaskManager::(getTaskStatus) Return. =
Response: {'code': 0, 'message': '1 jobs completed successfully', =
'taskState': 'finished', 'taskResult': 'success', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}=0A=
Thread-3632::INFO::2012-06-25 =
09:27:14,527::logUtils::39::dispatcher::(wrapper) Run and protect: =
getTaskStatus, Return response: {'taskStatus': {'code': 0, 'message': '1 =
jobs completed successfully', 'taskState': 'finished', 'taskResult': =
'success', 'taskID': 'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,528::task::1172::TaskManager.Task::(prepare) =
Task=3D`4ac88359-4772-4d7d-964d-56fc4d8e46a4`::finished: {'taskStatus': =
{'code': 0, 'message': '1 jobs completed successfully', 'taskState': =
'finished', 'taskResult': 'success', 'taskID': =
'af3d14c2-f950-4cbb-9aa7-0a7464b984d2'}}=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,528::task::588::TaskManager.Task::(_updateState) =
Task=3D`4ac88359-4772-4d7d-964d-56fc4d8e46a4`::moving from state =
preparing -> state finished=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,528::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,528::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3632::DEBUG::2012-06-25 =
09:27:14,528::task::978::TaskManager.Task::(_decref) =
Task=3D`4ac88359-4772-4d7d-964d-56fc4d8e46a4`::ref 0 aborting False=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,557::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,557::task::588::TaskManager.Task::(_updateState) =
Task=3D`0dc7e31b-a996-416b-8be9-cac8c857e199`::moving from state init -> =
state preparing=0A=
Thread-3633::INFO::2012-06-25 =
09:27:14,557::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3633::INFO::2012-06-25 =
09:27:14,558::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 95}}=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,558::task::1172::TaskManager.Task::(prepare) =
Task=3D`0dc7e31b-a996-416b-8be9-cac8c857e199`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 95}}=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,558::task::588::TaskManager.Task::(_updateState) =
Task=3D`0dc7e31b-a996-416b-8be9-cac8c857e199`::moving from state =
preparing -> state finished=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,558::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,558::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3633::DEBUG::2012-06-25 =
09:27:14,559::task::978::TaskManager.Task::(_decref) =
Task=3D`0dc7e31b-a996-416b-8be9-cac8c857e199`::ref 0 aborting False=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,571::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,572::task::588::TaskManager.Task::(_updateState) =
Task=3D`64e9cbad-c967-4c92-aefb-ab824e503c13`::moving from state init -> =
state preparing=0A=
Thread-3634::INFO::2012-06-25 =
09:27:14,572::logUtils::37::dispatcher::(wrapper) Run and protect: =
clearTask(taskID=3D'af3d14c2-f950-4cbb-9aa7-0a7464b984d2', =
spUUID=3DNone, options=3DNone)=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,572::taskManager::161::TaskManager::(clearTask) Entry. taskID: =
af3d14c2-f950-4cbb-9aa7-0a7464b984d2=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,572::taskManager::166::TaskManager::(clearTask) Return.=0A=
Thread-3634::INFO::2012-06-25 =
09:27:14,572::logUtils::39::dispatcher::(wrapper) Run and protect: =
clearTask, Return response: None=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,572::task::1172::TaskManager.Task::(prepare) =
Task=3D`64e9cbad-c967-4c92-aefb-ab824e503c13`::finished: None=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,573::task::588::TaskManager.Task::(_updateState) =
Task=3D`64e9cbad-c967-4c92-aefb-ab824e503c13`::moving from state =
preparing -> state finished=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,573::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,573::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3634::DEBUG::2012-06-25 =
09:27:14,573::task::978::TaskManager.Task::(_decref) =
Task=3D`64e9cbad-c967-4c92-aefb-ab824e503c13`::ref 0 aborting False=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,607::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,607::task::588::TaskManager.Task::(_updateState) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::moving from state init -> =
state preparing=0A=
Thread-3635::INFO::2012-06-25 =
09:27:14,608::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,608::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`b784e6ca=
-512b-4372-83cd-63d89ad805aa`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,608::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,608::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,609::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`b784e6ca=
-512b-4372-83cd-63d89ad805aa`::Granted request=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,609::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,609::task::978::TaskManager.Task::(_decref) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::ref 1 aborting False=0A=
Thread-3635::INFO::2012-06-25 =
09:27:14,612::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 2, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 95}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,612::task::1172::TaskManager.Task::(prepare) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::finished: {'info': =
{'spm_id': 2, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 95}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,612::task::588::TaskManager.Task::(_updateState) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::moving from state =
preparing -> state finished=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,613::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,613::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,613::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,613::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,613::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,614::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3635::DEBUG::2012-06-25 =
09:27:14,614::task::978::TaskManager.Task::(_decref) =
Task=3D`68ffa12d-f3a6-43d5-ad09-0d6fa40ce5b4`::ref 0 aborting False=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,632::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,632::task::588::TaskManager.Task::(_updateState) =
Task=3D`fc687ea3-b00a-4d27-a7fa-3bf9c5c0f7cd`::moving from state init -> =
state preparing=0A=
Thread-3636::INFO::2012-06-25 =
09:27:14,632::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,632::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,633::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-3636::INFO::2012-06-25 =
09:27:14,633::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,633::task::1172::TaskManager.Task::(prepare) =
Task=3D`fc687ea3-b00a-4d27-a7fa-3bf9c5c0f7cd`::finished: =
{'allTasksInfo': {}}=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,633::task::588::TaskManager.Task::(_updateState) =
Task=3D`fc687ea3-b00a-4d27-a7fa-3bf9c5c0f7cd`::moving from state =
preparing -> state finished=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,633::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,633::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3636::DEBUG::2012-06-25 =
09:27:14,634::task::978::TaskManager.Task::(_decref) =
Task=3D`fc687ea3-b00a-4d27-a7fa-3bf9c5c0f7cd`::ref 0 aborting False=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,649::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,649::task::588::TaskManager.Task::(_updateState) =
Task=3D`1481a052-e9cb-46fc-93fd-d77a6fc870fe`::moving from state init -> =
state preparing=0A=
Thread-3637::INFO::2012-06-25 =
09:27:14,649::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo(spUUID=3DNone, options=3DNone)=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,650::taskManager::183::TaskManager::(getAllTasksInfo) Entry.=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,650::taskManager::192::TaskManager::(getAllTasksInfo) Return. =
Response: {}=0A=
Thread-3637::INFO::2012-06-25 =
09:27:14,650::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksInfo, Return response: {'allTasksInfo': {}}=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,650::task::1172::TaskManager.Task::(prepare) =
Task=3D`1481a052-e9cb-46fc-93fd-d77a6fc870fe`::finished: =
{'allTasksInfo': {}}=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,650::task::588::TaskManager.Task::(_updateState) =
Task=3D`1481a052-e9cb-46fc-93fd-d77a6fc870fe`::moving from state =
preparing -> state finished=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,650::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,651::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3637::DEBUG::2012-06-25 =
09:27:14,651::task::978::TaskManager.Task::(_decref) =
Task=3D`1481a052-e9cb-46fc-93fd-d77a6fc870fe`::ref 0 aborting False=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,907::task::588::TaskManager.Task::(_updateState) =
Task=3D`c67063e6-063e-431b-a091-8d1719fd4c6d`::moving from state init -> =
state preparing=0A=
Thread-3638::INFO::2012-06-25 =
09:27:14,908::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3638::INFO::2012-06-25 =
09:27:14,908::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00344204902649', 'lastCheck': 1340630827.9235549, 'code': =
0, 'valid': True}}=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,908::task::1172::TaskManager.Task::(prepare) =
Task=3D`c67063e6-063e-431b-a091-8d1719fd4c6d`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00344204902649', =
'lastCheck': 1340630827.9235549, 'code': 0, 'valid': True}}=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,908::task::588::TaskManager.Task::(_updateState) =
Task=3D`c67063e6-063e-431b-a091-8d1719fd4c6d`::moving from state =
preparing -> state finished=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,908::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,908::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3638::DEBUG::2012-06-25 =
09:27:14,909::task::978::TaskManager.Task::(_decref) =
Task=3D`c67063e6-063e-431b-a091-8d1719fd4c6d`::ref 0 aborting False=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,630::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,630::task::588::TaskManager.Task::(_updateState) =
Task=3D`a7f280e7-a430-4540-bd24-8b5340d056ea`::moving from state init -> =
state preparing=0A=
Thread-3644::INFO::2012-06-25 =
09:27:24,630::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3644::INFO::2012-06-25 =
09:27:24,631::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 95}}=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,631::task::1172::TaskManager.Task::(prepare) =
Task=3D`a7f280e7-a430-4540-bd24-8b5340d056ea`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 95}}=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,631::task::588::TaskManager.Task::(_updateState) =
Task=3D`a7f280e7-a430-4540-bd24-8b5340d056ea`::moving from state =
preparing -> state finished=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,631::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,631::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3644::DEBUG::2012-06-25 =
09:27:24,632::task::978::TaskManager.Task::(_decref) =
Task=3D`a7f280e7-a430-4540-bd24-8b5340d056ea`::ref 0 aborting False=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,643::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,644::task::588::TaskManager.Task::(_updateState) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::moving from state init -> =
state preparing=0A=
Thread-3645::INFO::2012-06-25 =
09:27:24,644::logUtils::37::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,644::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`3bf05a3e=
-325c-4550-9bbc-03b2388aa779`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,644::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'shared'=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,645::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'shared' (1 active user)=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,645::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`3bf05a3e=
-325c-4550-9bbc-03b2388aa779`::Granted request=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,645::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (shared)=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,645::task::978::TaskManager.Task::(_decref) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::ref 1 aborting False=0A=
Thread-3645::INFO::2012-06-25 =
09:27:24,648::logUtils::39::dispatcher::(wrapper) Run and protect: =
getStoragePoolInfo, Return response: {'info': {'spm_id': 2, =
'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', 'name': =
'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 95}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,649::task::1172::TaskManager.Task::(prepare) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::finished: {'info': =
{'spm_id': 2, 'master_uuid': '68aa0dc2-9cd1-4549-8008-30b1bae667db', =
'name': 'gluster', 'version': '0', 'domains': =
'68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', 'pool_status': =
'connected', 'isoprefix': '', 'type': 'SHAREDFS', 'master_ver': 1, =
'lver': 95}, 'dominfo': {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'status': 'Active', 'diskfree': '27504148480', 'alerts': [], =
'disktotal': '53579874304'}}}=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,649::task::588::TaskManager.Task::(_updateState) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::moving from state =
preparing -> state finished=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,649::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,649::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,649::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,650::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,650::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,650::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3645::DEBUG::2012-06-25 =
09:27:24,650::task::978::TaskManager.Task::(_decref) =
Task=3D`d610d3c5-76e6-4b89-821d-87ff7f684cba`::ref 0 aborting False=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,664::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,664::task::588::TaskManager.Task::(_updateState) =
Task=3D`79fc6e0a-6199-4d5e-a36d-ab30d7f3c1e9`::moving from state init -> =
state preparing=0A=
Thread-3646::INFO::2012-06-25 =
09:27:24,665::logUtils::37::dispatcher::(wrapper) Run and protect: =
getSpmStatus(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', =
options=3DNone)=0A=
Thread-3646::INFO::2012-06-25 =
09:27:24,665::logUtils::39::dispatcher::(wrapper) Run and protect: =
getSpmStatus, Return response: {'spm_st': {'spmId': 2, 'spmStatus': =
'SPM', 'spmLver': 95}}=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,665::task::1172::TaskManager.Task::(prepare) =
Task=3D`79fc6e0a-6199-4d5e-a36d-ab30d7f3c1e9`::finished: {'spm_st': =
{'spmId': 2, 'spmStatus': 'SPM', 'spmLver': 95}}=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,665::task::588::TaskManager.Task::(_updateState) =
Task=3D`79fc6e0a-6199-4d5e-a36d-ab30d7f3c1e9`::moving from state =
preparing -> state finished=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,665::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,665::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3646::DEBUG::2012-06-25 =
09:27:24,666::task::978::TaskManager.Task::(_decref) =
Task=3D`79fc6e0a-6199-4d5e-a36d-ab30d7f3c1e9`::ref 0 aborting False=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,679::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,679::task::588::TaskManager.Task::(_updateState) =
Task=3D`e5a826ea-3433-4bac-970a-be855e635c51`::moving from state init -> =
state preparing=0A=
Thread-3647::INFO::2012-06-25 =
09:27:24,679::logUtils::37::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses(spUUID=3DNone, options=3DNone)=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,679::taskManager::103::TaskManager::(getAllTasksStatuses) Entry.=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::taskManager::112::TaskManager::(getAllTasksStatuses) =
Return: {}=0A=
Thread-3647::INFO::2012-06-25 =
09:27:24,680::logUtils::39::dispatcher::(wrapper) Run and protect: =
getAllTasksStatuses, Return response: {'allTasksStatus': {}}=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::task::1172::TaskManager.Task::(prepare) =
Task=3D`e5a826ea-3433-4bac-970a-be855e635c51`::finished: =
{'allTasksStatus': {}}=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::task::588::TaskManager.Task::(_updateState) =
Task=3D`e5a826ea-3433-4bac-970a-be855e635c51`::moving from state =
preparing -> state finished=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3647::DEBUG::2012-06-25 =
09:27:24,680::task::978::TaskManager.Task::(_decref) =
Task=3D`e5a826ea-3433-4bac-970a-be855e635c51`::ref 0 aborting False=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,691::BindingXMLRPC::160::vds::(wrapper) [10.1.20.2]=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,691::task::588::TaskManager.Task::(_updateState) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::moving from state init -> =
state preparing=0A=
Thread-3648::INFO::2012-06-25 =
09:27:24,691::logUtils::37::dispatcher::(wrapper) Run and protect: =
spmStop(spUUID=3D'b1c7875a-964d-4633-8ea4-2b191d68c105', options=3DNone)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,692::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`03b5a76b=
-ef1b-4662-9ff1-189f849af5bb`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,692::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type 'exclusive'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,692::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free. Now =
locking as 'exclusive' (1 active user)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,692::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`03b5a76b=
-ef1b-4662-9ff1-189f849af5bb`::Granted request=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,692::task::817::TaskManager.Task::(resourceAcquired) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::_resourcesAcquired: =
Storage.b1c7875a-964d-4633-8ea4-2b191d68c105 (exclusive)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,693::task::978::TaskManager.Task::(_decref) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::ref 1 aborting False=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,693::sp::319::Storage.StoragePool::(_shutDownUpgrade) Shutting =
down upgrade process=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,693::resourceManager::175::ResourceManager.Request::(__init__) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
3cfad3c0-8881-47ea-a2d9-b067bbb623ca`::Request was made in =
'/usr/share/vdsm/storage/resourceManager.py' line '485' at =
'registerResource'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,693::resourceManager::486::ResourceManager::(registerResource) =
Trying to register resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' for lock type =
'exclusive'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,694::resourceManager::528::ResourceManager::(registerResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free. =
Now locking as 'exclusive' (1 active user)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,694::resourceManager::212::ResourceManager.Request::(grant) =
ResName=3D`Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105`ReqID=3D`=
3cfad3c0-8881-47ea-a2d9-b067bbb623ca`::Granted request=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,694::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,694::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' =
(0 active users)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,694::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105' is free, =
finding out if anyone is waiting for it.=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,695::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.upgrade_b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,697::sp::359::Storage.StoragePool::(cleanupMasterMount) master =
`/rhev/data-center/mnt/blockSD/e5a63624-716e-4bb4-ae60-cd4d7aae9ed2/maste=
r` is not mounted, skipping=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,697::persistentDict::162::Storage.PersistentDict::(transaction) =
Starting transaction=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,698::persistentDict::168::Storage.PersistentDict::(transaction) =
Flushing changes=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,698::persistentDict::287::Storage.PersistentDict::(flush) about =
to write lines (FileMetadataRW)=3D['CLASS=3DData', =
'DESCRIPTION=3Ddsfsdf', 'IOOPTIMEOUTSEC=3D10', 'LEASERETRIES=3D3', =
'LEASETIMESEC=3D60', 'LOCKPOLICY=3D', 'LOCKRENEWALINTERVALSEC=3D5', =
'MASTER_VERSION=3D1', 'POOL_DESCRIPTION=3Dgluster', =
'POOL_DOMAINS=3D68aa0dc2-9cd1-4549-8008-30b1bae667db:Active', =
'POOL_SPM_ID=3D-1', 'POOL_SPM_LVER=3D95', =
'POOL_UUID=3Db1c7875a-964d-4633-8ea4-2b191d68c105', =
'REMOTE_PATH=3D10.1.20.7:/sd2', 'ROLE=3DMaster', =
'SDUUID=3D68aa0dc2-9cd1-4549-8008-30b1bae667db', 'TYPE=3DSHAREDFS', =
'VERSION=3D0', '_SHA_CKSUM=3Dd1b63f8de250807cf42669c0f2da210b7a58f1c1']=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,703::persistentDict::170::Storage.PersistentDict::(transaction) =
Finished transaction=0A=
Thread-3648::INFO::2012-06-25 =
09:27:24,703::safelease::110::ClusterLock::(release) Releasing cluster =
lock for domain 68aa0dc2-9cd1-4549-8008-30b1bae667db=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:24,703::__init__::1164::Storage.Misc.excCmd::(_log) =
'/usr/libexec/vdsm/spmstop.sh 68aa0dc2-9cd1-4549-8008-30b1bae667db' (cwd =
/usr/libexec/vdsm)=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,014::task::588::TaskManager.Task::(_updateState) =
Task=3D`7bbefb0f-50d2-4908-bc2e-3b3f1371cddb`::moving from state init -> =
state preparing=0A=
Thread-3649::INFO::2012-06-25 =
09:27:25,015::logUtils::37::dispatcher::(wrapper) Run and protect: =
repoStats(options=3DNone)=0A=
Thread-3649::INFO::2012-06-25 =
09:27:25,015::logUtils::39::dispatcher::(wrapper) Run and protect: =
repoStats, Return response: {'68aa0dc2-9cd1-4549-8008-30b1bae667db': =
{'delay': '0.00277090072632', 'lastCheck': 1340630837.933687, 'code': 0, =
'valid': True}}=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,015::task::1172::TaskManager.Task::(prepare) =
Task=3D`7bbefb0f-50d2-4908-bc2e-3b3f1371cddb`::finished: =
{'68aa0dc2-9cd1-4549-8008-30b1bae667db': {'delay': '0.00277090072632', =
'lastCheck': 1340630837.933687, 'code': 0, 'valid': True}}=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,015::task::588::TaskManager.Task::(_updateState) =
Task=3D`7bbefb0f-50d2-4908-bc2e-3b3f1371cddb`::moving from state =
preparing -> state finished=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,016::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources {}=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,016::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3649::DEBUG::2012-06-25 =
09:27:25,016::task::978::TaskManager.Task::(_decref) =
Task=3D`7bbefb0f-50d2-4908-bc2e-3b3f1371cddb`::ref 0 aborting False=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,738::__init__::1164::Storage.Misc.excCmd::(_log) SUCCESS: <err> =
=3D ''; <rc> =3D 0=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,738::safelease::117::ClusterLock::(release) Cluster lock =
released successfully=0A=
Thread-3648::INFO::2012-06-25 =
09:27:25,748::logUtils::39::dispatcher::(wrapper) Run and protect: =
spmStop, Return response: None=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,749::task::1172::TaskManager.Task::(prepare) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::finished: None=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,749::task::588::TaskManager.Task::(_updateState) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::moving from state =
preparing -> state finished=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,749::resourceManager::809::ResourceManager.Owner::(releaseAll) =
Owner.releaseAll requests {} resources =
{'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105': < ResourceRef =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', isValid: 'True' obj: =
'None'>}=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,749::resourceManager::844::ResourceManager.Owner::(cancelAll) =
Owner.cancelAll requests {}=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,750::resourceManager::538::ResourceManager::(releaseResource) =
Trying to release resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105'=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,750::resourceManager::553::ResourceManager::(releaseResource) =
Released resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' (0 =
active users)=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,750::resourceManager::558::ResourceManager::(releaseResource) =
Resource 'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105' is free, finding =
out if anyone is waiting for it.=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,750::resourceManager::565::ResourceManager::(releaseResource) =
No one is waiting for resource =
'Storage.b1c7875a-964d-4633-8ea4-2b191d68c105', Clearing records.=0A=
Thread-3648::DEBUG::2012-06-25 =
09:27:25,750::task::978::TaskManager.Task::(_decref) =
Task=3D`38d4cf56-607c-4174-b317-6c8cb3ee1a3d`::ref 0 aborting False=0A=
------=_NextPart_000_0168_01CD52FB.847B6280--
5
19
Hi,
Please check the attachment to see the information about my two disks.
And both of disk2 and disk3 do have a small icon like a hand in the
fourth column. The first column is "Alias" and the second is "ID".
There is no description in the third and the fourth column. What dose
the small icon mean?
--
Shu Ming <shuming(a)linux.vnet.ibm.com>
IBM China Systems and Technology Laboratory
2
1
Hi all,
Trying to create an online (vm still running) fails; attachted is de
vdsm logfile trying to create a live snapshot.
Some details:
hypervisor = Fedora 17 + vdsm, all the latest updates etc.
[root@kvm vdsm]# rpm -qi vdsm
Name : vdsm
Version : 4.10.0
Release : 2.fc17
Architecture: x86_64
Install Date: wo 27 jun 2012 12:08:20 CEST
Group : Applications/System
Size : 2425943
License : GPLv2+
Signature : (none)
Source RPM : vdsm-4.10.0-2.fc17.src.rpm
Build Date : vr 22 jun 2012 12:52:54 CEST
Build Host : x86-11.phx2.fedoraproject.org
Relocations : (not relocatable)
Packager : Fedora Project
Vendor : Fedora Project
URL : http://www.ovirt.org/wiki/Vdsm
Summary : Virtual Desktop Server Manager
Description :
The VDSM service is required by a Virtualization Manager to manage the
Linux hosts. VDSM manages and monitors the host's storage, memory and
networks as well as virtual machine creation, other host administration
tasks, statistics gathering, and log collection.
BTL, sanlock is disabled in qemu.conf (#lock_manager="sanlock"), I
cannot install a vm when it's enabled. Is that related?
Kind regards,
Winfried
5
8
New set of VDSM & oVirt Engine RPMs (Fedora 17 based) has been uploaded to ovirt.org [1]
As those RPMs contains critical bug fixes, the oVirt team will appreciate any kind input and bug verification [2].
Thanks,
Ofer Schreiber
oVirt Release Manager
[1] www.ovirt.org/releases/beta/fedora/17/
[2] Specifically, We would like to verify the following BZs: https://bugzilla.redhat.com/buglist.cgi?quicksearch=831998%20832577%2083311…
1
0
Since today is 04-July, all US people are un-available.
The meeting will take place tomorrow, same place, same hour.
Thanks,
Ofer Schreiber
oVirt Release Manager
1
0
Hi everyone,
TL;DR: how do I setup a software node (faqemu) with apps from source?
I'm new to the oVirt world and coming from the lower layer, I must admin
I feel kind of confused.
I'm trying to create a "lab" with ovirt-engine (up and running), some
ovirt-node (with sw qemu) and ovirt-node with all the stack running on
git sources (qemu, libvirt, vdsm and ovirt-node). The problem is that I
only tried this before with ovirt-node ISO image and I don't know how
can I step in there and work with the system underneath.
The whole point of this is to help speed up problem-solving in the
future for problems related to mostly libvirt. Having this available
should help us a lot.
My main question is: What is the proper way to setup a node from
standard fedora installation (not ISO) and having software-emulated qemu
machine there?
Thanks in advance for any tips and have a nice day,
Martin
3
3
Hi everyone,
I sent a proposal for some thing which I think will help improve the
project to the board list a few days ago:
http://lists.ovirt.org/pipermail/board/2012-June/000537.html
The first step in that plan, which has received only positive feedback
so far, is to review the website and wiki to focus it better on the core
audience of the oVirt project.
Once I got an account in the wiki, I created a stub wiki page to gather
suggestions and changes people feel should be made (please add any
suggestions you have - we'll prioritise and discuss any contentious ones
here). Ironically, this is one of the pages that has no good category to
go in yet :-) http://ovirt.org/wiki/Website_organisation
The main priorities for me are:
* Provide an automated way for someone to create an account on the wiki
- contacting someone with an existing user account breaks the intimacy
gradient for me - getting an account on the wiki feels like a
semi-public thing to do, and contacting a stranger to get an account is
private.
* Review top level menu and web pages, and propose an alternative
organisation. Some things are prominent that don't need to be, other
things which should be are not.
* Start spring-cleaning the wiki: make a more attractive front page,
categorise pages, and generally work on making it more easily navigable
* Gap analysis on the documentation we have - what docs do we need which
we don't have yet?
* Migrate PDF documentation to HTML (either static or wiki) - PDF
documentation is not ideal, I think. It would be better, if and when PDF
docs are needed, to generate them from the wiki rather than the other
way around.
* Promotion of the 3.1 release - I'm sure that there are announcements,
release notes, etc. in the works already, and I'm happy to help work on
thoise if I can.
We'll work with the infra team to implement any changes that need:
http://ovirt.org/wiki/Infrastructure - specifically changes to Wordpress
themes - but other than that, our plan is to work in the wiki and here
to come up with a list of priorities and work through them over the
Summer months.
I'm eager to get people working together on this - you all have lived
with the site for longer than me, and can see what needs
fixing/writing/changing better than I can. Part of the goal of this
initiative for me is to make the development of the website and
documentation more collaborative - so if you have pet hates or
suggestions, please do contribute, here or in the wiki:
http://ovirt.org/wiki/Website_organisation
Thanks!
Dave.
--
Dave Neary
Community Action and Impact
Open Source and Standards Team, Red Hat
Phone: +33 9 50 71 55 62
1
0
hello,
I have this error very often when live migrating from host A -> host B
libvirtError: erreur interne Unexpected JSON reply '{"error": {"class":
"JSONParsing", "desc": "Invalid JSON syntax", "data": {}}}'
I'm using stable 4.9.3 vdsm with ovirt 3.0.
Has anybody ever got this error?
--
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
3
4
This mail will double as a question and call for agenda items. Since
this Wednesday is 04-July, all US people will be un-available. Do we
want to reschedule the meeting?
Mike
3
2
03 Jul '12
Is it reasonable? I created snapshot1 and snapshot2 for the eight
disks and then tried to delete snapshot2. And it took 15+ minutes to
finish the operation.
Here is the disk list:
my-vm1_Disk1 40 GB 3 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:01
my-vm1_Disk2 10 GB 10 GB data Preallocated VirtIO OK 2012-Jun-25, 23:19:00
my-vm1_Disk3 4 GB < 1 GB data Thin Provision VirtIO OK 2012-Jun-26, 23:27:40
my-vm1_Disk4 3 GB 3 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:01
my-vm1_Disk5 3 GB 3 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:01
my-vm1_Disk6 4 GB 4 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:02
my-vm1_Disk7 5 GB 5 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:02
my-vm1_Disk8 6 GB 6 GB data Thin Provision VirtIO OK 2012-Jun-27, 13:24:02
--
Shu Ming <shuming(a)linux.vnet.ibm.com>
IBM China Systems and Technology Laboratory
2
3
[Users] Is it possible to attach an ISCSI export to an NFS based Data Center?
by jose garcia 02 Jul '12
by jose garcia 02 Jul '12
02 Jul '12
Good evening,
In 3.0 there was the option to add an ISCSI export to a Data Center
using NFS. I could not test the feature,
however, as my LUN did not appear in the UI. When I look for this option
in the interface of oVirt 3.1 I only
find Data/NFS and Export/NFS (I have already an ISO Domain defined, also
NFS).
Is it this option available in the new version? If so, what are the
requirements?
Regards,
Jose Garcia
4
5
Hello everyone,
Following up from this week's IRC meeting, we've asked the Linux
Foundation to replicate the agenda from LinuxCon Japan on the LC North
America site. That's in process, but they'd like us to get the names and
bios of our confirmed speakers to them no later than next Wednesday, 27
June 2012.
I'll leave it to everyone to wrangle about who would like to speak and
cover particular sessions. My goal with this workshop is to have a more
diverse speaker line up, so please do volunteer if you're attending
LinuxCon North America and would be willing to lead a session(s).
[0] -
https://events.linuxfoundation.org/events/linuxcon-japan/ovirt-gluster-work…
Cheers,
LH
--
Leslie Hawthorn
Community Action and Impact
Open Source and Standards @ Red Hat
identi.ca/lh
twitter.com/lhawthorn
4
5
[Users] I am tiring to manually create the RPM but getting the following errors.
by Robert Middleswarth 02 Jul '12
by Robert Middleswarth 02 Jul '12
02 Jul '12
Note I am attempting to build on CentOS after applying
http://www1.dreyou.org/ovirt/ engine patch.
I have tiried with both master and engine_3.1 branch but I am pretty
certain that it is a missing depend in my build environment? Any hints?
# Hibernate validator module:
ln -s /usr/share/java/hibernate-validator.jar
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/modules/org/hibernate/validator/main/.
ln -s /usr/share/java/jtype.jar
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/modules/org/hibernate/validator/main/.
*** Deploying service
# Install the files:
install -m 644 packaging/fedora/engine-service.xml
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
install -m 644 packaging/fedora/engine-service-logging.properties
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
install -m 644 packaging/fedora/engine-service-users.properties
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/ovirt-engine
install -m 644 packaging/fedora/engine-service.sysconfig
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/sysconfig/ovirt-engine
install -m 644 packaging/fedora/engine-service.limits
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/security/limits.d/10-ovirt-engine.conf
install -m 755 packaging/fedora/engine-service.py
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/ovirt-engine/scripts
install -m 755 packaging/fedora/engine-service.systemv
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/etc/rc.d/init.d/ovirt-engine
make[1]: Leaving directory
`/root/centos_engine_3.1/rpmbuild/BUILD/ovirt-engine-3.1.0'
+ install -d -m 755
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/java/ovirt-engine
+ install -d -m 755
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/maven2/poms
+ install -d -m 755
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/javadoc/ovirt-engine
+ read module_path artifact_id
+ pom_file=./pom.xml
+ jar_file=./target/parent-3.1.0.jar
+ install -p -m 644 ./pom.xml
/root/centos_engine_3.1/rpmbuild/BUILDROOT/ovirt-engine-3.1.0-3.el6.x86_64/usr/share/maven2/poms/JPP.ovirt-engine-parent.pom
+ '[' -f ./target/parent-3.1.0.jar ']'
+ %add_maven_depmap JPP.ovirt-engine-parent.pom
/var/tmp/rpm-tmp.hkOAWN: line 58: fg: no job control
error: Bad exit status from /var/tmp/rpm-tmp.hkOAWN (%install)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.hkOAWN (%install)
make: *** [rpm] Error 1
3
5