func (d *Dispatcher) isVSAN(ds *object.Datastore) bool { dsType, _ := ds.Type(d.ctx) return dsType == types.HostFileSystemVolumeFileSystemTypeVsan }