This is a multi-part message in MIME format.
--------------090806010003030704000202
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Rene, VDSM can't read the storage domain's metadata, the problem is that
vdsm tries to read the metadata using 'dd' command which applies to the
old version of storage domains as in the new format the metadata is
saved as vg tags. Are you using storage domain version lower that V2?
Can you attach the full log?
Saggi, any thoughts on that?
-------- Original Message --------
Subject: AW: [Users] storage domain reactivate not working
Date: Thu, 29 Mar 2012 06:33:27 -0400
From: Rene Rosenberger <r.rosenberger(a)netbiscuits.com>
To: rvaknin(a)redhat.com <rvaknin(a)redhat.com>, users(a)ovirt.org
<users(a)ovirt.org>
Hi,
not sure if the logs i posted is waht you need. The thing ist hat the
iscsi target is connected but in web gui it is locked. Can I unlock it?
Regards, rene
*Von:*Rene Rosenberger
*Gesendet:* Donnerstag, 29. März 2012 12:00
*An:* Rene Rosenberger; rvaknin(a)redhat.com; users(a)ovirt.org
*Betreff:* AW: [Users] storage domain reactivate not working
Hi,
This is the roor message:
Thread-5448::DEBUG::2012-03-29
11:57:46,310::misc::1032::SamplingMethod::(__call__) Returning last result
Thread-5448::DEBUG::2012-03-29
11:57:46,313::lvm::349::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' got the operation mutex
Thread-5448::DEBUG::2012-03-29
11:57:46,322::lvm::284::Storage.Misc.excCmd::(cmd) '/usr/bin/sudo -n
/sbin/lvm vgs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [
\\"a%360014052dd702d2defc8d459adba02dc|360014057fda80efdcae4d414eda829d7%\\
<file:///%5C%5C%22a%25360014052dd702d2defc8d459adba02dc%7C360014057fda80efdcae4d414eda829d7%25%5C>",
\\"r%.*%\\ <file:///%5C%5C%22r%25.*%25%5C>" ] }global
{locking_type=1prioritise_write_locks=1wait_for_locks=1 }backup
{retain_min = 50retain_days = 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
8ed25a57-f53a-4cf0-bb92-781f3ce36a48' (cwd None)
Thread-5448::DEBUG::2012-03-29
11:57:47,096::lvm::284::Storage.Misc.excCmd::(cmd) SUCCESS: <err> =
'/dev/mapper/360014057fda80efdcae4d414eda829d7: read failed after 0 of
4096 at 2147483582464: Input/output
error\n/dev/mapper/360014057fda80efdcae4d414eda829d7: read failed after
0 of 4096 at 2147483639808: Input/output
error\n/dev/mapper/360014057fda80efdcae4d414eda829d7: read failed after
0 of 4096 at 0: Input/output error\nWARNING: Error counts reached a
limit of 3. Device /dev/mapper/360014057fda80efdcae4d414eda829d7 was
disabled\n'; <rc> = 0
Thread-5448::DEBUG::2012-03-29
11:57:47,105::lvm::376::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' released the operation mutex
Thread-5448::DEBUG::2012-03-29
11:57:47,107::persistentDict::175::Storage.PersistentDict::(__init__)
Created a persistant dict with LvMetadataRW backend
Thread-5448::DEBUG::2012-03-29
11:57:47,110::blockSD::177::Storage.Misc.excCmd::(readlines) '/bin/dd
iflag=direct skip=0 bs=2048
if=/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata count=1' (cwd None)
Thread-5448::DEBUG::2012-03-29
11:57:47,155::blockSD::177::Storage.Misc.excCmd::(readlines) FAILED:
<err> = "/bin/dd: reading
`/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata': Input/output
error\n0+0 records in\n0+0 records out\n0 bytes (0 B) copied,
0.000525019 s, 0.0 kB/s\n"; <rc> = 1
Thread-5448::ERROR::2012-03-29
11:57:47,158::sdc::113::Storage.StorageDomainCache::(_findDomain) Error
while looking for domain `8ed25a57-f53a-4cf0-bb92-781f3ce36a48`
Traceback (most recent call last):
File "/usr/share/vdsm/storage/sdc.py", line 109, in _findDomain
return mod.findDomain(sdUUID)
File "/usr/share/vdsm/storage/blockSD.py", line 1051, in findDomain
return BlockStorageDomain(BlockStorageDomain.findDomainPath(sdUUID))
File "/usr/share/vdsm/storage/blockSD.py", line 241, in __init__
metadata = selectMetadata(sdUUID)
File "/usr/share/vdsm/storage/blockSD.py", line 210, in selectMetadata
if len(mdProvider) > 0:
File "/usr/share/vdsm/storage/persistentDict.py", line 51, in __len__
return len(self.keys())
File "/usr/share/vdsm/storage/persistentDict.py", line 95, in keys
return list(self.__iter__())
File "/usr/share/vdsm/storage/persistentDict.py", line 92, in __iter__
return ifilter(lambda k: k in self._validatorDict, self._dict.__iter__())
File "/usr/share/vdsm/storage/persistentDict.py", line 209, in __iter__
with self._accessWrapper():
File "/usr/lib64/python2.6/contextlib.py", line 16, in __enter__
return self.gen.next()
File "/usr/share/vdsm/storage/persistentDict.py", line 137, in
_accessWrapper
self.refresh()
File "/usr/share/vdsm/storage/persistentDict.py", line 214, in refresh
lines = self._metaRW.readlines()
File "/usr/share/vdsm/storage/blockSD.py", line 177, in readlines
m = misc.readblockSUDO(self.metavol, self._offset, self._size)
File "/usr/share/vdsm/storage/misc.py", line 307, in readblockSUDO
raise se.MiscBlockReadException(name, offset, size)
MiscBlockReadException: Internal block device read failure:
'name=/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata, offset=0,
size=2048'
Thread-5448::DEBUG::2012-03-29
11:57:47,177::resourceManager::538::ResourceManager::(releaseResource)
Trying to release resource 'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a'
Thread-5448::DEBUG::2012-03-29
11:57:47,180::resourceManager::553::ResourceManager::(releaseResource)
Released resource 'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a' (0
active users)
Thread-5448::DEBUG::2012-03-29
11:57:47,181::resourceManager::558::ResourceManager::(releaseResource)
Resource 'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a' is free, finding
out if anyone is waiting for it.
Thread-5448::DEBUG::2012-03-29
11:57:47,183::resourceManager::565::ResourceManager::(releaseResource)
No one is waiting for resource
'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a', Clearing records.
Thread-5448::ERROR::2012-03-29
11:57:47,185::task::853::TaskManager.Task::(_setError)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Unexpected error
Traceback (most recent call last):
File "/usr/share/vdsm/storage/task.py", line 861, in _run
return fn(*args, **kargs)
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper
res = f(*args, **kwargs)
File "/usr/share/vdsm/storage/hsm.py", line 813, in connectStoragePool
return self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID,
masterVersion, options)
File "/usr/share/vdsm/storage/hsm.py", line 855, in _connectStoragePool
res = pool.connect(hostID, scsiKey, msdUUID, masterVersion)
File "/usr/share/vdsm/storage/sp.py", line 641, in connect
self.__rebuild(msdUUID=msdUUID, masterVersion=masterVersion)
File "/usr/share/vdsm/storage/sp.py", line 1107, in __rebuild
self.masterDomain = self.getMasterDomain(msdUUID=msdUUID,
masterVersion=masterVersion)
File "/usr/share/vdsm/storage/sp.py", line 1442, in getMasterDomain
raise se.StoragePoolMasterNotFound(self.spUUID, msdUUID)
StoragePoolMasterNotFound: Cannot find master domain:
'spUUID=13080edc-77ea-11e1-b6a4-525400c49d2a,
msdUUID=8ed25a57-f53a-4cf0-bb92-781f3ce36a48'
Thread-5448::DEBUG::2012-03-29
11:57:47,188::task::872::TaskManager.Task::(_run)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Task._run:
838b7ca3-9f79-4c87-a2f0-12cad48cc127
('13080edc-77ea-11e1-b6a4-525400c49d2a', 1,
'13080edc-77ea-11e1-b6a4-525400c49d2a',
'8ed25a57-f53a-4cf0-bb92-781f3ce36a48', 1) {} failed - stopping task
Thread-5448::DEBUG::2012-03-29
11:57:47,190::task::1199::TaskManager.Task::(stop)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::stopping in state preparing
(force False)
Thread-5448::DEBUG::2012-03-29
11:57:47,192::task::978::TaskManager.Task::(_decref)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::ref 1 aborting True
Thread-5448::INFO::2012-03-29
11:57:47,193::task::1157::TaskManager.Task::(prepare)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::aborting: Task is aborted:
'Cannot find master domain' - code 304
Thread-5448::DEBUG::2012-03-29
11:57:47,195::task::1162::TaskManager.Task::(prepare)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Prepare: aborted: Cannot
find master domain
Thread-5448::DEBUG::2012-03-29
11:57:47,197::task::978::TaskManager.Task::(_decref)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::ref 0 aborting True
Thread-5448::DEBUG::2012-03-29
11:57:47,198::task::913::TaskManager.Task::(_doAbort)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Task._doAbort: force False
Thread-5448::DEBUG::2012-03-29
11:57:47,200::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-5448::DEBUG::2012-03-29
11:57:47,201::task::588::TaskManager.Task::(_updateState)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::moving from state preparing
-> state aborting
Thread-5448::DEBUG::2012-03-29
11:57:47,203::task::537::TaskManager.Task::(__state_aborting)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::_aborting: recover policy none
Thread-5448::DEBUG::2012-03-29
11:57:47,205::task::588::TaskManager.Task::(_updateState)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::moving from state aborting
-> state failed
Thread-5448::DEBUG::2012-03-29
11:57:47,206::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-5448::DEBUG::2012-03-29
11:57:47,208::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-5448::ERROR::2012-03-29
11:57:47,209::dispatcher::89::Storage.Dispatcher.Protect::(run)
{'status': {'message': "Cannot find master domain:
'spUUID=13080edc-77ea-11e1-b6a4-525400c49d2a,
msdUUID=8ed25a57-f53a-4cf0-bb92-781f3ce36a48'", 'code': 304}}
Thread-5453::DEBUG::2012-03-29
11:57:48,736::task::588::TaskManager.Task::(_updateState)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::moving from state init ->
state preparing
Thread-5453::INFO::2012-03-29
11:57:48,739::logUtils::37::dispatcher::(wrapper) Run and protect:
repoStats(options=None)
Thread-5453::INFO::2012-03-29
11:57:48,740::logUtils::39::dispatcher::(wrapper) Run and protect:
repoStats, Return response: {}
Thread-5453::DEBUG::2012-03-29
11:57:48,742::task::1172::TaskManager.Task::(prepare)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::finished: {}
Thread-5453::DEBUG::2012-03-29
11:57:48,743::task::588::TaskManager.Task::(_updateState)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::moving from state preparing
-> state finished
Thread-5453::DEBUG::2012-03-29
11:57:48,745::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-5453::DEBUG::2012-03-29
11:57:48,746::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-5453::DEBUG::2012-03-29
11:57:48,748::task::978::TaskManager.Task::(_decref)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::ref 0 aborting False
Regards, rene
*Von:*users-bounces@ovirt.org [mailto:users-bounces@ovirt.org] *Im
Auftrag von *Rene Rosenberger
*Gesendet:* Donnerstag, 29. März 2012 11:47
*An:* rvaknin(a)redhat.com; users(a)ovirt.org
*Betreff:* Re: [Users] storage domain reactivate not working
Hi,
i did:
[root@KVM-DMZ-04 vdsm]# iscsiadm -m node -T
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d -u
Logging out of session [sid: 2, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d, portal:
192.168.xxx.xxx,3260]
Logout of [sid: 2, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d, portal:
192.168.xxx.xxx,3260] successful.
[root@KVM-DMZ-04 vdsm]# iscsiadm -m node -T
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d -l
Logging in to [iface: default, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d, portal:
192.168.xxx.xxx,3260] (multiple)
Login to [iface: default, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d, portal:
192.168.xxx.xxx,3260] successful.
But the data center is locked in webinterface. System -> default ->
storage -> DMZ-NAS-01 -> Data Center = locked
Regards, rene
*Von:*Rami Vaknin [mailto:rvaknin@redhat.com]
*Gesendet:* Donnerstag, 29. März 2012 11:32
*An:* Rene Rosenberger; users(a)ovirt.org
*Betreff:* Re: [Users] storage domain reactivate not working
On 03/29/2012 11:28 AM, Rene Rosenberger wrote:
Hi,
ihave rebootet my iscsi device without mainenance mode. Now it is
inactive. When I want to reactivate it again it fails. What can I do?
Depends why it fails, vdsm log can help.
You can check whether or not you're connected from the hosts to the
iscsi target or reconnect using:
iscsiadm -m discoverydb --discover -t st -p your_iscsi_server_fqdn
iscsiadm -m node -T your_target_name -l
Than try to activate it.
Regards, rene
_______________________________________________
Users mailing list
Users(a)ovirt.org <mailto:Users@ovirt.org>
http://lists.ovirt.org/mailman/listinfo/users
--
Thanks,
Rami Vaknin, QE @ Red Hat, TLV, IL.
--------------090806010003030704000202
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<meta name="ProgId" content="Word.Document">
<meta name="Generator" content="Microsoft Word 14">
<meta name="Originator" content="Microsoft Word 14">
<link rel="File-List"
href="cid:filelist.xml@01CD0DA8.240BC3B0">
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:EnvelopeVis/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>DE</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:DoNotExpandShiftReturn/>
<w:BreakWrappedTables/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Normal"/>
<w:LsdException Locked="false" Priority="9"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="heading 1"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc
1"/>
<w:LsdException Locked="false" Priority="39" Name="toc
2"/>
<w:LsdException Locked="false" Priority="39" Name="toc
3"/>
<w:LsdException Locked="false" Priority="39" Name="toc
4"/>
<w:LsdException Locked="false" Priority="39" Name="toc
5"/>
<w:LsdException Locked="false" Priority="39" Name="toc
6"/>
<w:LsdException Locked="false" Priority="39" Name="toc
7"/>
<w:LsdException Locked="false" Priority="39" Name="toc
8"/>
<w:LsdException Locked="false" Priority="39" Name="toc
9"/>
<w:LsdException Locked="false" Priority="35"
QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default
Paragraph Font"/>
<w:LsdException Locked="false" Priority="11"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Strong"/>
<w:LsdException Locked="false" Priority="20"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Emphasis"/>
<w:LsdException Locked="false" Priority="59"
SemiHidden="false" UnhideWhenUsed="false" Name="Table
Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false"
Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
Shading"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
List"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
Grid"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading
1"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading
2"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List
1"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List
2"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
1"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
2"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
3"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark
List"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
Shading"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
List"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
Grid"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 1"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
1"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
1"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 1"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 1"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false"
Name="Revision"/>
<w:LsdException Locked="false" Priority="34"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Quote"/>
<w:LsdException Locked="false" Priority="30"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 1"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 1"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 1"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 1"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
1"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 1"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 1"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 1"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 2"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
2"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
2"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 2"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 2"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 2"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 2"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 2"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 2"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 2"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
2"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 2"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 2"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 2"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 3"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
3"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
3"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 3"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 3"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 3"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 3"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 3"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 3"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 3"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
3"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 3"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 3"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 3"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 4"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
4"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
4"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 4"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 4"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 4"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 4"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 4"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 4"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 4"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
4"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 4"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 4"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 4"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 5"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
5"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
5"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 5"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 5"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 5"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 5"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 5"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 5"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 5"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
5"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 5"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 5"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 5"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 6"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
6"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
6"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 6"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 6"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 6"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 6"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 6"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 6"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 6"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
6"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 6"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 6"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 6"/>
<w:LsdException Locked="false" Priority="19"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Book Title"/>
<w:LsdException Locked="false" Priority="37"
Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39"
QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-alt:"Arial Rounded MT Bold";
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:modern;
mso-font-pitch:fixed;
mso-font-signature:-520092929 1073806591 9 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:black;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:purple;
text-decoration:underline;
text-underline:single;}
pre
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"HTML Vorformatiert Zchn";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Courier New";
mso-fareast-font-family:Calibri;
color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-font-family:Calibri;
color:black;
mso-fareast-language:EN-US;}
span.HTMLVorformatiertZchn
{mso-style-name:"HTML Vorformatiert Zchn";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"HTML Vorformatiert";
font-family:Consolas;
mso-ascii-font-family:Consolas;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Consolas;
mso-bidi-font-family:Consolas;
color:black;
mso-fareast-language:EN-US;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:Sprechblasentext;
mso-ansi-font-size:8.0pt;
mso-bidi-font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-ascii-font-family:Tahoma;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Tahoma;
mso-bidi-font-family:Tahoma;
color:black;
mso-fareast-language:EN-US;}
span.E-MailFormatvorlage21
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#404040;}
span.E-MailFormatvorlage22
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.E-MailFormatvorlage23
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.E-MailFormatvorlage24
{mso-style-type:personal-reply;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-size:10.0pt;
mso-ansi-font-size:10.0pt;
mso-bidi-font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 10]><style>/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normale Tabelle";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="#FFFFFF" text="#000000">
Rene, VDSM can't read the storage domain's metadata, the problem is
that vdsm tries to read the metadata using 'dd' command which
applies to the old version of storage domains as in the new format
the metadata is saved as vg tags. Are you using storage domain
version lower that V2? Can you attach the full log?<br>
<br>
Saggi, any thoughts on that?<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0"
cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th align="RIGHT" nowrap="nowrap"
valign="BASELINE">Subject: </th>
<td>AW: [Users] storage domain reactivate not working</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap"
valign="BASELINE">Date: </th>
<td>Thu, 29 Mar 2012 06:33:27 -0400</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap"
valign="BASELINE">From: </th>
<td>Rene Rosenberger <a class="moz-txt-link-rfc2396E"
href="mailto:r.rosenberger@netbiscuits.com"><r.rosenberger@netbiscuits.com></a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap"
valign="BASELINE">To: </th>
<td><a class="moz-txt-link-abbreviated"
href="mailto:rvaknin@redhat.com">rvaknin@redhat.com</a> <a
class="moz-txt-link-rfc2396E"
href="mailto:rvaknin@redhat.com"><rvaknin@redhat.com></a>,
<a class="moz-txt-link-abbreviated"
href="mailto:users@ovirt.org">users@ovirt.org</a> <a
class="moz-txt-link-rfc2396E"
href="mailto:users@ovirt.org"><users@ovirt.org></a></td>
</tr>
</tbody>
</table>
<br>
<br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="ProgId" content="Word.Document">
<meta name="Generator" content="Microsoft Word 14">
<meta name="Originator" content="Microsoft Word 14">
<link rel="File-List"
href="cid:filelist.xml@01CD0DA8.240BC3B0">
<!--[if gte mso 9]><xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
</o:OfficeDocumentSettings>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:SpellingState>
<w:TrackMoves/>
<w:TrackFormatting/>
<w:HyphenationZone>21</w:HyphenationZone>
<w:EnvelopeVis/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:DoNotPromoteQF/>
<w:LidThemeOther>DE</w:LidThemeOther>
<w:LidThemeAsian>X-NONE</w:LidThemeAsian>
<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
<w:Compatibility>
<w:DoNotExpandShiftReturn/>
<w:BreakWrappedTables/>
<w:SplitPgBreakAndParaMark/>
<w:EnableOpenTypeKerning/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
<m:mathPr>
<m:mathFont m:val="Cambria Math"/>
<m:brkBin m:val="before"/>
<m:brkBinSub m:val="--"/>
<m:smallFrac m:val="off"/>
<m:dispDef/>
<m:lMargin m:val="0"/>
<m:rMargin m:val="0"/>
<m:defJc m:val="centerGroup"/>
<m:wrapIndent m:val="1440"/>
<m:intLim m:val="subSup"/>
<m:naryLim m:val="undOvr"/>
</m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
DefSemiHidden="true" DefQFormat="false" DefPriority="99"
LatentStyleCount="267">
<w:LsdException Locked="false" Priority="0"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Normal"/>
<w:LsdException Locked="false" Priority="9"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="heading 1"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 2"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 3"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 4"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 5"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 6"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 7"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 8"/>
<w:LsdException Locked="false" Priority="9"
QFormat="true" Name="heading 9"/>
<w:LsdException Locked="false" Priority="39" Name="toc
1"/>
<w:LsdException Locked="false" Priority="39" Name="toc
2"/>
<w:LsdException Locked="false" Priority="39" Name="toc
3"/>
<w:LsdException Locked="false" Priority="39" Name="toc
4"/>
<w:LsdException Locked="false" Priority="39" Name="toc
5"/>
<w:LsdException Locked="false" Priority="39" Name="toc
6"/>
<w:LsdException Locked="false" Priority="39" Name="toc
7"/>
<w:LsdException Locked="false" Priority="39" Name="toc
8"/>
<w:LsdException Locked="false" Priority="39" Name="toc
9"/>
<w:LsdException Locked="false" Priority="35"
QFormat="true" Name="caption"/>
<w:LsdException Locked="false" Priority="10"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Title"/>
<w:LsdException Locked="false" Priority="1" Name="Default
Paragraph Font"/>
<w:LsdException Locked="false" Priority="11"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtitle"/>
<w:LsdException Locked="false" Priority="22"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Strong"/>
<w:LsdException Locked="false" Priority="20"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Emphasis"/>
<w:LsdException Locked="false" Priority="59"
SemiHidden="false" UnhideWhenUsed="false" Name="Table
Grid"/>
<w:LsdException Locked="false" UnhideWhenUsed="false"
Name="Placeholder Text"/>
<w:LsdException Locked="false" Priority="1"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="No Spacing"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
Shading"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
List"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light
Grid"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading
1"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading
2"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List
1"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List
2"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
1"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
2"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid
3"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark
List"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
Shading"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
List"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful
Grid"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 1"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
1"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
1"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 1"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 1"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 1"/>
<w:LsdException Locked="false" UnhideWhenUsed="false"
Name="Revision"/>
<w:LsdException Locked="false" Priority="34"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="List Paragraph"/>
<w:LsdException Locked="false" Priority="29"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Quote"/>
<w:LsdException Locked="false" Priority="30"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Quote"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 1"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 1"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 1"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 1"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
1"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 1"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 1"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 1"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 2"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
2"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
2"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 2"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 2"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 2"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 2"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 2"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 2"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 2"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
2"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 2"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 2"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 2"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 3"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
3"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
3"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 3"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 3"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 3"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 3"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 3"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 3"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 3"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
3"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 3"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 3"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 3"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 4"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
4"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
4"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 4"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 4"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 4"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 4"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 4"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 4"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 4"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
4"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 4"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 4"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 4"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 5"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
5"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
5"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 5"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 5"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 5"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 5"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 5"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 5"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 5"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
5"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 5"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 5"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 5"/>
<w:LsdException Locked="false" Priority="60"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading
Accent 6"/>
<w:LsdException Locked="false" Priority="61"
SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent
6"/>
<w:LsdException Locked="false" Priority="62"
SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent
6"/>
<w:LsdException Locked="false" Priority="63"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1
Accent 6"/>
<w:LsdException Locked="false" Priority="64"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2
Accent 6"/>
<w:LsdException Locked="false" Priority="65"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1
Accent 6"/>
<w:LsdException Locked="false" Priority="66"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2
Accent 6"/>
<w:LsdException Locked="false" Priority="67"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1
Accent 6"/>
<w:LsdException Locked="false" Priority="68"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2
Accent 6"/>
<w:LsdException Locked="false" Priority="69"
SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3
Accent 6"/>
<w:LsdException Locked="false" Priority="70"
SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent
6"/>
<w:LsdException Locked="false" Priority="71"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading
Accent 6"/>
<w:LsdException Locked="false" Priority="72"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List
Accent 6"/>
<w:LsdException Locked="false" Priority="73"
SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid
Accent 6"/>
<w:LsdException Locked="false" Priority="19"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtle Emphasis"/>
<w:LsdException Locked="false" Priority="21"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Emphasis"/>
<w:LsdException Locked="false" Priority="31"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Subtle Reference"/>
<w:LsdException Locked="false" Priority="32"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Intense Reference"/>
<w:LsdException Locked="false" Priority="33"
SemiHidden="false" UnhideWhenUsed="false" QFormat="true"
Name="Book Title"/>
<w:LsdException Locked="false" Priority="37"
Name="Bibliography"/>
<w:LsdException Locked="false" Priority="39"
QFormat="true" Name="TOC Heading"/>
</w:LatentStyles>
</xml><![endif]-->
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;
mso-font-alt:"Arial Rounded MT Bold";
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520092929 1073786111 9 0 415 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;
mso-font-charset:0;
mso-generic-font-family:modern;
mso-font-pitch:fixed;
mso-font-signature:-520092929 1073806591 9 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
mso-style-qformat:yes;
mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:black;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-noshow:yes;
mso-style-priority:99;
color:purple;
text-decoration:underline;
text-underline:single;}
pre
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"HTML Vorformatiert Zchn";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Courier New";
mso-fareast-font-family:Calibri;
color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-noshow:yes;
mso-style-priority:99;
mso-style-link:"Sprechblasentext Zchn";
margin:0cm;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-font-family:Calibri;
color:black;
mso-fareast-language:EN-US;}
span.HTMLVorformatiertZchn
{mso-style-name:"HTML Vorformatiert Zchn";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:"HTML Vorformatiert";
font-family:Consolas;
mso-ascii-font-family:Consolas;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Consolas;
mso-bidi-font-family:Consolas;
color:black;
mso-fareast-language:EN-US;}
span.SprechblasentextZchn
{mso-style-name:"Sprechblasentext Zchn";
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-unhide:no;
mso-style-locked:yes;
mso-style-link:Sprechblasentext;
mso-ansi-font-size:8.0pt;
mso-bidi-font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-ascii-font-family:Tahoma;
mso-fareast-font-family:Calibri;
mso-hansi-font-family:Tahoma;
mso-bidi-font-family:Tahoma;
color:black;
mso-fareast-language:EN-US;}
span.E-MailFormatvorlage21
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#404040;}
span.E-MailFormatvorlage22
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.E-MailFormatvorlage23
{mso-style-type:personal;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.E-MailFormatvorlage24
{mso-style-type:personal-reply;
mso-style-noshow:yes;
mso-style-unhide:no;
mso-ansi-font-size:11.0pt;
mso-bidi-font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-hansi-font-family:Calibri;
mso-bidi-font-family:"Times New Roman";
color:#365F91;}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
.MsoChpDefault
{mso-style-type:export-only;
mso-default-props:yes;
font-size:10.0pt;
mso-ansi-font-size:10.0pt;
mso-bidi-font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;
mso-header-margin:36.0pt;
mso-footer-margin:36.0pt;
mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 10]><style>/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normale Tabelle";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}
</style><![endif]--><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New
Roman";color:#365F91">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New
Roman";color:#365F91"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New Roman";color:#365F91">not <span
class="SpellE">sure</span>
<span class="SpellE">if</span> <span
class="SpellE">the</span>
<span class="SpellE">logs</span> i <span
class="SpellE">posted</span>
<span class="SpellE">is</span> <span
class="SpellE">waht</span>
<span class="SpellE">you</span> <span
class="SpellE">need</span>.
</span><span style="mso-bidi-font-family:"Times New
Roman";color:#365F91;mso-ansi-language:EN-US"
lang="EN-US">The thing <span
class="SpellE">ist</span> <span
class="SpellE">hat</span> the <span
class="SpellE">iscsi</span>
target is connected but in web <span
class="SpellE">gui</span>
it is locked. Can I unlock it?<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New Roman";color:#365F91;mso-ansi-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New Roman";color:#365F91;mso-ansi-language:EN-US"
lang="EN-US">Regards, rene</span><span
style="font-size:9.0pt;mso-ascii-font-family:Calibri;mso-fareast-font-family:"Times
New
Roman";mso-hansi-font-family:Calibri;mso-bidi-font-family:"Times
New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-bidi-font-family:"Times
New Roman";color:#365F91;mso-ansi-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New
Roman";color:windowtext;mso-fareast-language:DE">Von:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New Roman";color:windowtext;mso-fareast-language:DE">
Rene Rosenberger <br>
<b>Gesendet:</b> Donnerstag, 29. März 2012
12:00<br>
<b>An:</b> Rene Rosenberger; <a
class="moz-txt-link-abbreviated"
href="mailto:rvaknin@redhat.com">rvaknin@redhat.com</a>;
<a class="moz-txt-link-abbreviated"
href="mailto:users@ovirt.org">users@ovirt.org</a><br>
<b>Betreff:</b> AW: [Users] storage domain reactivate not
working<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">This is the roor
message:<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:46,310::misc::1032::SamplingMethod::(__call__) Returning
last result<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:46,313::lvm::349::OperationMutex::(_reloadvgs) Operation
'lvm reload operation' got the operation
mutex<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:46,322::lvm::284::Storage.Misc.excCmd::(cmd)
'/usr/bin/sudo -n /sbin/lvm vgs --config " devices {
preferred_names = [\\"^/dev/mapper/\\"]
ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ <a
moz-do-not-send="true"
href="file:///%5C%5C%22a%25360014052dd702d2defc8d459adba02dc%7C360014057fda80efdcae4d414eda829d7%25%5C">\\"a%360014052dd702d2defc8d459adba02dc|360014057fda80efdcae4d414eda829d7%\\</a>",
<a moz-do-not-send="true"
href="file:///%5C%5C%22r%25.*%25%5C">\\"r%.*%\\</a>"
] }<span style="mso-spacerun:yes"> </span>global
{<span
style="mso-spacerun:yes">
</span>locking_type=1<span
style="mso-spacerun:yes">
</span>prioritise_write_locks=1<span
style="mso-spacerun:yes"> </span>wait_for_locks=1
}<span
style="mso-spacerun:yes"> </span>backup
{<span
style="mso-spacerun:yes"> </span>retain_min =
50<span
style="mso-spacerun:yes"> </span>retain_days = 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
8ed25a57-f53a-4cf0-bb92-781f3ce36a48' (cwd
None)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,096::lvm::284::Storage.Misc.excCmd::(cmd) SUCCESS:
<err> = '<span
style="mso-spacerun:yes">
</span>/dev/mapper/360014057fda80efdcae4d414eda829d7:
read failed after 0 of 4096 at 2147483582464: Input/output
error\n<span style="mso-spacerun:yes">
</span>/dev/mapper/360014057fda80efdcae4d414eda829d7:
read failed after 0 of 4096 at 2147483639808: Input/output
error\n<span style="mso-spacerun:yes">
</span>/dev/mapper/360014057fda80efdcae4d414eda829d7:
read failed after 0 of 4096 at 0: Input/output error\n<span
style="mso-spacerun:yes"> </span>WARNING: Error
counts
reached a limit of 3. Device
/dev/mapper/360014057fda80efdcae4d414eda829d7 was disabled\n';
<rc> = 0<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,105::lvm::376::OperationMutex::(_reloadvgs) Operation
'lvm reload operation' released the operation
mutex<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,107::persistentDict::175::Storage.PersistentDict::(__init__)
Created a persistant dict with LvMetadataRW
backend<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,110::blockSD::177::Storage.Misc.excCmd::(readlines)
'/bin/dd iflag=direct skip=0 bs=2048
if=/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata count=1'
(cwd None)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,155::blockSD::177::Storage.Misc.excCmd::(readlines)
FAILED: <err> = "/bin/dd: reading
`/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata':
Input/output error\n0+0 records in\n0+0 records out\n0 bytes
(0 B) copied, 0.000525019 s, 0.0 kB/s\n"; <rc> =
1<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::ERROR::2012-03-29
11:57:47,158::sdc::113::Storage.StorageDomainCache::(_findDomain)
Error while looking for domain
`8ed25a57-f53a-4cf0-bb92-781f3ce36a48`<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Traceback (most recent call
last):<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/sdc.py", line 109, in
_findDomain<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
mod.findDomain(sdUUID)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/blockSD.py", line 1051, in
findDomain<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
BlockStorageDomain(BlockStorageDomain.findDomainPath(sdUUID))<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/blockSD.py", line 241, in
__init__<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes">
</span>metadata
= selectMetadata(sdUUID)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/blockSD.py", line 210, in
selectMetadata<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>if
len(mdProvider) > 0:<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 51, in
__len__<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
len(self.keys())<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 95, in
keys<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
list(self.__iter__())<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 92, in
__iter__<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
ifilter(lambda k: k in self._validatorDict,
self._dict.__iter__())<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 209, in
__iter__<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>with
self._accessWrapper():<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/lib64/python2.6/contextlib.py", line 16, in
__enter__<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
self.gen.next()<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 137, in
_accessWrapper<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes">
</span>self.refresh()<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/persistentDict.py", line 214, in
refresh<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>lines
= self._metaRW.readlines()<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/blockSD.py", line 177, in
readlines<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>m =
misc.readblockSUDO(self.metavol, self._offset,
self._size)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/misc.py", line 307, in
readblockSUDO<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>raise
se.MiscBlockReadException(name, offset,
size)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">MiscBlockReadException: Internal block device
read failure:
'name=/dev/8ed25a57-f53a-4cf0-bb92-781f3ce36a48/metadata,
offset=0, size=2048'<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,177::resourceManager::538::ResourceManager::(releaseResource)
Trying to release resource
'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a'<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,180::resourceManager::553::ResourceManager::(releaseResource)
Released resource
'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a' (0 active
users)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,181::resourceManager::558::ResourceManager::(releaseResource)
Resource 'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a' is
free, finding out if anyone is waiting for
it.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,183::resourceManager::565::ResourceManager::(releaseResource)
No one is waiting for resource
'Storage.13080edc-77ea-11e1-b6a4-525400c49d2a', Clearing
records.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::ERROR::2012-03-29
11:57:47,185::task::853::TaskManager.Task::(_setError)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Unexpected
error<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Traceback (most recent call
last):<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/task.py", line 861, in
_run<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
fn(*args, **kargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/logUtils.py", line 38, in
wrapper<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>res =
f(*args, **kwargs)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/hsm.py", line 813, in
connectStoragePool<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>return
self._connectStoragePool(spUUID, hostID, scsiKey, msdUUID,
masterVersion, options)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/hsm.py", line 855, in
_connectStoragePool<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>res =
pool.connect(hostID, scsiKey, msdUUID,
masterVersion)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/sp.py", line 641, in
connect<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes">
</span>self.__rebuild(msdUUID=msdUUID,
masterVersion=masterVersion)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/sp.py", line 1107, in
__rebuild<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes">
</span>self.masterDomain
= self.getMasterDomain(msdUUID=msdUUID,
masterVersion=masterVersion)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>File
"/usr/share/vdsm/storage/sp.py", line 1442, in
getMasterDomain<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><span
style="mso-spacerun:yes"> </span>raise
se.StoragePoolMasterNotFound(self.spUUID,
msdUUID)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">StoragePoolMasterNotFound: Cannot find master
domain: 'spUUID=13080edc-77ea-11e1-b6a4-525400c49d2a,
msdUUID=8ed25a57-f53a-4cf0-bb92-781f3ce36a48'<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,188::task::872::TaskManager.Task::(_run)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Task._run:
838b7ca3-9f79-4c87-a2f0-12cad48cc127
('13080edc-77ea-11e1-b6a4-525400c49d2a', 1,
'13080edc-77ea-11e1-b6a4-525400c49d2a',
'8ed25a57-f53a-4cf0-bb92-781f3ce36a48', 1) {} failed -
stopping task<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,190::task::1199::TaskManager.Task::(stop)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::stopping in state
preparing (force False)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,192::task::978::TaskManager.Task::(_decref)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::ref 1 aborting
True<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::INFO::2012-03-29
11:57:47,193::task::1157::TaskManager.Task::(prepare)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::aborting: Task is
aborted: 'Cannot find master domain' - code
304<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,195::task::1162::TaskManager.Task::(prepare)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Prepare: aborted:
Cannot find master domain<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,197::task::978::TaskManager.Task::(_decref)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::ref 0 aborting
True<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,198::task::913::TaskManager.Task::(_doAbort)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::Task._doAbort:
force False<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,200::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,201::task::588::TaskManager.Task::(_updateState)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::moving from state
preparing -> state
aborting<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,203::task::537::TaskManager.Task::(__state_aborting)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::_aborting:
recover policy none<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,205::task::588::TaskManager.Task::(_updateState)
Task=`838b7ca3-9f79-4c87-a2f0-12cad48cc127`::moving from state
aborting -> state failed<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,206::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources
{}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::DEBUG::2012-03-29
11:57:47,208::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5448::ERROR::2012-03-29
11:57:47,209::dispatcher::89::Storage.Dispatcher.Protect::(run)
{'status': {'message': "Cannot find master domain:
'spUUID=13080edc-77ea-11e1-b6a4-525400c49d2a,
msdUUID=8ed25a57-f53a-4cf0-bb92-781f3ce36a48'", 'code':
304}}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,736::task::588::TaskManager.Task::(_updateState)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::moving from state
init -> state preparing<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::INFO::2012-03-29
11:57:48,739::logUtils::37::dispatcher::(wrapper) Run and
protect: repoStats(options=None)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::INFO::2012-03-29
11:57:48,740::logUtils::39::dispatcher::(wrapper) Run and
protect: repoStats, Return response:
{}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,742::task::1172::TaskManager.Task::(prepare)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::finished:
{}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,743::task::588::TaskManager.Task::(_updateState)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::moving from state
preparing -> state
finished<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,745::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources
{}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,746::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Thread-5453::DEBUG::2012-03-29
11:57:48,748::task::978::TaskManager.Task::(_decref)
Task=`b801beea-93db-44e7-ba71-5d1eca7eecae`::ref 0 aborting
False<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Regards,
rene<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91;mso-ansi-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New
Roman";color:windowtext;mso-fareast-language:DE">Von:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New Roman";color:windowtext;mso-fareast-language:DE">
<a class="moz-txt-link-abbreviated"
href="mailto:users-bounces@ovirt.org">users-bounces@ovirt.org</a>
[<a class="moz-txt-link-freetext"
href="mailto:users-bounces@ovirt.org">mailto:users-bounces@ovirt.org</a>]
<b>Im
Auftrag von </b>Rene Rosenberger<br>
<b>Gesendet:</b> Donnerstag, 29. März 2012
11:47<br>
<b>An:</b> <a class="moz-txt-link-abbreviated"
href="mailto:rvaknin@redhat.com">rvaknin@redhat.com</a>; <a
class="moz-txt-link-abbreviated"
href="mailto:users@ovirt.org">users@ovirt.org</a><br>
<b>Betreff:</b> Re: [Users] storage domain reactivate not
working<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span
style="color:#365F91">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#365F91">i
did:<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-fareast-language:DE;mso-no-proof:yes">[root@KVM-DMZ-04
vdsm]# iscsiadm -m node -T
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d
-u<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Logging out of session [sid: 2, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d,
portal: 192.168.xxx.xxx,3260]<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Logout of [sid: 2, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d,
portal: 192.168.xxx.xxx,3260]
successful.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">[root@KVM-DMZ-04 vdsm]# iscsiadm -m node -T
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d
-l<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Logging in to [iface: default, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d,
portal: 192.168.xxx.xxx,3260]
(multiple)<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US">Login to [iface: default, target:
iqn.2004-04.com.qnap:ts-419uplus:iscsi.dmznas01.c2b74d,
portal: 192.168.xxx.xxx,3260]
successful.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:9.0pt;mso-fareast-font-family:"Times New
Roman";color:#5A5A5A;mso-ansi-language:EN-US;mso-fareast-language:DE;mso-no-proof:yes"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91;mso-ansi-language:EN-US"
lang="EN-US">But
the data center is locked in webinterface. System ->
default -> storage -> DMZ-NAS-01 -> Data Center =
locked<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91;mso-ansi-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91;mso-ansi-language:EN-US"
lang="EN-US">Regards,
rene<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#365F91;mso-ansi-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New
Roman";color:windowtext;mso-fareast-language:DE">Von:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";mso-fareast-font-family:"Times
New Roman";color:windowtext;mso-fareast-language:DE">
Rami Vaknin [<a class="moz-txt-link-freetext"
href="mailto:rvaknin@redhat.com">mailto:rvaknin@redhat.com</a>]
<br>
<b>Gesendet:</b> Donnerstag, 29. März 2012
11:32<br>
<b>An:</b> Rene Rosenberger; <a
class="moz-txt-link-abbreviated"
href="mailto:users@ovirt.org">users@ovirt.org</a><br>
<b>Betreff:</b> Re: [Users] storage domain reactivate not
working<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span
style="mso-fareast-font-family:"Times New
Roman"">On
03/29/2012 11:28 AM, Rene Rosenberger wrote:
<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#404040">Hi,</span><o:p></o:p></p>
<p class="MsoNormal"><span
style="color:#404040"> </span><o:p></o:p></p>
<p class="MsoNormal"><span
style="color:#404040;mso-ansi-language:EN-US"
lang="EN-US">i</span><span
style="mso-ansi-language:EN-US" lang="EN-US"> have
rebootet my
iscsi device without mainenance mode. Now it is inactive. When
I want to reactivate it again it fails. What can I
do?</span><o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif";mso-fareast-font-family:"Times
New Roman";mso-fareast-language:DE">Depends why it fails,
vdsm log can help.<br>
<br>
You can check whether or not you're connected from the hosts
to the iscsi target or reconnect using:<br>
iscsiadm -m discoverydb --discover -t st -p
your_iscsi_server_fqdn<br>
iscsiadm -m node -T your_target_name -l<br>
<br>
Than try to activate it.<br
style="mso-special-character:line-break">
<!--[if !supportLineBreakNewLine]--><br
style="mso-special-character:line-break">
<!--[endif]--><o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:#404040;mso-ansi-language:EN-US"
lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span
style="color:#404040;mso-ansi-language:EN-US"
lang="EN-US">Regards,
rene</span><o:p></o:p></p>
<p class="MsoNormal"><span
style="mso-ansi-language:EN-US"
lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif";mso-fareast-font-family:"Times
New Roman";mso-fareast-language:DE"><br>
<br style="mso-special-character:line-break">
<!--[if !supportLineBreakNewLine]--><br
style="mso-special-character:line-break">
<!--[endif]--><o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Users mailing list<o:p></o:p></pre>
<pre><a moz-do-not-send="true"
href="mailto:Users@ovirt.org">Users@ovirt.org</a><o:p></o:p></pre>
<pre><a moz-do-not-send="true"
href="http://lists.ovirt.org/mailman/listinfo/users">http://...
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif";mso-fareast-font-family:"Times
New Roman";mso-fareast-language:DE"><br>
<br style="mso-special-character:line-break">
<!--[if !supportLineBreakNewLine]--><br
style="mso-special-character:line-break">
<!--[endif]--><o:p></o:p></span></p>
<pre>-- <o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Thanks,<o:p></o:p></pre>
<pre><o:p> </o:p></pre>
<pre>Rami Vaknin, QE @ Red Hat, TLV, IL.<o:p></o:p></pre>
</div>
</body>
</html>
--------------090806010003030704000202--