[Users] could not add local storage domain
Jorick Astrego
jorick at netbulae.eu
Wed Nov 14 12:45:21 UTC 2012
>
> 2012-11-03 19:19:22::DEBUG::engine-setup::1747::root:: storage-path: /data/ovirt/vdsm
> 2012-11-03 19:19:22::DEBUG::engine-setup::1747::root:: superuser-pass: ********
> 2012-11-03 19:19:22::ERROR::engine-setup::2376::root:: Traceback (most recent call last):
> File "/bin/engine-setup", line 2370, in <module>
> main(confFile)
> File "/bin/engine-setup", line 2159, in main
> runSequences()
> File "/bin/engine-setup", line 2105, in runSequences
> controller.runAllSequences()
> File "/usr/share/ovirt-engine/scripts/setup_controller.py", line 54, in runAllSequences
> sequence.run()
> File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 154, in run
> step.run()
> File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run
> function()
> File "/usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py", line 290, in addStorageDomain
> raise Exception(ERROR_ADD_LOCAL_DOMAIN)
> Exception: Error: could not add local storage domain
>
> XMLSyntaxError: Space required after the Public Identifier, line 1, column 47 looks somewhat strange to me.
>
> Any hint what causes this error?
>
> Thanks,
>
> Christian
>
> P.S.: The installation failed several times before that, until i figured out that the engine-setup needs to login in via ssh; we had configured sshd to allow only public key auth, and this raised an error.
>
> did this get resolved?
>
>
> -
I'm not the original submitter of this issue, but I have exactly the
same problem with the latest nightly all-in-one installation.
We don't use public key auth for sshd on this machine so that's not the
problem. This is what I see in the vdsm.log:
MainThread::INFO::2012-11-14 12:45:51,444::vdsm::88::vds::(run) I am the
actual vdsm 4.10-0.129 demo.netbulae.eu (3.6.6-1.fc17.x86_64)
MainThread::DEBUG::2012-11-14
12:45:51,812::resourceManager::379::ResourceManager::(registerNamespace)
Registering namespace 'Storage'
MainThread::DEBUG::2012-11-14
12:45:51,813::threadPool::33::Misc.ThreadPool::(__init__) Enter -
numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::DEBUG::2012-11-14
12:45:51,856::multipath::115::Storage.Multipath::(isEnabled) multipath
Defaulting to False
MainThread::DEBUG::2012-11-14
12:45:51,857::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/bin/cp /tmp/tmpVVMg7O /etc/multipath.conf' (cwd None)
MainThread::DEBUG::2012-11-14
12:45:51,942::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
MainThread::DEBUG::2012-11-14
12:45:51,944::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/multipath -F' (cwd None)
MainThread::DEBUG::2012-11-14
12:45:51,975::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> =
''; <rc> = 1
MainThread::DEBUG::2012-11-14
12:45:51,976::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/service multipathd restart' (cwd None)
MainThread::DEBUG::2012-11-14
12:45:52,179::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl restart multipathd.service\n'; <rc> = 0
MainThread::DEBUG::2012-11-14
12:45:52,179::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm dumpconfig global/locking_type' (cwd None)
MainThread::DEBUG::2012-11-14
12:45:52,241::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
MainThread::DEBUG::2012-11-14
12:45:52,242::hsm::407::Storage.HSM::(__cleanStorageRepository) Started
cleaning storage repository at '/rhev/data-center'
MainThread::DEBUG::2012-11-14
12:45:52,253::hsm::439::Storage.HSM::(__cleanStorageRepository) White
list: ['/rhev/data-center/hsm-tasks', '/rhev/data-center/hsm-tasks/*',
'/rhev/data-center/mnt']
MainThread::DEBUG::2012-11-14
12:45:52,253::hsm::440::Storage.HSM::(__cleanStorageRepository) Mount
list: []
MainThread::DEBUG::2012-11-14
12:45:52,254::hsm::442::Storage.HSM::(__cleanStorageRepository) Cleaning
leftovers
MainThread::DEBUG::2012-11-14
12:45:52,258::hsm::485::Storage.HSM::(__cleanStorageRepository) Finished
cleaning storage repository at '/rhev/data-center'
Thread-12::DEBUG::2012-11-14
12:45:52,259::lvm::334::OperationMutex::(_reloadpvs) Operation 'lvm
reload operation' got the operation mutex
MainThread::INFO::2012-11-14
12:45:52,260::dispatcher::95::Storage.Dispatcher::(__init__) Starting
StorageDispatcher...
Thread-12::DEBUG::2012-11-14
12:45:52,266::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm pvs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 retain_days = 0 } " --noheadings --units b --nosuffix
--separator | -o
*uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size'
(cwd None)**
**MainThread::WARNING::2012-11-14
12:45:52,300::clientIF::197::vds::(_prepareMOM) MOM initialization
failed and fall back to KsmMonitor**
**Traceback (most recent call last):**
** File "/usr/share/vdsm/clientIF.py", line 194, in _prepareMOM**
** self.mom = MomThread(momconf)**
** File "/usr/share/vdsm/momIF.py", line 34, in __init__**
** raise Exception("MOM is not available")**
**Exception: MOM is not available*
MainThread::DEBUG::2012-11-14
12:45:52,304::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/pgrep -xf
ksmd' (cwd None)
Thread-12::DEBUG::2012-11-14
12:45:52,340::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:45:52,341::lvm::359::OperationMutex::(_reloadpvs) Operation 'lvm
reload operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:45:52,342::lvm::368::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:45:52,343::misc::84::Storage.Misc.excCmd::(<lambda>) '/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 = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 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'
(cwd None)
MainThread::DEBUG::2012-11-14
12:45:52,353::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
MainThread::INFO::2012-11-14 12:45:52,354::ksm::43::vds::(__init__)
starting ksm monitor thread, ksm pid is 40
KsmMonitor::DEBUG::2012-11-14
12:45:52,355::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/service ksmtuned start' (cwd None)
MainThread::INFO::2012-11-14
12:45:52,367::vmChannels::139::vds::(settimeout) Setting channels'
timeout to 30 seconds.
VM Channels Listener::INFO::2012-11-14
12:45:52,368::vmChannels::127::vds::(run) Starting VM channels listener
thread.
*MainThread::WARNING::2012-11-14
12:45:52,375::clientIF::182::vds::(_prepareBindings) Unable to load the
rest server module. Please make sure it is installed.**
**MainThread::WARNING::2012-11-14
12:45:52,376::clientIF::188::vds::(_prepareBindings) Unable to load the
json rpc server module. Please make sure it is installed.*
Thread-12::DEBUG::2012-11-14
12:45:52,398::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
' No volume groups found\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:45:52,399::lvm::397::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:45:52,401::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm lvs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 retain_days = 0 } " --noheadings --units b --nosuffix
--separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags'
(cwd None)
KsmMonitor::DEBUG::2012-11-14
12:45:52,440::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl start ksmtuned.service\n'; <rc> = 0
MainThread::INFO::2012-11-14
12:45:52,367::vmChannels::139::vds::(settimeout) Setting channels'
timeout to 30 seconds.
VM Channels Listener::INFO::2012-11-14
12:45:52,368::vmChannels::127::vds::(run) Starting VM channels listener
thread.
MainThread::WARNING::2012-11-14
12:45:52,375::clientIF::182::vds::(_prepareBindings) Unable to load the
rest server module. Please make sure it is installed.
MainThread::WARNING::2012-11-14
12:45:52,376::clientIF::188::vds::(_prepareBindings) Unable to load the
json rpc server module. Please make sure it is installed.
Thread-12::DEBUG::2012-11-14
12:45:52,398::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
' No volume groups found\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:45:52,399::lvm::397::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:45:52,401::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm lvs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 retain_days = 0 } " --noheadings --units b --nosuffix
--separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags'
(cwd None)
KsmMonitor::DEBUG::2012-11-14
12:45:52,440::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl start ksmtuned.service\n'; <rc> = 0
KsmMonitor::DEBUG::2012-11-14
12:45:52,440::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/service ksm start' (cwd None)
Thread-12::DEBUG::2012-11-14
12:45:52,457::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
' No volume groups found\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:45:52,458::misc::1026::SamplingMethod::(__call__) Trying to enter
sampling method (storage.sdc.refreshStorage)
Thread-12::DEBUG::2012-11-14
12:45:52,458::misc::1028::SamplingMethod::(__call__) Got in to sampling
method
Thread-12::DEBUG::2012-11-14
12:45:52,458::misc::1026::SamplingMethod::(__call__) Trying to enter
sampling method (storage.iscsi.rescan)
Thread-12::DEBUG::2012-11-14
12:45:52,458::misc::1028::SamplingMethod::(__call__) Got in to sampling
method
Thread-12::DEBUG::2012-11-14
12:45:52,458::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/iscsiadm -m session -R' (cwd None)
Thread-12::DEBUG::2012-11-14
12:45:52,477::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> =
'iscsiadm: No session found.\n'; <rc> = 21
Thread-12::DEBUG::2012-11-14
12:45:52,477::misc::1036::SamplingMethod::(__call__) Returning last result
Thread-12::DEBUG::2012-11-14
12:45:52,478::supervdsm::107::SuperVdsmProxy::(_start) Launching Super Vdsm
Thread-12::DEBUG::2012-11-14
12:45:52,478::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/bin/python /usr/share/vdsm/supervdsmServer.py
c9c732a0-065b-4634-8bb4-fbcd2081de16 11360' (cwd None)
KsmMonitor::DEBUG::2012-11-14
12:45:52,486::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl start ksm.service\n'; <rc> = 0
MainThread::DEBUG::2012-11-14
12:45:52,669::supervdsmServer::324::SuperVdsm.Server::(main) Making sure
I'm root
MainThread::DEBUG::2012-11-14
12:45:52,670::supervdsmServer::328::SuperVdsm.Server::(main) Parsing cmd
args
MainThread::DEBUG::2012-11-14
12:45:52,670::supervdsmServer::331::SuperVdsm.Server::(main) Creating
PID file
MainThread::DEBUG::2012-11-14
12:45:52,670::supervdsmServer::338::SuperVdsm.Server::(main) Cleaning
old socket
MainThread::DEBUG::2012-11-14
12:45:52,670::supervdsmServer::342::SuperVdsm.Server::(main) Setting up
keep alive thread
MainThread::DEBUG::2012-11-14
12:45:52,670::supervdsmServer::348::SuperVdsm.Server::(main) Creating
remote object manager
MainThread::DEBUG::2012-11-14
12:45:52,671::supervdsmServer::360::SuperVdsm.Server::(main) Started
serving super vdsm object
Thread-14::DEBUG::2012-11-14
12:45:53,732::BindingXMLRPC::903::vds::(wrapper) client
[192.168.122.1]::call getCapabilities with () {}
Thread-14::DEBUG::2012-11-14
12:45:53,902::BindingXMLRPC::910::vds::(wrapper) return getCapabilities
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory':
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba'}],
'FC': []}, 'packages2': {'kernel': {'release': '1.fc17.x86_64',
'buildtime': 1352149175.0, 'version': '3.6.6'}, 'spice-server':
{'release': '1.fc17', 'buildtime': 1348891802L, 'version': '0.12.0'},
'vdsm': {'release': '0.129.git2c2c228.fc17', 'buildtime': 1352759542L,
'version': '4.10.1'}, 'qemu-kvm': {'release': '19.fc17', 'buildtime':
1351915579L, 'version': '1.2.0'}, 'libvirt': {'release': '1.fc17',
'buildtime': 1352437629L, 'version': '1.0.0'}, 'qemu-img': {'release':
'19.fc17', 'buildtime': 1351915579L, 'version': '1.2.0'}}, 'cpuModel':
'AMD Phenom(tm) II X4 955 Processor', 'hooks': {}, 'vmTypes': ['kvm'],
'supportedProtocols': ['2.2', '2.3'], 'networks': {'ovirtmgmt':
{'iface': 'ovirtmgmt', 'addr': '192.168.2.21', 'cfg': {'UUID':
'524c7b17-8771-4426-82d7-0dbeca898ad9', 'DELAY': '0', 'NM_CONTROLLED':
'no', 'BOOTPROTO': 'dhcp', 'DEVICE': 'ovirtmgmt', 'TYPE': 'Bridge',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '255.255.255.0', 'stp':
'off', 'bridged': True, 'gateway': '192.168.2.1', 'ports': ['p15p1']},
'virbr0': {'iface': 'virbr0', 'addr': '192.168.122.1', 'cfg': {}, 'mtu':
'1500', 'netmask': '255.255.255.0', 'stp': 'on', 'bridged': True,
'gateway': '0.0.0.0', 'ports': []}}, 'bridges': {'ovirtmgmt': {'addr':
'192.168.2.21', 'cfg': {'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'DELAY': '0', 'NM_CONTROLLED': 'no', 'BOOTPROTO': 'dhcp', 'DEVICE':
'ovirtmgmt', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500',
'netmask': '255.255.255.0', 'stp': 'off', 'ports': ['p15p1']}, 'virbr0':
{'addr': '192.168.122.1', 'cfg': {}, 'mtu': '1500', 'netmask':
'255.255.255.0', 'stp': 'on', 'ports': []}}, 'uuid':
'4046266B-FA2B-DE11-AA3D-00248C9EAFD5_00:19:cb:d6:6a:e0',
'lastClientIface': 'ovirtmgmt', 'nics': {'p15p1': {'addr': '', 'cfg':
{'BRIDGE': 'ovirtmgmt', 'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'NM_CONTROLLED': 'no', 'HWADDR': '00:19:cb:d6:6a:e0', 'DEVICE': 'p15p1',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '', 'hwaddr':
'00:19:cb:d6:6a:e0', 'speed': 1000}, 'p6p1': {'addr': '', 'cfg':
{'DEVICE': 'p6p1', 'UUID': '9d1e9605-931d-4e51-9c79-d5f0f204d46e',
'NM_CONTROLLED': 'yes', 'BOOTPROTO': 'dhcp', 'HWADDR':
'00:24:8C:9E:AF:D5', 'ONBOOT': 'no'}, 'mtu': '1500', 'netmask': '',
'hwaddr': '00:24:8c:9e:af:d5', 'speed': 1000}}, 'software_revision':
'0.129', 'clusterLevels': ['3.0', '3.1', '3.2'], 'cpuFlags':
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,mmx,fxsr,sse,sse2,ht,syscall,nx,mmxext,fxsr_opt,pdpe1gb,rdtscp,lm,3dnowext,3dnow,constant_tsc,rep_good,nopl,nonstop_tsc,extd_apicid,pni,monitor,cx16,popcnt,lahf_lm,cmp_legacy,svm,extapic,cr8_legacy,abm,sse4a,misalignsse,3dnowprefetch,osvw,ibs,skinit,wdt,hw_pstate,npt,lbrv,svm_lock,nrip_save,model_athlon,model_Opteron_G3,model_Opteron_G1,model_phenom,model_Opteron_G2',
'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba',
'netConfigDirty': 'False', 'supportedENGINEs': ['3.0', '3.1'],
'reservedMem': '321', 'bondings': {'bond4': {'addr': '', 'cfg': {},
'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr':
'00:00:00:00:00:00'}, 'bond0': {'addr': '', 'cfg': {}, 'mtu': '1500',
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}},
'software_version': '4.10', 'memSize': '7734', 'cpuSpeed': '3200.000',
'cpuSockets': '1', 'vlans': {}, 'cpuCores': '4', 'kvmEnabled': 'true',
'guestOverhead': '65', 'management_ip': '', 'version_name': 'Snow Man',
'emulatedMachines': [u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0',
u'pc-0.15', u'pc-0.14', u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10',
u'isapc', u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0', u'pc-0.15',
u'pc-0.14', u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10', u'isapc'],
'operatingSystem': {'release': '1', 'version': '17', 'name': 'Fedora'},
'lastClient': '0.0.0.0'}}
Thread-15::DEBUG::2012-11-14
12:45:54,148::BindingXMLRPC::903::vds::(wrapper) client
[192.168.122.1]::call getCapabilities with () {}
Thread-15::DEBUG::2012-11-14
12:45:54,173::BindingXMLRPC::910::vds::(wrapper) return getCapabilities
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory':
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba'}],
'FC': []}, 'packages2': {'kernel': {'release': '1.fc17.x86_64',
'buildtime': 1352149175.0, 'version': '3.6.6'}, 'spice-server':
{'release': '1.fc17', 'buildtime': 1348891802L, 'version': '0.12.0'},
'vdsm': {'release': '0.129.git2c2c228.fc17', 'buildtime': 1352759542L,
'version': '4.10.1'}, 'qemu-kvm': {'release': '19.fc17', 'buildtime':
1351915579L, 'version': '1.2.0'}, 'libvirt': {'release': '1.fc17',
'buildtime': 1352437629L, 'version': '1.0.0'}, 'qemu-img': {'release':
'19.fc17', 'buildtime': 1351915579L, 'version': '1.2.0'}}, 'cpuModel':
'AMD Phenom(tm) II X4 955 Processor', 'hooks': {}, 'vmTypes': ['kvm'],
'supportedProtocols': ['2.2', '2.3'], 'networks': {'ovirtmgmt':
{'iface': 'ovirtmgmt', 'addr': '192.168.2.21', 'cfg': {'UUID':
'524c7b17-8771-4426-82d7-0dbeca898ad9', 'DELAY': '0', 'NM_CONTROLLED':
'no', 'BOOTPROTO': 'dhcp', 'DEVICE': 'ovirtmgmt', 'TYPE': 'Bridge',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '255.255.255.0', 'stp':
'off', 'bridged': True, 'gateway': '192.168.2.1', 'ports': ['p15p1']},
'virbr0': {'iface': 'virbr0', 'addr': '192.168.122.1', 'cfg': {}, 'mtu':
'1500', 'netmask': '255.255.255.0', 'stp': 'on', 'bridged': True,
'gateway': '0.0.0.0', 'ports': []}}, 'bridges': {'ovirtmgmt': {'addr':
'192.168.2.21', 'cfg': {'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'DELAY': '0', 'NM_CONTROLLED': 'no', 'BOOTPROTO': 'dhcp', 'DEVICE':
'ovirtmgmt', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500',
'netmask': '255.255.255.0', 'stp': 'off', 'ports': ['p15p1']}, 'virbr0':
{'addr': '192.168.122.1', 'cfg': {}, 'mtu': '1500', 'netmask':
'255.255.255.0', 'stp': 'on', 'ports': []}}, 'uuid':
'4046266B-FA2B-DE11-AA3D-00248C9EAFD5_00:19:cb:d6:6a:e0',
'lastClientIface': 'ovirtmgmt', 'nics': {'p15p1': {'addr': '', 'cfg':
{'BRIDGE': 'ovirtmgmt', 'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'NM_CONTROLLED': 'no', 'HWADDR': '00:19:cb:d6:6a:e0', 'DEVICE': 'p15p1',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '', 'hwaddr':
'00:19:cb:d6:6a:e0', 'speed': 1000}, 'p6p1': {'addr': '', 'cfg':
{'DEVICE': 'p6p1', 'UUID': '9d1e9605-931d-4e51-9c79-d5f0f204d46e',
'NM_CONTROLLED': 'yes', 'BOOTPROTO': 'dhcp', 'HWADDR':
'00:24:8C:9E:AF:D5', 'ONBOOT': 'no'}, 'mtu': '1500', 'netmask': '',
'hwaddr': '00:24:8c:9e:af:d5', 'speed': 1000}}, 'software_revision':
'0.129', 'clusterLevels': ['3.0', '3.1', '3.2'], 'cpuFlags':
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,mmx,fxsr,sse,sse2,ht,syscall,nx,mmxext,fxsr_opt,pdpe1gb,rdtscp,lm,3dnowext,3dnow,constant_tsc,rep_good,nopl,nonstop_tsc,extd_apicid,pni,monitor,cx16,popcnt,lahf_lm,cmp_legacy,svm,extapic,cr8_legacy,abm,sse4a,misalignsse,3dnowprefetch,osvw,ibs,skinit,wdt,hw_pstate,npt,lbrv,svm_lock,nrip_save,model_athlon,model_Opteron_G3,model_Opteron_G1,model_phenom,model_Opteron_G2',
'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba',
'netConfigDirty': 'False', 'supportedENGINEs': ['3.0', '3.1'],
'reservedMem': '321', 'bondings': {'bond4': {'addr': '', 'cfg': {},
'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr':
'00:00:00:00:00:00'}, 'bond0': {'addr': '', 'cfg': {}, 'mtu': '1500',
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}},
'software_version': '4.10', 'memSize': '7734', 'cpuSpeed': '800.000',
'cpuSockets': '1', 'vlans': {}, 'cpuCores': '4', 'kvmEnabled': 'true',
'guestOverhead': '65', 'management_ip': '', 'version_name': 'Snow Man',
'emulatedMachines': [u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0',
u'pc-0.15', u'pc-0.14', u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10',
u'isapc', u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0', u'pc-0.15',
u'pc-0.14', u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10', u'isapc'],
'operatingSystem': {'release': '1', 'version': '17', 'name': 'Fedora'},
'lastClient': '192.168.122.1'}}
MainThread::INFO::2012-11-14 12:45:55,916::vdsm::88::vds::(run) I am the
actual vdsm 4.10-0.129 demo.netbulae.eu (3.6.6-1.fc17.x86_64)
MainThread::DEBUG::2012-11-14
12:46:08,422::resourceManager::379::ResourceManager::(registerNamespace)
Registering namespace 'Storage'
MainThread::DEBUG::2012-11-14
12:46:08,423::threadPool::33::Misc.ThreadPool::(__init__) Enter -
numThreads: 10.0, waitTimeout: 3, maxTasks: 500.0
MainThread::WARNING::2012-11-14
12:46:08,431::fileUtils::184::fileUtils::(createdir) Dir
/rhev/data-center/mnt already exists
MainThread::DEBUG::2012-11-14
12:46:08,467::supervdsm::107::SuperVdsmProxy::(_start) Launching Super Vdsm
MainThread::DEBUG::2012-11-14
12:46:08,467::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/bin/python /usr/share/vdsm/supervdsmServer.py
d5652547-2838-4900-8e62-5191bf37c460 11918' (cwd None)
MainThread::DEBUG::2012-11-14
12:46:08,634::supervdsmServer::324::SuperVdsm.Server::(main) Making sure
I'm root
MainThread::DEBUG::2012-11-14
12:46:08,634::supervdsmServer::328::SuperVdsm.Server::(main) Parsing cmd
args
MainThread::DEBUG::2012-11-14
12:46:08,634::supervdsmServer::331::SuperVdsm.Server::(main) Creating
PID file
MainThread::DEBUG::2012-11-14
12:46:08,634::supervdsmServer::338::SuperVdsm.Server::(main) Cleaning
old socket
MainThread::DEBUG::2012-11-14
12:46:08,634::supervdsmServer::342::SuperVdsm.Server::(main) Setting up
keep alive thread
MainThread::DEBUG::2012-11-14
12:46:08,635::supervdsmServer::348::SuperVdsm.Server::(main) Creating
remote object manager
MainThread::DEBUG::2012-11-14
12:46:08,636::supervdsmServer::360::SuperVdsm.Server::(main) Started
serving super vdsm object
MainThread::DEBUG::2012-11-14
12:46:10,475::supervdsm::161::SuperVdsmProxy::(_connect) Trying to
connect to Super Vdsm
MainThread::DEBUG::2012-11-14
12:46:10,549::multipath::106::Storage.Multipath::(isEnabled) Current
revision of multipath.conf detected, preserving
MainThread::DEBUG::2012-11-14
12:46:10,549::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm dumpconfig global/locking_type' (cwd None)
MainThread::DEBUG::2012-11-14
12:46:10,621::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
MainThread::DEBUG::2012-11-14
12:46:10,623::hsm::407::Storage.HSM::(__cleanStorageRepository) Started
cleaning storage repository at '/rhev/data-center'
MainThread::DEBUG::2012-11-14
12:46:10,634::hsm::439::Storage.HSM::(__cleanStorageRepository) White
list: ['/rhev/data-center/hsm-tasks', '/rhev/data-center/hsm-tasks/*',
'/rhev/data-center/mnt']
MainThread::DEBUG::2012-11-14
12:46:10,634::hsm::440::Storage.HSM::(__cleanStorageRepository) Mount
list: []
MainThread::DEBUG::2012-11-14
12:46:10,634::hsm::442::Storage.HSM::(__cleanStorageRepository) Cleaning
leftovers
MainThread::DEBUG::2012-11-14
12:46:10,636::hsm::485::Storage.HSM::(__cleanStorageRepository) Finished
cleaning storage repository at '/rhev/data-center'
MainThread::INFO::2012-11-14
12:46:10,638::dispatcher::95::Storage.Dispatcher::(__init__) Starting
StorageDispatcher...
Thread-12::DEBUG::2012-11-14
12:46:10,638::lvm::334::OperationMutex::(_reloadpvs) Operation 'lvm
reload operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:10,643::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm pvs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 retain_days = 0 } " --noheadings --units b --nosuffix
--separator | -o
uuid,name,size,vg_name,vg_uuid,pe_start,pe_count,pe_alloc_count,mda_count,dev_size'
(cwd None)
*MainThread::WARNING::2012-11-14
12:46:10,688::clientIF::197::vds::(_prepareMOM) MOM initialization
failed and fall back to KsmMonitor**
**Traceback (most recent call last):**
** File "/usr/share/vdsm/clientIF.py", line 194, in _prepareMOM**
** self.mom = MomThread(momconf)**
** File "/usr/share/vdsm/momIF.py", line 34, in __init__**
** raise Exception("MOM is not available")**
**Exception: MOM is not available*
MainThread::DEBUG::2012-11-14
12:46:10,690::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/pgrep -xf
ksmd' (cwd None)
Thread-12::DEBUG::2012-11-14
12:46:10,710::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:46:10,710::lvm::359::OperationMutex::(_reloadpvs) Operation 'lvm
reload operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:10,711::lvm::368::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:10,711::misc::84::Storage.Misc.excCmd::(<lambda>) '/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 = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 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'
(cwd None)
MainThread::DEBUG::2012-11-14
12:46:10,712::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
MainThread::INFO::2012-11-14 12:46:10,721::ksm::43::vds::(__init__)
starting ksm monitor thread, ksm pid is 40
KsmMonitor::DEBUG::2012-11-14
12:46:10,722::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/service ksmtuned start' (cwd None)
MainThread::INFO::2012-11-14
12:46:10,724::vmChannels::139::vds::(settimeout) Setting channels'
timeout to 30 seconds.
VM Channels Listener::INFO::2012-11-14
12:46:10,738::vmChannels::127::vds::(run) Starting VM channels listener
thread.
MainThread::WARNING::2012-11-14
12:46:10,747::clientIF::182::vds::(_prepareBindings) Unable to load the
rest server module. Please make sure it is installed.
MainThread::WARNING::2012-11-14
12:46:10,747::clientIF::188::vds::(_prepareBindings) Unable to load the
json rpc server module. Please make sure it is installed.
Thread-12::DEBUG::2012-11-14
12:46:10,767::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
' No volume groups found\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:46:10,768::lvm::397::OperationMutex::(_reloadvgs) Operation 'lvm
reload operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:10,770::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/lvm lvs --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [ \\"r%.*%\\" ] } global {
locking_type=1 prioritise_write_locks=1 wait_for_locks=1 } backup {
retain_min = 50 retain_days = 0 } " --noheadings --units b --nosuffix
--separator | -o uuid,name,vg_name,attr,size,seg_start_pe,devices,tags'
(cwd None)
KsmMonitor::DEBUG::2012-11-14
12:46:10,782::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl start ksmtuned.service\n'; <rc> = 0
KsmMonitor::DEBUG::2012-11-14
12:46:10,783::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/service ksm start' (cwd None)
Thread-12::DEBUG::2012-11-14
12:46:10,823::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
' No volume groups found\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:46:10,824::misc::1026::SamplingMethod::(__call__) Trying to enter
sampling method (storage.sdc.refreshStorage)
Thread-12::DEBUG::2012-11-14
12:46:10,824::misc::1028::SamplingMethod::(__call__) Got in to sampling
method
Thread-12::DEBUG::2012-11-14
12:46:10,825::misc::1026::SamplingMethod::(__call__) Trying to enter
sampling method (storage.iscsi.rescan)
Thread-12::DEBUG::2012-11-14
12:46:10,825::misc::1028::SamplingMethod::(__call__) Got in to sampling
method
Thread-12::DEBUG::2012-11-14
12:46:10,826::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/iscsiadm -m session -R' (cwd None)
KsmMonitor::DEBUG::2012-11-14
12:46:10,840::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'Redirecting to /bin/systemctl start ksm.service\n'; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:46:10,852::misc::84::Storage.Misc.excCmd::(<lambda>) FAILED: <err> =
'iscsiadm: No session found.\n'; <rc> = 21
Thread-12::DEBUG::2012-11-14
12:46:10,852::misc::1036::SamplingMethod::(__call__) Returning last result
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,858::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host0/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,882::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host1/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,891::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host2/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,898::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host3/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,905::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host4/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,913::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
of=/sys/class/scsi_host/host5/scan' (cwd None)
MainProcess|Thread-12::DEBUG::2012-11-14
12:46:10,922::iscsi::388::Storage.ISCSI::(forceIScsiScan) Performing
SCSI scan, this will take up to 30 seconds
Thread-14::DEBUG::2012-11-14
12:46:12,615::BindingXMLRPC::903::vds::(wrapper) client
[192.168.122.1]::call getCapabilities with () {}
Thread-14::DEBUG::2012-11-14
12:46:12,777::BindingXMLRPC::910::vds::(wrapper) return getCapabilities
with {'status': {'message': 'Done', 'code': 0}, 'info': {'HBAInventory':
{'iSCSI': [{'InitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba'}],
'FC': []}, 'packages2': {'kernel': {'release': '1.fc17.x86_64',
'buildtime': 1352149175.0, 'version': '3.6.6'}, 'spice-server':
{'release': '1.fc17', 'buildtime': 1348891802L, 'version': '0.12.0'},
'vdsm': {'release': '0.129.git2c2c228.fc17', 'buildtime': 1352759542L,
'version': '4.10.1'}, 'qemu-kvm': {'release': '19.fc17', 'buildtime':
1351915579L, 'version': '1.2.0'}, 'libvirt': {'release': '1.fc17',
'buildtime': 1352437629L, 'version': '1.0.0'}, 'qemu-img': {'release':
'19.fc17', 'buildtime': 1351915579L, 'version': '1.2.0'}}, 'cpuModel':
'AMD Phenom(tm) II X4 955 Processor', 'hooks': {}, 'vmTypes': ['kvm'],
'supportedProtocols': ['2.2', '2.3'], 'networks': {'ovirtmgmt':
{'iface': 'ovirtmgmt', 'addr': '192.168.2.21', 'cfg': {'UUID':
'524c7b17-8771-4426-82d7-0dbeca898ad9', 'DELAY': '0', 'NM_CONTROLLED':
'no', 'BOOTPROTO': 'dhcp', 'DEVICE': 'ovirtmgmt', 'TYPE': 'Bridge',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '255.255.255.0', 'stp':
'off', 'bridged': True, 'gateway': '192.168.2.1', 'ports': ['p15p1']},
'virbr0': {'iface': 'virbr0', 'addr': '192.168.122.1', 'cfg': {}, 'mtu':
'1500', 'netmask': '255.255.255.0', 'stp': 'on', 'bridged': True,
'gateway': '0.0.0.0', 'ports': []}}, 'bridges': {'ovirtmgmt': {'addr':
'192.168.2.21', 'cfg': {'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'DELAY': '0', 'NM_CONTROLLED': 'no', 'BOOTPROTO': 'dhcp', 'DEVICE':
'ovirtmgmt', 'TYPE': 'Bridge', 'ONBOOT': 'yes'}, 'mtu': '1500',
'netmask': '255.255.255.0', 'stp': 'off', 'ports': ['p15p1']}, 'virbr0':
{'addr': '192.168.122.1', 'cfg': {}, 'mtu': '1500', 'netmask':
'255.255.255.0', 'stp': 'on', 'ports': []}}, 'uuid':
'4046266B-FA2B-DE11-AA3D-00248C9EAFD5_00:19:cb:d6:6a:e0',
'lastClientIface': 'ovirtmgmt', 'nics': {'p15p1': {'addr': '', 'cfg':
{'BRIDGE': 'ovirtmgmt', 'UUID': '524c7b17-8771-4426-82d7-0dbeca898ad9',
'NM_CONTROLLED': 'no', 'HWADDR': '00:19:cb:d6:6a:e0', 'DEVICE': 'p15p1',
'ONBOOT': 'yes'}, 'mtu': '1500', 'netmask': '', 'hwaddr':
'00:19:cb:d6:6a:e0', 'speed': 1000}, 'p6p1': {'addr': '', 'cfg':
{'DEVICE': 'p6p1', 'UUID': '9d1e9605-931d-4e51-9c79-d5f0f204d46e',
'NM_CONTROLLED': 'yes', 'BOOTPROTO': 'dhcp', 'HWADDR':
'00:24:8C:9E:AF:D5', 'ONBOOT': 'no'}, 'mtu': '1500', 'netmask': '',
'hwaddr': '00:24:8c:9e:af:d5', 'speed': 1000}}, 'software_revision':
'0.129', 'clusterLevels': ['3.0', '3.1', '3.2'], 'cpuFlags':
u'fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,mmx,fxsr,sse,sse2,ht,syscall,nx,mmxext,fxsr_opt,pdpe1gb,rdtscp,lm,3dnowext,3dnow,constant_tsc,rep_good,nopl,nonstop_tsc,extd_apicid,pni,monitor,cx16,popcnt,lahf_lm,cmp_legacy,svm,extapic,cr8_legacy,abm,sse4a,misalignsse,3dnowprefetch,osvw,ibs,skinit,wdt,hw_pstate,npt,lbrv,svm_lock,nrip_save,model_athlon,model_Opteron_G3,model_Opteron_G1,model_phenom,model_Opteron_G2',
'ISCSIInitiatorName': 'iqn.1994-05.com.redhat:6de64a4dfdba',
'netConfigDirty': 'False', 'supportedENGINEs': ['3.0', '3.1'],
'reservedMem': '321', 'bondings': {'bond4': {'addr': '', 'cfg': {},
'mtu': '1500', 'netmask': '', 'slaves': [], 'hwaddr':
'00:00:00:00:00:00'}, 'bond0': {'addr': '', 'cfg': {}, 'mtu': '1500',
'netmask': '', 'slaves': [], 'hwaddr': '00:00:00:00:00:00'}, 'bond1':
{'addr': '', 'cfg': {}, 'mtu': '1500', 'netmask': '', 'slaves': [],
'hwaddr': '00:00:00:00:00:00'}}, 'software_version': '4.10', 'memSize':
'7734', 'cpuSpeed': '800.000', 'cpuSockets': '1', 'vlans': {},
'cpuCores': '4', 'kvmEnabled': 'true', 'guestOverhead': '65',
'management_ip': '', 'version_name': 'Snow Man', 'emulatedMachines':
[u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0', u'pc-0.15',
u'pc-0.14', u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10', u'isapc',
u'pc-1.2', u'none', u'pc', u'pc-1.1', u'pc-1.0', u'pc-0.15', u'pc-0.14',
u'pc-0.13', u'pc-0.12', u'pc-0.11', u'pc-0.10', u'isapc'],
'operatingSystem': {'release': '1', 'version': '17', 'name': 'Fedora'},
'lastClient': '0.0.0.0'}}
Thread-12::DEBUG::2012-11-14
12:46:12,926::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/sudo -n
/sbin/multipath' (cwd None)
Thread-12::DEBUG::2012-11-14
12:46:12,990::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
Thread-12::DEBUG::2012-11-14
12:46:12,990::lvm::477::OperationMutex::(_invalidateAllPvs) Operation
'lvm invalidate operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::lvm::479::OperationMutex::(_invalidateAllPvs) Operation
'lvm invalidate operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::lvm::488::OperationMutex::(_invalidateAllVgs) Operation
'lvm invalidate operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::lvm::490::OperationMutex::(_invalidateAllVgs) Operation
'lvm invalidate operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::lvm::508::OperationMutex::(_invalidateAllLvs) Operation
'lvm invalidate operation' got the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::lvm::510::OperationMutex::(_invalidateAllLvs) Operation
'lvm invalidate operation' released the operation mutex
Thread-12::DEBUG::2012-11-14
12:46:12,991::misc::1036::SamplingMethod::(__call__) Returning last result
Thread-16::DEBUG::2012-11-14
12:46:14,043::BindingXMLRPC::161::vds::(wrapper) [192.168.122.1]
Thread-16::DEBUG::2012-11-14
12:46:14,044::task::568::TaskManager.Task::(_updateState)
Task=`8cf5bfe0-3851-4058-92b9-7a23f095ec30`::moving from state init ->
state preparing
Thread-16::INFO::2012-11-14
12:46:14,045::logUtils::37::dispatcher::(wrapper) Run and protect:
validateStorageServerConnection(domType=4,
spUUID='00000000-0000-0000-0000-000000000000', conList=[{'connection':
'/data', 'iqn': '', 'portal': '', 'user': '', 'password': '******',
'id': '00000000-0000-0000-0000-000000000000', 'port': ''}], options=None)
Thread-16::INFO::2012-11-14
12:46:14,045::logUtils::39::dispatcher::(wrapper) Run and protect:
validateStorageServerConnection, Return response: {'statuslist':
[{'status': 0, 'id': '00000000-0000-0000-0000-000000000000'}]}
Thread-16::DEBUG::2012-11-14
12:46:14,045::task::1151::TaskManager.Task::(prepare)
Task=`8cf5bfe0-3851-4058-92b9-7a23f095ec30`::finished: {'statuslist':
[{'status': 0, 'id': '00000000-0000-0000-0000-000000000000'}]}
Thread-16::DEBUG::2012-11-14
12:46:14,045::task::568::TaskManager.Task::(_updateState)
Task=`8cf5bfe0-3851-4058-92b9-7a23f095ec30`::moving from state preparing
-> state finished
Thread-16::DEBUG::2012-11-14
12:46:14,045::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-16::DEBUG::2012-11-14
12:46:14,045::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-16::DEBUG::2012-11-14
12:46:14,045::task::957::TaskManager.Task::(_decref)
Task=`8cf5bfe0-3851-4058-92b9-7a23f095ec30`::ref 0 aborting False
Thread-17::DEBUG::2012-11-14
12:46:14,128::BindingXMLRPC::161::vds::(wrapper) [192.168.122.1]
Thread-17::DEBUG::2012-11-14
12:46:14,129::task::568::TaskManager.Task::(_updateState)
Task=`0eb0651c-bb23-4b49-a07a-a27a9bbc4129`::moving from state init ->
state preparing
Thread-17::INFO::2012-11-14
12:46:14,129::logUtils::37::dispatcher::(wrapper) Run and protect:
connectStorageServer(domType=4,
spUUID='00000000-0000-0000-0000-000000000000', conList=[{'connection':
'/data', 'iqn': '', 'portal': '', 'user': '', 'password': '******',
'id': '00000000-0000-0000-0000-000000000000', 'port': ''}], options=None)
*Thread-17::ERROR::2012-11-14
12:46:14,212::hsm::2057::Storage.HSM::(connectStorageServer) Could not
connect to storageServer**
**Traceback (most recent call last):**
** File "/usr/share/vdsm/storage/hsm.py", line 2054, in
connectStorageServer**
** conObj.connect()**
** File "/usr/share/vdsm/storage/storageServer.py", line 462, in connect**
** if not self.checkTarget():**
** File "/usr/share/vdsm/storage/storageServer.py", line 449, in
checkTarget**
** fileSD.validateDirAccess(self._path))**
** File "/usr/share/vdsm/storage/fileSD.py", line 51, in
validateDirAccess**
** getProcPool().fileUtils.validateAccess(dirPath)**
** File "/usr/share/vdsm/storage/remoteFileHandler.py", line 274, in
callCrabRPCFunction**
** *args, **kwargs)**
** File "/usr/share/vdsm/storage/remoteFileHandler.py", line 180, in
callCrabRPCFunction**
** rawLength = self._recvAll(LENGTH_STRUCT_LENGTH, timeout)**
** File "/usr/share/vdsm/storage/remoteFileHandler.py", line 149, in
_recvAll**
** timeLeft):**
** File "/usr/lib64/python2.7/contextlib.py", line 84, in helper**
** return GeneratorContextManager(func(*args, **kwds))**
** File "/usr/share/vdsm/storage/remoteFileHandler.py", line 136, in
_poll**
** raise Timeout()**
**Timeout*
Thread-17::INFO::2012-11-14
12:46:14,231::logUtils::39::dispatcher::(wrapper) Run and protect:
connectStorageServer, Return response: {'statuslist': [{'status': 100,
'id': '00000000-0000-0000-0000-000000000000'}]}
Thread-17::DEBUG::2012-11-14
12:46:14,231::task::1151::TaskManager.Task::(prepare)
Task=`0eb0651c-bb23-4b49-a07a-a27a9bbc4129`::finished: {'statuslist':
[{'status': 100, 'id': '00000000-0000-0000-0000-000000000000'}]}
Thread-17::DEBUG::2012-11-14
12:46:14,232::task::568::TaskManager.Task::(_updateState)
Task=`0eb0651c-bb23-4b49-a07a-a27a9bbc4129`::moving from state preparing
-> state finished
Thread-17::DEBUG::2012-11-14
12:46:14,232::resourceManager::809::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-17::DEBUG::2012-11-14
12:46:14,233::resourceManager::844::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Kind regards,
Jorick Astrego
Netbulae B.V.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20121114/f2bcbba6/attachment-0001.html>
More information about the Users
mailing list