- 14
- 0
- 约1.19万字
- 约 14页
- 2019-06-08 发布于浙江
- 举报
VMware vSphere常见问题汇总(十七)
170. Vmdk 的重做日志已损坏解题思路
[vmware-]环境:esxi5.0,vc5.0
故障问题:执行storage vmotion之后,虚拟机出现了报错。
报错信息:xssj-000003.vmdk is corrupted.power off the virtual machine. If the problem still persists, discard the redo log.
解提思路:
【故障原因】
由于快照之间的关系出现异常,导致vm启动失败:
Vmware-34.log:2013-01-14t08:36:53.885z| vmx| disklib-chain : /vmfs/volumes/50f13506-075ed29b-86b5-5ef3fd359eab/???è???3???? 184/xssj-000005.vmdk : failed to open (the parent virtual disk has been modified 34.log:2013-01-14t08:36:53.886z| vmx| disklib-lib : failed to open /vmfs/volumes/50f13506-075ed29b-86b5-5ef3fd359eab/???è???3???? 184/xssj-000006.vmdk with flags 0xa the parent virtual disk has been modified since the child was created. The content id of the parent virtual disk does not match the corresponding parent content id in the child (18).
Vmware-34.log:2013-01-14t08:36:53.886z| vmx| disk: cannot open disk /vmfs/volumes/50f13506-075ed29b-86b5-5ef3fd359eab/???è???3???? 184/xssj-000006.vmdk: the parent virtual disk has been modified since the child was created. The content id of the parent virtual disk does not match the corresponding parent content id in the child (18).
Vmware-34.log:2013-01-14t08:36:53.886z| vmx| msg_post: error
Vmware-34.log:2013-01-14t08:36:53.886z| vmx| [msg.disk.nobackend] cannot open the disk /vmfs/volumes/50f13506-075ed29b-86b5-5ef3fd359eab/???è???3???? 184/xssj-000006.vmdk or one of the snapshot disks it depends on.
Vmware-34.log:2013-01-14t08:36:53.886z| vmx| [msg.disk.configurediskerror] reason: the parent virtual disk has been modified since the child was created. The content id of the parent virtual disk does not match the corresponding parent content id in the child.
Vmware-34.log:2013-01-14t08:36:53.900z| vmx| module diskearly power on failed.
【快照之间的联系】
正常情况下,原始磁盘与快照是通过parent content id来关联,父快照与子快照之间也是通过parent content id,但是现在我们查看原始磁盘与快照磁盘之间的关系,发现它们的cid和parentcid是混乱的,信息如下:
Xssj.vmdk:cid=ba60eb23
Xssj.vmdk:parentcid=ffffffff
Xssj-000001.vmdk:cid=27f8a456
Xssj-000001.vmd
原创力文档

文档评论(0)