<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi there,
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">I seem to have run into a problem. &nbsp;my hosted engine vm is failing to start;</div>
<div class=""><br class="">
</div>
<div class="">vdsm.log;</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Thread-20::DEBUG::2015-01-27 16:53:37,999::fileSD::152::Storage.StorageDomain::(__init__) Reading domain in path /rhev/data-center/mnt/192.168.1.32:_Volumes_Raid1/443b4931-667f-441f-98d8-51384e67a0af</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Thread-20::ERROR::2015-01-27 16:53:38,000::domainMonitor::256::Storage.DomainMonitorThread::(_monitorDomain) Error while collecting domain 443b4931-667f-441f-98d8-51384e67a0af monitoring
 information</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Traceback (most recent call last):</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/domainMonitor.py&quot;, line 221, in _monitorDomain</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; self.domain = sdCache.produce(self.sdUUID)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/sdc.py&quot;, line 98, in produce</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; domain.getRealDomain()</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/sdc.py&quot;, line 52, in getRealDomain</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; return self._cache._realProduce(self._sdUUID)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/sdc.py&quot;, line 122, in _realProduce</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; domain = self._findDomain(sdUUID)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/sdc.py&quot;, line 141, in _findDomain</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; dom = findMethod(sdUUID)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/nfsSD.py&quot;, line 122, in findDomain</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; return NfsStorageDomain(NfsStorageDomain.findDomainPath(sdUUID))</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/fileSD.py&quot;, line 159, in __init__</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; validateFileSystemFeatures(sdUUID, self.mountpoint)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/fileSD.py&quot;, line 88, in validateFileSystemFeatures</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; oop.getProcessPool(sdUUID).directTouch(testFilePath)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/share/vdsm/storage/outOfProcess.py&quot;, line 320, in directTouch</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; ioproc.touch(path, flags, mode)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/lib/python2.6/site-packages/ioprocess/__init__.py&quot;, line 507, in touch</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; self.timeout)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; File &quot;/usr/lib/python2.6/site-packages/ioprocess/__init__.py&quot;, line 391, in _sendCommand</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">&nbsp; &nbsp; raise OSError(errcode, errstr)</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">OSError: [Errno 13] Permission denied</div>
</div>
<div class=""><br class="">
</div>
<div class="">I assume this is an nfs issue so I checked to see if I could create a file in the mounts from the host machine, &nbsp;which I could.</div>
<div class=""><br class="">
</div>
<div class="">My test bed is usign an old OS X NFS via xraid adn the export is ;</div>
<div class="">
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/Volumes/Raid1 -maproot=root:wheel -network 192.168.1.0 -mask 255.255.255.0</div>
</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">drwxr-xr-x&nbsp; &nbsp; 6 vdsm &nbsp; kvm&nbsp; &nbsp; &nbsp; 204 Jan 27 16:30 443b4931-667f-441f-98d8-51384e67a0af</div>
</div>
<div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; &nbsp; 4 vdsm &nbsp; kvm&nbsp; &nbsp; &nbsp; 136 Jan 27 12:32 data</div>
<div style="margin: 0px;" class="">
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; &nbsp; 4 vdsm &nbsp; kvm&nbsp; &nbsp; &nbsp; 136 Jan 27 00:18 iso</div>
<div style="margin: 0px;" class="">
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; &nbsp; 3 vdsm &nbsp; kvm&nbsp; &nbsp; &nbsp; 102 Jan 26 09:43 vm</div>
<div style="margin: 0px;" class=""><br class="">
</div>
<div style="margin: 0px;" class="">the host machine seems to mount the shares fine....</div>
<div style="margin: 0px;" class=""><br class="">
</div>
<div style="margin: 0px;" class="">
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; 5 vdsm kvm 4096 Jan 27 12:28 <span style="font-variant-ligatures: no-common-ligatures; color: #4c7aff" class="">
.</span></div>
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; 3 vdsm kvm 4096 Jan 27 10:04 <span style="font-variant-ligatures: no-common-ligatures; color: #4c7aff" class="">
..</span></div>
<div style="margin: 0px;" class="">drwxr-xr-x 13 vdsm kvm&nbsp; 544 Jan 27 00:12 <span style="font-variant-ligatures: no-common-ligatures; color: #4c7aff" class="">
192.168.1.32:_Volumes_Raid1</span></div>
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; 2 vdsm kvm 4096 Jan 27 00:12 <span style="font-variant-ligatures: no-common-ligatures; color: #4c7aff" class="">
192.168.1.32:_Volumes_Raid1_data</span></div>
<div style="margin: 0px;" class="">drwxr-xr-x&nbsp; 2 vdsm kvm 4096 Jan 27 00:24 <span style="font-variant-ligatures: no-common-ligatures; color: #4c7aff" class="">
192.168.1.32:_Volumes_Raid1_iso</span></div>
</div>
<div style="margin: 0px;" class=""><br class="">
</div>
</div>
</div>
</div>
<div class="">and as I said above I can create files in any one of those mounts</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Is there a place I can look at to find the offending file? &nbsp;If that is the issue... &nbsp;Oddly enough everything worked until i rebooted, so I must have either changed something or something is buggered.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</body>
</html>