- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Retrieve the history of vmdk migrations
Hi,
I am in need of a way to figure out where (which datastore) a vmdk was stored on prior to putting a datastore into maintenance mode. We have some vms that have their vmdk files placed on specific datastores based on what service they are going to provide. So some vmdks live on a datastore made up of SSD's because their workloads require ssd performance and some vmdks for that same vm live on datastores backed by spinning disk because they're workloads are more capacity specific. I needed to do some maintenance on the datastores which are part of a datastore cluster and when I put the datastore in maintenance mode the the vmdk's from both those datastores were moved from their respective datastores to the remaining datastore in the cluster.
I"m trying to use powercli to read the logs to find out which vmdks came from where but I'm having difficulty identifying the correct event type to filter on in my get-vievent command. I've attached where I've gotten to so far. Can anyone help point me in a direction?
Thanks