VMware Cloud Community
spawn_ian
Contributor
Contributor

6.3.0 Unable to query the live source machine - Ubuntu 14.04.3

The converter has worked all other Ubuntu servers, however this one refuses to "Unable to query the live source machine"

Diag zip attached, any help or suggestions welcome 

0 Kudos
4 Replies
spawn_ian
Contributor
Contributor

Can anyone see any issue with these mount points?

Trying to spot any clues in the logs.

spawn_ian_0-1671453277818.png

 

0 Kudos
spawn_ian
Contributor
Contributor

Found these in the logs, not sure there relevant or not:

spawn_ian_0-1671464041449.png

 

spawn_ian_1-1671464063174.png

 

0 Kudos
spawn_ian
Contributor
Contributor

Think I found the issue dev/md127p1 is mount 3 times, the below log is in vmware-converter-worker log

 

-->   <volume mountPoint="/" blockSizeInBytes="4096" capacityInBlocks="228307795" blocksFree="222582613" blocksUsed="5725182" devicePath="/dev/md127" fileSystemType="ext4" isBootVolume="true" label="">

-->    <extfsFeatures dirIndex="true" filetype="true" hasJournal="true" journalDev="false" resizeInode="true" sparseSuper="true" extent="true" flexBg="true" uninitBg="true" inodesCount="57999360"/>

-->   </volume>

-->   <volume mountPoint="/home/isys" blockSizeInBytes="4096" capacityInBlocks="228307795" blocksFree="222582612" blocksUsed="5725183" devicePath="/dev/md127p1" fileSystemType="ecryptfs" isBootVolume="false" label=""/>

-->   <volume mountPoint="/zfs/lores" blockSizeInBytes="512" capacityInBlocks="67999875172" blocksFree="10815096137" blocksUsed="57184779035" devicePath="/dev/md127p1" fileSystemType="ecryptfs" isBootVolume="false" label=""/>

-->   <volume mountPoint="" blockSizeInBytes="0" capacityInBlocks="0" blocksFree="0" blocksUsed="0" devicePath="/dev/md127p1" fileSystemType="linux-swap" isBootVolume="false" label=""/>

 
0 Kudos
spawn_ian
Contributor
Contributor

did the below:

cd .. to root level making sure I was out of the isys folder:

sudo umount /home/isys

sudo umount /zfs/lores

0 Kudos