VMware {code} Community
umaparvathy
Enthusiast
Enthusiast

root not found Error during conversion

when only one disk information is given , conversion goes till 97% and throws root not found error. when more than one disk.(query source shows the disk ID name as fake-disk-from-vg(HodpfhisSanvg)  and volumeId as (/dev/HodpSanvg/hdopfodp) ), it throws "A specified parameter was not correct".

How to resolve it .

query source

-->       (converter.logic.UiDisksAndVolumesData.UiDiskData) {

-->          sourceDiskId = "fake-disk-from-vg(HodpfhisSanVg)",

-->          sizeInBytes = 22196256768,

-->          diskType = "vmfsMonolithicFlatThinProvisioned",

-->          datastoreName = "CLU21_HNVGDS03",

-->          volumes = (converter.logic.UiDisksAndVolumesData.UiVolumeData) [

-->             (converter.logic.UiDisksAndVolumesData.UiVolumeData) {

-->                infoVolumeId = "/dev/HodpfhisSanVg/hodpfodp",

-->                infoPath = "/new/rtest",

-->                infoOsName = "ext3",

-->                infoUsedSizeInBytes = 18108416,

-->                infoMinSizeInBytes = 122966016,

-->                infoCapacityInBytes = 1056964608,

-->                infoClusterSizeInBytes = 4096,

-->                infoCanBeResized = true,

-->                infoCanBeSkipped = true,

-->                infoCanBeMovedToAnotherDisk = true,

-->                infoCanChangeType = true,

-->                infoCanChangeClusterSize = false,

-->                infoVolumeType = "volumeRegular",

-->                skipped = false,

-->                newSizeInBytes = <unset>,

-->                newClusterSizeInBytes = 4096

-->             },

-->             (converter.logic.UiDisksAndVolumesData.UiVolumeData) {

-->                infoVolumeId = "/dev/HodpfhisSanVg/hodpfhis",

-->                infoPath = "/new/rtest/nestdir",

-->                infoOsName = "ext3",

-->                infoUsedSizeInBytes = 157577216,

-->                infoMinSizeInBytes = 262434816,

-->                infoCapacityInBytes = 10569646080,

-->                infoClusterSizeInBytes = 4096,

-->                infoCanBeResized = true,

-->                infoCanBeSkipped = true,

-->                infoCanBeMovedToAnotherDisk = true,

-->                infoCanChangeType = true,

-->                infoCanChangeClusterSize = false,

-->                infoVolumeType = "volumeRegular",

-->                skipped = false,

-->                newSizeInBytes = <unset>,

-->                newClusterSizeInBytes = 4096

-->             },

-->          ],

-->          lvg = true,

-->          gpt = false,

-->          sectorSize = <unset>

-->       }

properties

storage.targetdisk.sourcediskid#0=disk-66

storage.targetdisk.sourcediskid#1=fake-disk-from-vg(HodpfhisSanVg)

storage.targetdisk.disktype#0=vmfsMonolithicFlatThinProvisioned

storage.targetdisk.lvg#0=false

storage.targetdisk.gpt#0=false

storage.targetdisk.datastore#0=CLU21_HNVGDS03

storage.targetdisk.disktype#1=vmfsMonolithicFlatThinProvisioned

storage.targetdisk.lvg#1=true

storage.targetdisk.gpt#1=false

storage.targetdisk.datastore#1=CLU21_HNVGDS03

storage.targetdisk.volumestoclone.count#0=2

storage.targetdisk.volumestoclone.count#1=2

storage.targetdisk.volumestoclone.sourcevolumeid#0#0=/dev/cciss/c0d0p1

storage.targetdisk.volumestoclone.resize#0#0=false

storage.targetdisk.volumestoclone.newcapacityinbytes#0#0=

storage.targetdisk.volumestoclone.newclustersizeinbytes#0#0=1024

storage.targetdisk.volumestoclone.sourcevolumeid#0#1=swap-volume(/dev/cciss/c0d0p3)

storage.targetdisk.volumestoclone.resize#0#1=false

storage.targetdisk.volumestoclone.newcapacityinbytes#0#1=

storage.targetdisk.volumestoclone.newclustersizeinbytes#0#1=1024

storage.targetdisk.volumestoclone.sourcevolumeid#1#0=/dev/HodpfhisSanVg/hodpfodp

storage.targetdisk.volumestoclone.resize#1#0=false

storage.targetdisk.volumestoclone.newcapacityinbytes#1#0=

storage.targetdisk.volumestoclone.newclustersizeinbytes#1#0=4096

storage.targetdisk.volumestoclone.sourcevolumeid#1#1=/dev/HodpfhisSanVg/hodpfhis

storage.targetdisk.volumestoclone.resize#1#1=false

storage.targetdisk.volumestoclone.newcapacityinbytes#1#1=

storage.targetdisk.volumestoclone.newclustersizeinbytes#1#1=4096

Errors:

only when one disk (disk-66 and volume is given).

"Failed: An error occured during the conversion root is not found"

when two disk is given .

null

AxisFault

faultCode: ServerFaultCode

faultSubcode:

faultString: A specified parameter was not correct:

faultActor:

faultNode:

faultDetail:

        {urn:converter}InvalidArgumentFault:<vim25:faultCause><vim25:fault xsi:type="vim25:InvalidArgument"><vim25:invalidProperty>TargetDiskParams.VolumeCloningParams.SourceVolumeId</vim25:invalidProperty></vim25:fault><vim25:localizedMessage>A specified parameter was not correct: TargetDiskParams.VolumeCloningParams.SourceVolumeId</vim25:localizedMessage></vim25:faultCause>

0 Kudos
0 Replies