Had to watch 3 videos before I got my answer. Thank you. You explained the disk consolidation process which is very important.
@bluerfoot4 жыл бұрын
I hope you are just getting started because you are a great teacher.
@VirtualDenis4 жыл бұрын
Thank you. I am having some rest in mountains as a courtesy of the new year, but I have quite a few videos pre-recorded and planned, so look forward to them :). Thank you for the kind comment.
@cydmansg19793 жыл бұрын
Wow fantastic explanation buddy... love it.
@mohammedasifkhanp50323 жыл бұрын
Thanks Denis for making this awesome video
@zomgoose3 жыл бұрын
Excellent lab and explanation. Thank you!
@Ankush8093 жыл бұрын
Very good description . Apriciated
@carsandstuff7113 жыл бұрын
Thanks for the info, great video and details.
@bluerfoot3 жыл бұрын
I'm going to have to tinker in a lab to fully get it but this is the best explanation I found on the internet great job. It is actually very misleading that it is called delete as once you understand that in reality there are new files being created, delete seems like you would delete the file (essentially what revert does) so after your video I will try to think of delete as commit or merge. So a few questions...if I understand if you do the parallel thing that the delta's are childs of the parent, but if you do it linearly is one delta the parent of the other or are they all still just childs of the frozen file? does the earlier delta get frozen as well well when you create a new delta? Also if I understand read only from the mother disk but read and write to the delta...what happens when you are in a snapshot and you delete something (file, program, directory etc) that existed before the snapshot...I assume it doesn't actually get rid of it (thus making deleting the snapshot worthless) so I suppose vmware is smart enough just to kind of hide the file or data that you deleted but it never reaches into the parent and actually deletes it? Anyway great video.
@hiteshnakra38563 жыл бұрын
Dear Denis, Thanks for sharing such an amazing information. However, I'm not very much clear about how CoW concept is being used here. As per the actual concept, the block which needs to be updated should be written some where else and then actual extent on disk should be updated. Despite the fact, we are saying the changes are being protected on separate delta disk while the original blocks are in freeze state, which sounds like RoW. Could you please shed some light on this. Thanks!
@qbadm Жыл бұрын
.nvram ram is not a memory file, it's VM BIOS file
@abdulrahimkhan88133 жыл бұрын
How to resolve error vm disk consolidation needed
@VirtualDenis3 жыл бұрын
Hello Abdul. I apologize for late reply, I missed the comment. The error means that during a snapshot removal, the delta disks didn't merge properly with snapshot file. So the first thing you could do is right click the machine and select "consolidate". If it fails, the error message should tell you why. Maybe there's an unresolved lock on the disks of the machine, and a shutdown of the VM or reboot of the host would help. But this message could mean problems with your data, so you will always want to make sure you understand the error that comes up in the vSphere UI.
@sameerapathirana14062 жыл бұрын
If we take snapshot name sn1 then we restored that snapshot and after restore is done if we delete sn1 snapshot is there going to be any issue since we r using sn1 snapshot in vm